diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-09 22:42:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-09 22:42:36 +0000 |
commit | ce1ab6d41cfb17da90dc507b2c90e472f95f4c30 (patch) | |
tree | bf49074fd6bf34942bc0708693a94a0a492c206c /target/linux/brcm47xx | |
parent | dc1b6a3961328a6fb3a23226832ed3e5c411ab23 (diff) | |
download | upstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.tar.gz upstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.tar.bz2 upstream-ce1ab6d41cfb17da90dc507b2c90e472f95f4c30.zip |
Build b43, b43legacy and ath9k for kernels >= 2.6.27 from mac80211. Include b43legacy by default in the Generic bcm47xx profile (#4179)
SVN-Revision: 13164
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/profiles/100-Broadcom-b43.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk b/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk index 81b07fe2e1..d5c425d9e1 100644 --- a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk +++ b/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-b43 NAME:=Broadcom BCM43xx WiFi (default) - PACKAGES:=kmod-b43 + PACKAGES:=kmod-b43 kmod-b43legacy endef define Profile/Broadcom-b43/Description |