From 01a17be845a046aed60f99ff3f46f4c74c34ead0 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 7 Nov 2006 05:09:30 +0000 Subject: [PATCH] remove redundant check SVN-Revision: 5459 --- openwrt/package/base-files/default/sbin/mount_root | 1 - 1 file changed, 1 deletion(-) diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root index 58b70d6647..0ca8f62347 100755 --- a/openwrt/package/base-files/default/sbin/mount_root +++ b/openwrt/package/base-files/default/sbin/mount_root @@ -9,7 +9,6 @@ if [ "$1" != "failsafe" -a "$(nvram get no_root_swap)" != 1 ]; then mtd unlock linux mount | grep jffs2 >&- if [ $? = 0 ] ; then - grep "mini_fo" /proc/filesystems >&- || mount -o remount,rw /dev/root / else . /bin/firstboot -- 2.30.2