[package] allow via-velocity to be selectable on x86

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16940 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-07-21 11:01:25 +00:00
parent c6458418e5
commit ac8cac2cdc
1 changed files with 1 additions and 1 deletions

View File

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