add nvram.sh to all startup scripts, no errors on wgt634u
[openwrt/svn-archive/archive.git] / openwrt / package / base-files / default / sbin / mount_root
index 29c5126ba195fb1a8bbd86e7bfec478ec6fc2bcb..ae78ee4881a14120299e6a8ec5021419a5008e9d 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/nvram.sh
 if [ "$1" != "failsafe" ]; then 
        mount | grep jffs2 >&-
        if [ $? = 0 ] ; then