From: Felix Fietkau Date: Fri, 23 Jul 2010 01:54:21 +0000 (+0000) Subject: load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a4e3db863d166ca5c8f08a6e9a887abdb6a535eb;p=15.05%2Fopenwrt.git load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22359 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index f4f564a8cf..7b2c3eedd4 100644 --- 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