projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925c595
)
allow via-velocity to be selectable on x86
author
Florian Fainelli
<florian@openwrt.org>
Tue, 21 Jul 2009 11:01:25 +0000
(11:01 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 21 Jul 2009 11:01:25 +0000
(11:01 +0000)
SVN-Revision: 16940
package/kernel/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netdevices.mk
b/package/kernel/modules/netdevices.mk
index 3c396cff01bba36ed9a50e110fd53bf58799afe1..4f5cc110221dabb6b56934d06aa10d5147846048 100644
(file)
--- 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)