Add syskonnect yukon2 support (#2568)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11437 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a240b4c366
commit
a814dc2cbf
|
@ -581,6 +581,27 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,sis900))
|
||||
|
||||
define KernelPackage/sky2
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=SysKonnect Yukon2 support
|
||||
DEPENDS:=@TARGET_x86
|
||||
KCONFIG:=CONFIG_SKY2
|
||||
FILES:=$(LINUX_DIR)/drivers/net/sky2.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,sky2)
|
||||
endef
|
||||
|
||||
define KernelPackage/sky2/description
|
||||
This driver supports Gigabit Ethernet adapters based on the
|
||||
Marvell Yukon 2 chipset:
|
||||
Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/
|
||||
88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21
|
||||
|
||||
There is companion driver for the older Marvell Yukon and
|
||||
Genesis based adapters: skge.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,sky2))
|
||||
|
||||
|
||||
define KernelPackage/via-rhine
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
|
|
Loading…
Reference in New Issue