[rdc] load all r6040 modules dependencies in preinit hook
authorFlorian Fainelli <florian@openwrt.org>
Fri, 21 May 2010 21:25:45 +0000 (21:25 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 21 May 2010 21:25:45 +0000 (21:25 +0000)
SVN-Revision: 21531

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
 }