From 2bd018b167ffd850c9ff55fa002cca3b4da2f501 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Sep 2005 18:28:33 +0000 Subject: add nvram.sh to all startup scripts, no errors on wgt634u SVN-Revision: 1892 --- openwrt/package/base-files/default/sbin/mount_root | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/package/base-files/default/sbin') diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root index 29c5126..ae78ee4 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 -- cgit v1.1