From 19be237e1def70f880eb9db3ae15c0220cb8ed0d Mon Sep 17 00:00:00 2001
From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 2 Dec 2008 16:02:55 +0000
Subject: [PATCH] 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
---
 package/mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index da9f300d2..bb355736f 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
-- 
2.20.1