From 6dc988729c78347c590675fe4bfdb9bb408fffc7 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 10 Sep 2005 18:28:33 +0000 Subject: add nvram.sh to all startup scripts, no errors on wgt634u git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1892 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/default/sbin/mount_root | 1 + 1 file changed, 1 insertion(+) (limited to 'package/base-files/default/sbin') diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index 29c5126ba..ae78ee488 100755 --- a/package/base-files/default/sbin/mount_root +++ b/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.2.3