From: florian Date: Tue, 21 Jul 2009 11:01:25 +0000 (+0000) Subject: [package] allow via-velocity to be selectable on x86 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=9264ffb4341f723859bb3e09d165acdcaaf52d3d [package] allow via-velocity to be selectable on x86 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16940 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index 3c396cff0..4f5cc1102 100644 --- a/package/kernel/modules/netdevices.mk +++ b/package/kernel/modules/netdevices.mk @@ -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)