diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-02 16:02:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-02 16:02:55 +0000 |
commit | 24766a510963f582ba99d5969e5290e765f1948b (patch) | |
tree | 43cbfad2a08d14d611daeacee1465bc51f50a2d8 /package/mac80211 | |
parent | 01a5c953a31863ee9c1a961787b73a33827c0eea (diff) | |
download | upstream-24766a510963f582ba99d5969e5290e765f1948b.tar.gz upstream-24766a510963f582ba99d5969e5290e765f1948b.tar.bz2 upstream-24766a510963f582ba99d5969e5290e765f1948b.zip |
Disable b43 for targets that are not brcm47xx or brcm63xx
SVN-Revision: 13475
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index da9f300d20..bb355736f3 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -288,7 +288,7 @@ define KernelPackage/b43-common SUBMENU:=$(WMENU) TITLE:=Generic stuff for Broadcom wireless devices URL:=http://linuxwireless.org/en/users/Drivers/b43 - DEPENDS:=+kmod-mac80211 +!TARGET_brcm47xx:kmod-ssb @LINUX_2_6_25||@LINUX_2_6_26||@LINUX_2_6_27||@LINUX_2_6_28 + DEPENDS:=+kmod-mac80211 +!TARGET_brcm47xx:kmod-ssb @TARGET_brcm47xx||@TARGET_brcm63xx @LINUX_2_6_25||@LINUX_2_6_26||@LINUX_2_6_27||@LINUX_2_6_28 endef define KernelPackage/b43 |