From: Florian Fainelli Date: Fri, 21 May 2010 21:25:45 +0000 (+0000) Subject: load all r6040 modules dependencies in preinit hook X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b899e0a6c01e369b3a01efa7a3325970c919f4d3;p=openwrt%2Fstaging%2Fzorun.git load all r6040 modules dependencies in preinit hook SVN-Revision: 21531 --- diff --git a/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc b/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc index 1fe1109981..b672acaa38 100644 --- a/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc +++ b/target/linux/rdc/base-files/lib/preinit/05_set_ether_mac_rdc @@ -4,6 +4,10 @@ . /lib/functions/boot.sh r6040_module() { + insmod libphy + insmod swconfig + insmod ip175c + sleep 1 insmod r6040 }