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 <[email protected]>

Index: target/linux/brcm47xx/modules.mk
===================================================================
--- target/linux/brcm47xx/modules.mk    (revision 35146)
+++ target/linux/brcm47xx/modules.mk    (working copy)
@@ -43,7 +43,7 @@
   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

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to