Ver Fonte

kernel: netdevices: load rtl8366s 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 <[email protected]>
Luiz Angelo Daros de Luca há 3 anos atrás
pai
commit
b129923b57
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package/kernel/linux/modules/netdevices.mk

+ 1 - 1
package/kernel/linux/modules/netdevices.mk

@@ -389,7 +389,7 @@ define KernelPackage/switch-rtl8366s
   DEPENDS:=+kmod-switch-rtl8366-smi
   DEPENDS:=+kmod-switch-rtl8366-smi
   KCONFIG:=CONFIG_RTL8366S_PHY
   KCONFIG:=CONFIG_RTL8366S_PHY
   FILES:=$(LINUX_DIR)/drivers/net/phy/rtl8366s.ko
   FILES:=$(LINUX_DIR)/drivers/net/phy/rtl8366s.ko
-  AUTOLOAD:=$(call AutoLoad,43,rtl8366s)
+  AUTOLOAD:=$(call AutoLoad,43,rtl8366s,1)
 endef
 endef
 
 
 define KernelPackage/switch-rtl8366s/description
 define KernelPackage/switch-rtl8366s/description