mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 13:42:10 -05:00
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
|
DEPENDS:=@TARGET_brcm47xx
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,19,bgmac)
|
AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/bgmac/description
|
define KernelPackage/bgmac/description
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user