ar71xx: change firmware image name for th TP-Link boards
[openwrt.git] / target / linux / brcm-2.4 / base-files / etc / preinit.arch
index 25d11d9..e62360e 100755 (executable)
@@ -37,8 +37,6 @@ case "$(cat /proc/diag/model)" in
        "Sitecom WL-105b") ifname=eth1;;
 esac
 
-failsafe_ip
-
 check_module () {
   module="$1"; shift; params="$*"
 
@@ -48,6 +46,9 @@ check_module () {
   return $?
 }
 
+check_module tg3
+failsafe_ip
+
 insmod switch-core
 check_module switch-robo || check_module switch-adm  || { 
   check_module bcm57xx activate_gpio=0x4 && cpu_port="8u*"
This page took 0.026786 seconds and 4 git commands to generate.