1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

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 <nlhintz@hotmail.com>

SVN-Revision: 35625
This commit is contained in:
Hauke Mehrtens 2013-02-16 16:27:33 +00:00
parent 9de704a03b
commit ce6a7543fe

View File

@ -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