bcm53xx: add b43 wifi support

Now it is possible to use b43 wifi.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 42143
This commit is contained in:
Hauke Mehrtens 2014-08-11 20:25:26 +00:00
parent 1d14e7ef1b
commit 3c3b3dd41d
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,6 @@ endef
KERNELNAME:="zImage dtbs"
DEFAULT_PACKAGES += swconfig
DEFAULT_PACKAGES += swconfig wpad-mini
$(eval $(call BuildTarget))

View file

@ -7,6 +7,7 @@
define Profile/Generic
NAME:=Broadcom SoC, BCM43xx WiFi (b43, default)
PACKAGES:=kmod-b43
endef
define Profile/Generic/Description