Revert "[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."

We do not make a kernel module depend on user-space utility.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25035 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2011-01-18 12:10:20 +00:00
parent 06a56573bc
commit 7ed5c3338c
1 changed files with 1 additions and 1 deletions

View 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 +soloscli
DEPENDS:=@TARGET_x86 +kmod-atm
KCONFIG:=CONFIG_ATM_SOLOS
FILES:=$(LINUX_DIR)/drivers/atm/solos-pci.ko
AUTOLOAD:=$(call AutoLoad,50,solos-pci)