Added via-velocity module, and fixed some whitespace inconsistencies.

SVN-Revision: 7772
This commit is contained in:
Rod Whitby 2007-06-29 10:45:46 +00:00
parent c5c3e1d89c
commit e15faa1773

View File

@ -323,6 +323,18 @@ define KernelPackage/via-rhine
endef
$(eval $(call KernelPackage,via-rhine))
define KernelPackage/via-velocity
TITLE:=VIA Velocity Gigabit Ethernet Adapter kernel support
DESCRIPTION:=\
Kernel modules for VIA Velocity Gigabit Ethernet chipsets.
FILES:=$(LINUX_DIR)/drivers/net/via-velocity.$(LINUX_KMOD_SUFFIX)
KCONFIG:=$(CONFIG_VIA_VELOCITY)
DEPENDS:=@LINUX_2_6_IXP4XX
SUBMENU:=$(NDMENU)
AUTOLOAD:=$(call AutoLoad,50,via-velocity)
endef
$(eval $(call KernelPackage,via-velocity))
define KernelPackage/8139too
TITLE:=RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support
DESCRIPTION:=\