summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/sbin/mount_root
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/base-files/default/sbin/mount_root')
-rwxr-xr-xopenwrt/package/base-files/default/sbin/mount_root1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root
index 29c5126ba..ae78ee488 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