[rdc] load all r6040 modules dependencies in preinit hook
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 May 2010 21:25:45 +0000 (21:25 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 May 2010 21:25:45 +0000 (21:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21531 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc

index 1fe1109..b672aca 100644 (file)
@@ -4,6 +4,10 @@
 . /lib/functions/boot.sh
 
 r6040_module() {
+       insmod libphy
+       insmod swconfig
+       insmod ip175c
+       sleep 1
        insmod r6040
 }