add nvram.sh to all startup scripts, no errors on wgt634u
[openwrt.git] / package / base-files / default / sbin / mount_root
index 29c5126..ae78ee4 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/nvram.sh
 if [ "$1" != "failsafe" ]; then 
        mount | grep jffs2 >&-
        if [ $? = 0 ] ; then
This page took 0.026649 seconds and 4 git commands to generate.