brcm63xx: move generic profiles to top dir and remove smp profiles
[openwrt.git] / target / linux / brcm63xx / profiles / 201-Huawei.mk
1 #
2 # Copyright (C) 2012-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/HW553
9   NAME:=Huawei HG553
10   PACKAGES:=kmod-b43 wpad-mini \
11         kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
12 endef
13 define Profile/HW553/Description
14         Package set optimized for Huawei HG553 using open-source b43 WiFi driver
15 endef
16 $(eval $(call Profile,HW553))
17
18 define Profile/HW556
19   NAME:=Huawei HG556a
20   PACKAGES:=kmod-rt2800-pci kmod-ath9k wpad-mini \
21         kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
22 endef
23 define Profile/HW556/Description
24         Package set optimized for Huawei HG556a using open-source atheros or ralink WiFi driver
25 endef
26 $(eval $(call Profile,HW556))