1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:17:32 +02:00

[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 <nathan@traverse.com.au>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23070 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-09-15 03:52:13 +00:00
parent b735aa69fd
commit 5878aefc33

View File

@ -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))