summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-14 18:14:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-14 18:14:16 +0000
commitc86bdad40d07025c63140d5f10fbe35276dc4a52 (patch)
tree150f28afcc4772f114b8c0336656dd6d43f110e6 /package
parent5bcb2df2a09a494df84ec7aa3ddbcb767f4eb0e2 (diff)
mark b43 as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9321 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e91794788..8d6430223 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