brcm63xx: Fix HW553 support
[openwrt/staging/mkresin.git] / target / linux / brcm63xx / generic / 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:=HW556 WiFi
20 PACKAGES:=kmod-rt2800-pci kmod-ath9k wpad-mini
21 endef
22
23 define Profile/HW556/Description
24 Package set compatible with hardware using Atheros or Ralink WiFi cards (Huawei HG556a)
25 endef
26 $(eval $(call Profile,HW556))