brcm47xx: fix module insert order

https://dev.openwrt.org/ticket/13811

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37161
This commit is contained in:
John Crispin 2013-07-04 13:31:13 +00:00
parent e15a16bfd7
commit 541bede918

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,19,bgmac)
AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
endef
define KernelPackage/bgmac/description