diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-22 22:50:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-22 22:50:04 +0000 |
commit | 73ff675b3f2c6e12b313ef2108bd4a7164226b44 (patch) | |
tree | e398ec57c61e7a065847660f34f9326cdcc2f026 | |
parent | 38824a13516db2b51067e6851b763b9846209b90 (diff) | |
download | upstream-73ff675b3f2c6e12b313ef2108bd4a7164226b44.tar.gz upstream-73ff675b3f2c6e12b313ef2108bd4a7164226b44.tar.bz2 upstream-73ff675b3f2c6e12b313ef2108bd4a7164226b44.zip |
Make b43 back again available for brcm47xx (#4237)
SVN-Revision: 13320
-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 f694bd4f29..0650253dab 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 $(if !$(CONFIG_TARGET_brcm47xx),+kmod-ssb) + DEPENDS:=+kmod-mac80211 +!TARGET_brcm47xx:kmod-ssb endef define KernelPackage/b43 |