brcm63xx: Add DT support for HG520v
[openwrt/staging/yousong.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/HG520v
9 NAME:=Huawei EchoLife HG520v
10 PACKAGES:=kmod-b43 wpad-mini
11 endef
12 define Profile/HG520v/Description
13 Package set optimized for Huawei HG520v.
14 endef
15 $(eval $(call Profile,HG520v))
16
17 define Profile/HG556a_AB
18 NAME:=Huawei EchoLife HG556a (version A/B - Atheros)
19 PACKAGES:=kmod-ath9k wpad-mini \
20 kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
21 endef
22 define Profile/HG556a_AB/Description
23 Package set optimized for Huawei HG556a version A/B (Atheros).
24 endef
25 $(eval $(call Profile,HG556a_AB))
26
27 define Profile/HG556a_C
28 NAME:=Huawei EchoLife HG556a (version C - Ralink)
29 PACKAGES:=kmod-rt2800-pci wpad-mini \
30 kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
31 endef
32 define Profile/HG556a_C/Description
33 Package set optimized for Huawei HG556a version C (Ralink).
34 endef
35 $(eval $(call Profile,HG556a_C))