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:
parent
e15a16bfd7
commit
541bede918
@ -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
Block a user