brcm63xx: Add DT support for AR-5387un
[openwrt.git] / target / linux / brcm63xx / profiles / huawei.mk
1 #
2 # Copyright (C) 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/HG556a_AB
9   NAME:=Huawei EchoLife HG556a (version A/B - Atheros)
10   PACKAGES:=kmod-ath9k wpad-mini \
11         kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
12 endef
13 define Profile/HG556a_AB/Description
14   Package set optimized for Huawei HG556a version A/B (Atheros).
15 endef
16 $(eval $(call Profile,HG556a_AB))
17
18 define Profile/HG556a_C
19   NAME:=Huawei EchoLife HG556a (version C - Ralink)
20   PACKAGES:=kmod-rt2800-pci wpad-mini \
21         kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
22 endef
23 define Profile/HG556a_C/Description
24   Package set optimized for Huawei HG556a version C (Ralink).
25 endef
26 $(eval $(call Profile,HG556a_C))