[kernel] solos-pci: Depend on soloscli, just like mac80211 depends on iw and crda...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Jan 2011 07:09:22 +0000 (07:09 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Jan 2011 07:09:22 +0000 (07:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25034 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/netdevices.mk

index 1290b7f..1b37ce2 100644 (file)
@@ -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)
This page took 0.02774 seconds and 4 git commands to generate.