From: Jo-Philipp Wich Date: Wed, 15 Sep 2010 03:52:13 +0000 (+0000) Subject: [PATCH] Support for Solos PCI ADSL2+ modem X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=145c80b25a561ddf7869c1f514c1ac63ea2ed948;p=openwrt%2Fsvn-archive%2Farchive.git [PATCH] Support for Solos PCI ADSL2+ modem This driver is used by Traverse Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams SVN-Revision: 23070 --- diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index 69ec517adb..aaee3acce8 100644 --- a/package/kernel/modules/netdevices.mk +++ b/package/kernel/modules/netdevices.mk @@ -484,3 +484,20 @@ define KernelPackage/tulip/description endef $(eval $(call KernelPackage,tulip)) + + +define KernelPackage/solos-pci + SUBMENU:=$(NETWORK_DEVICES_MENU) + TITLE:=Solos ADSL2+ multiport modem + DEPENDS:=@TARGET_x86 + KCONFIG:=CONFIG_ATM_SOLOS + FILES:=$(LINUX_DIR)/drivers/atm/solos-pci.ko + AUTOLOAD:=$(call AutoLoad,50,solos-pci) +endef + +define KernelPackage/solos-pci/description + Kernel module for Traverse Technologies' Solos PCI cards + and Geos ADSL2+ x86 motherboard. +endef + +$(eval $(call KernelPackage,solos-pci))