1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 08:17:37 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7772 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2007-06-29 10:45:46 +00:00
parent 8e0a8144b0
commit 2a7dc019ad

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:=\