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-a3cf2f4a3e73master
parent
ee878c1e83
commit
d00812c4ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue