diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-08-11 20:25:26 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-08-11 20:25:26 +0000 |
commit | 7fa5f2e250044fc0c885bed0f00bd9ab70c73223 (patch) | |
tree | c6d40e88f1aacb9c2f29fd3c797851547b6c936f /target/linux/bcm53xx/profiles | |
parent | 8d41fb6db295c313ce56f5e5342d63bb0eb33cd0 (diff) | |
download | upstream-7fa5f2e250044fc0c885bed0f00bd9ab70c73223.tar.gz upstream-7fa5f2e250044fc0c885bed0f00bd9ab70c73223.tar.bz2 upstream-7fa5f2e250044fc0c885bed0f00bd9ab70c73223.zip |
bcm53xx: add b43 wifi support
Now it is possible to use b43 wifi.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/profiles')
-rw-r--r-- | target/linux/bcm53xx/profiles/100-Generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk index 5e6d1ce85d..ce5a826884 100644 --- a/target/linux/bcm53xx/profiles/100-Generic.mk +++ b/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 |