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 | 42df6416f90da5bd28b16deb0882d147c94e03ad (patch) | |
tree | 825ebbfc7347430ce0daf884ff41b0c6437ac6ea /package/mac80211/Makefile | |
parent | 4520a518635b34e60c292b52479f6f29bc745f21 (diff) | |
download | upstream-42df6416f90da5bd28b16deb0882d147c94e03ad.tar.gz upstream-42df6416f90da5bd28b16deb0882d147c94e03ad.tar.bz2 upstream-42df6416f90da5bd28b16deb0882d147c94e03ad.zip |
Disable b43 for targets that are not brcm47xx or brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-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 |