projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b99e90c
)
[kernel] r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbol
author
Florian Fainelli
<florian@openwrt.org>
Fri, 24 Apr 2009 09:31:37 +0000
(09:31 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 24 Apr 2009 09:31:37 +0000
(09:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15377
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netdevices.mk
b/package/kernel/modules/netdevices.mk
index
6386bde
..
b08431e
100644
(file)
--- a/
package/kernel/modules/netdevices.mk
+++ b/
package/kernel/modules/netdevices.mk
@@
-42,7
+42,8
@@
define KernelPackage/r6040
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=RDC Fast-Ethernet support
DEPENDS:=@TARGET_rdc
- KCONFIG:=CONFIG_R6040
+ KCONFIG:=CONFIG_R6040 \
+ CONFIG_R6040_NAPI=y
FILES:=$(LINUX_DIR)/drivers/net/r6040.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,99,r6040)
endef