brcm47xx: fix module insert order

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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37161 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2013-07-04 13:31:13 +00:00
parent ee878c1e83
commit d00812c4ce
1 changed files with 1 additions and 1 deletions

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