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:
ffb2304
)
load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 23 Jul 2010 01:54:21 +0000
(
01:54
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 23 Jul 2010 01:54:21 +0000
(
01:54
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22359
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
f4f564a
..
7b2c3ee
100644
(file)
--- a/
package/kernel/modules/netdevices.mk
+++ b/
package/kernel/modules/netdevices.mk
@@
-265,7
+265,7
@@
define KernelPackage/e1000
CONFIG_E1000_DISABLE_PACKET_SPLIT=n \
CONFIG_E1000_NAPI=y
FILES:=$(LINUX_DIR)/drivers/net/e1000/e1000.ko
- AUTOLOAD:=$(call AutoLoad,
50
,e1000)
+ AUTOLOAD:=$(call AutoLoad,
35
,e1000)
endef
define KernelPackage/e1000/description