load all r6040 modules dependencies in preinit hook
[librecmc/librecmc.git] / target / linux / rdc / base-files / lib / preinit / 05_set_ether_mac_rdc
index 1fe1109981bf5507eeabadfbce9a0f9c8a46d7ba..b672acaa3860b904af7d0fe70af9adb7c4fe1ca6 100644 (file)
@@ -4,6 +4,10 @@
 . /lib/functions/boot.sh
 
 r6040_module() {
+       insmod libphy
+       insmod swconfig
+       insmod ip175c
+       sleep 1
        insmod r6040
 }