1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda, since in both cases the module is useless without the userspace.

SVN-Revision: 25034
This commit is contained in:
Daniel Dickinson 2011-01-18 07:09:22 +00:00
parent c3dfcb25c0
commit 5d76a52a44

@ -489,7 +489,7 @@ $(eval $(call KernelPackage,tulip))
define KernelPackage/solos-pci
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Solos ADSL2+ multiport modem
DEPENDS:=@TARGET_x86 +kmod-atm
DEPENDS:=@TARGET_x86 +kmod-atm +soloscli
KCONFIG:=CONFIG_ATM_SOLOS
FILES:=$(LINUX_DIR)/drivers/atm/solos-pci.ko
AUTOLOAD:=$(call AutoLoad,50,solos-pci)