The soloscli utility is useful for setting parameters on the FPGA that aren't 
accessible via module parameters.

It doesn't do much good to have the kernel driver without this utility.

Index: package/kernel/modules/netdevices.mk
===================================================================
--- package/kernel/modules/netdevices.mk        (revision 25032)
+++ 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 +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)


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to