some fixes/cleanups for the init scripts
[openwrt/staging/wigyori.git] / openwrt / package / base-files / default / etc / preinit
index d64fdaa5130e5fc94645a8d7ce2a7f424b9da73c..88c8920c9416dfdd867f2160d6f8b09526b1f3b2 100755 (executable)
@@ -7,7 +7,7 @@ insmod diag
 sleep 1
 if [ -f /proc/sys/reset ] && [ $(cat /proc/sys/reset) = 1 -o "$(nvram get failsafe)" = 1 ]; then
        export FAILSAFE=true
-       [ "$(nvram get boot_wait)" != "on" ] && {
+       [ -x /usr/sbin/nvram -a "$(nvram get boot_wait)" != "on" ] && {
                nvram set boot_wait=on
                nvram commit
        }