Преглед изворни кода

bcm53xx: add b43 wifi support

Now it is possible to use b43 wifi.

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 42143
Hauke Mehrtens пре 11 година
родитељ
комит
3c3b3dd41d
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      target/linux/bcm53xx/Makefile
  2. 1 0
      target/linux/bcm53xx/profiles/100-Generic.mk

+ 1 - 1
target/linux/bcm53xx/Makefile

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

+ 1 - 0
target/linux/bcm53xx/profiles/100-Generic.mk

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