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 Index: package/kernel/modules/netdevices.mk =================================================================== --- package/kernel/modules/netdevices.mk (revision 23080) +++ package/kernel/modules/netdevices.mk (working copy) @@ -489,7 +489,7 @@ 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) _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel