mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 22:56:56 +00:00
Fix missing dependency in solos-pci module
Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23086
This commit is contained in:
parent
aea8213bdd
commit
8e9736675f
@ -489,7 +489,7 @@ $(eval $(call KernelPackage,tulip))
|
||||
define KernelPackage/solos-pci
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Solos ADSL2+ multiport modem
|
||||
DEPENDS:=@TARGET_x86
|
||||
DEPENDS:=@TARGET_x86 +kmod-atm
|
||||
KCONFIG:=CONFIG_ATM_SOLOS
|
||||
FILES:=$(LINUX_DIR)/drivers/atm/solos-pci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,solos-pci)
|
||||
|
Loading…
Reference in New Issue
Block a user