kernel: netdevices: load rtl8366rb on boot
This external switch driver should be loaded on boot for network support in failsafe mode. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
parent
a0e1d3ab7b
commit
1b14e25d2e
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ define KernelPackage/switch-rtl8366rb
|
||||||
DEPENDS:=+kmod-switch-rtl8366-smi
|
DEPENDS:=+kmod-switch-rtl8366-smi
|
||||||
KCONFIG:=CONFIG_RTL8366RB_PHY
|
KCONFIG:=CONFIG_RTL8366RB_PHY
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/phy/rtl8366rb.ko
|
FILES:=$(LINUX_DIR)/drivers/net/phy/rtl8366rb.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,43,rtl8366rb)
|
AUTOLOAD:=$(call AutoLoad,43,rtl8366rb,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/switch-rtl8366rb/description
|
define KernelPackage/switch-rtl8366rb/description
|
||||||
|
|
Loading…
Reference in a new issue