1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

allow via-velocity to be selectable on x86

SVN-Revision: 16940
This commit is contained in:
Florian Fainelli 2009-07-21 11:01:25 +00:00
parent 925c5951c6
commit 2a93dc020f

@ -113,7 +113,7 @@ $(eval $(call KernelPackage,via-rhine))
define KernelPackage/via-velocity
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=VIA Velocity Gigabit Ethernet Adapter kernel support
DEPENDS:=@TARGET_ixp4xx
DEPENDS:=@TARGET_ixp4xx||TARGET_x86
KCONFIG:=CONFIG_VIA_VELOCITY
FILES:=$(LINUX_DIR)/drivers/net/via-velocity.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,via-velocity)