1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 08:51:09 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25034 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-01-18 07:09:22 +00:00
parent 8aea298581
commit 67953cedd3

View File

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