allow via-velocity to be selectable on x86
SVN-Revision: 16940
This commit is contained in:
parent
925c5951c6
commit
2a93dc020f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue