diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-20 23:01:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-20 23:01:07 +0000 |
commit | a02a898e8d7e5b7156f15c3247d7160a06961ab5 (patch) | |
tree | e69517a882fd292a18834c3a49b100530afb32f1 /package/mac80211 | |
parent | 6292732c5381e8d866ac1acf20ae3f24839fc403 (diff) | |
download | upstream-a02a898e8d7e5b7156f15c3247d7160a06961ab5.tar.gz upstream-a02a898e8d7e5b7156f15c3247d7160a06961ab5.tar.bz2 upstream-a02a898e8d7e5b7156f15c3247d7160a06961ab5.zip |
Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targets as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13301 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2e17b3c58a..f694bd4f29 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:=@TARGET_brcm47xx +kmod-mac80211 + DEPENDS:=+kmod-mac80211 $(if !$(CONFIG_TARGET_brcm47xx),+kmod-ssb) endef define KernelPackage/b43 |