mark b44 as broken, it doesn't build anymore due to SSB changes apparently (closes: #3333)

SVN-Revision: 10838
This commit is contained in:
Nicolas Thill 2008-04-15 01:56:41 +00:00
parent fbeeb4ae82
commit d07eb95838
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -696,7 +696,7 @@ define KernelPackage/b44
TITLE:=Broadcom 44xx driver
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_B44
DEPENDS:=@TARGET_x86
DEPENDS:=@TARGET_x86 @BROKEN
SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,b44)
endef