1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

add ssb dependency to b44

SVN-Revision: 14774
This commit is contained in:
Hauke Mehrtens 2009-03-07 15:52:13 +00:00
parent f752ec4bbd
commit e626930ea6

@ -219,7 +219,7 @@ define KernelPackage/b44
TITLE:=Broadcom 44xx driver
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_B44
DEPENDS:=@TARGET_x86 @BROKEN
DEPENDS:=@TARGET_x86 +kmod-ssb
SUBMENU:=$(NETWORK_DEVICES_MENU)
AUTOLOAD:=$(call AutoLoad,50,b44)
endef