From 34e24ed054864a57bc5a7796ddea3e507fad94e2 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 16 Feb 2013 16:27:33 +0000 Subject: brcm47xx: BGMAC - Adjust AutoLoad number to be prior to switch modules Adjust the "AutoLoad" number for the BGMAC module to be prior to the switch modules. This probably isn't real important as the modules are loaded in the correct order by preinit anyway. Signed-off-by: Nathan Hintz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/brcm47xx/modules.mk b/target/linux/brcm47xx/modules.mk index 2ea637df05..458c1ea5e4 100644 --- a/target/linux/brcm47xx/modules.mk +++ b/target/linux/brcm47xx/modules.mk @@ -43,7 +43,7 @@ define KernelPackage/bgmac DEPENDS:=@TARGET_brcm47xx SUBMENU:=$(NETWORK_DEVICES_MENU) FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko - AUTOLOAD:=$(call AutoLoad,50,bgmac) + AUTOLOAD:=$(call AutoLoad,19,bgmac) endef define KernelPackage/bgmac/description -- cgit v1.2.3