mirror of https://github.com/hak5/openwrt-owl.git
bcm53xx: add b43 wifi support
Now it is possible to use b43 wifi. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42143owl
parent
1d14e7ef1b
commit
3c3b3dd41d
|
@ -23,6 +23,6 @@ endef
|
||||||
|
|
||||||
KERNELNAME:="zImage dtbs"
|
KERNELNAME:="zImage dtbs"
|
||||||
|
|
||||||
DEFAULT_PACKAGES += swconfig
|
DEFAULT_PACKAGES += swconfig wpad-mini
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
define Profile/Generic
|
define Profile/Generic
|
||||||
NAME:=Broadcom SoC, BCM43xx WiFi (b43, default)
|
NAME:=Broadcom SoC, BCM43xx WiFi (b43, default)
|
||||||
|
PACKAGES:=kmod-b43
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Generic/Description
|
define Profile/Generic/Description
|
||||||
|
|
Loading…
Reference in New Issue