X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fbase-files%2Fdefault%2Fsbin%2Fmount_root;h=ae78ee4881a14120299e6a8ec5021419a5008e9d;hb=27869c3700a9ac8e6ea135a69024da0ed23c7252;hp=29c5126ba195fb1a8bbd86e7bfec478ec6fc2bcb;hpb=175664efc6f7a2534abbb3b60b7d9267033dcb2c;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root index 29c5126ba1..ae78ee4881 100755 --- a/openwrt/package/base-files/default/sbin/mount_root +++ b/openwrt/package/base-files/default/sbin/mount_root @@ -1,4 +1,5 @@ #!/bin/sh +. /etc/nvram.sh if [ "$1" != "failsafe" ]; then mount | grep jffs2 >&- if [ $? = 0 ] ; then