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:
parent
1d14e7ef1b
commit
3c3b3dd41d
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,6 @@ endef
|
|||
|
||||
KERNELNAME:="zImage dtbs"
|
||||
|
||||
DEFAULT_PACKAGES += swconfig
|
||||
DEFAULT_PACKAGES += swconfig wpad-mini
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
define Profile/Generic
|
||||
NAME:=Broadcom SoC, BCM43xx WiFi (b43, default)
|
||||
PACKAGES:=kmod-b43
|
||||
endef
|
||||
|
||||
define Profile/Generic/Description
|
||||
|
|
Loading…
Reference in a new issue