From: Mike Baker Date: Tue, 7 Nov 2006 05:09:30 +0000 (+0000) Subject: remove redundant check X-Git-Tag: whiterussian_0.9~102 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01a17be845a046aed60f99ff3f46f4c74c34ead0;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove redundant check SVN-Revision: 5459 --- 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