mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
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. SVN-Revision: 25035
This commit is contained in:
parent
5d76a52a44
commit
c1796ae53d
@ -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 +soloscli
|
DEPENDS:=@TARGET_x86 +kmod-atm
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user