aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-14 18:14:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-14 18:14:16 +0000
commit2d7d23885d742f899c43f656db62301e725c04aa (patch)
tree6f2b702034dddfc62459279ce648c6264fbf0689 /package
parentc1baf67fbff53fc1eb780bec8f25ee94c12f3112 (diff)
downloadupstream-2d7d23885d742f899c43f656db62301e725c04aa.tar.gz
upstream-2d7d23885d742f899c43f656db62301e725c04aa.tar.bz2
upstream-2d7d23885d742f899c43f656db62301e725c04aa.zip
mark b43 as broken
SVN-Revision: 9321
Diffstat (limited to 'package')
-rw-r--r--package/b43/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile
index e917947889..8d64302233 100644
--- a/package/b43/Makefile
+++ b/package/b43/Makefile
@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/b43
SUBMENU:=Wireless Drivers
TITLE:=Broadcom 43xx wireless support
- DEPENDS:=@TARGET_brcm47xx +kmod-mac80211
+ DEPENDS:=@TARGET_brcm47xx +kmod-mac80211 @BROKEN
FILES:=$(PKG_BUILD_DIR)/b43.$(LINUX_KMOD_SUFFIX)
# AUTOLOAD:=$(call AutoLoad,30,b43)
endef