From f4da8cab588284adf82b8b8c4258493a1cc77e10 Mon Sep 17 00:00:00 2001 From: mbm Date: Thu, 26 Aug 2004 19:14:54 +0000 Subject: replace resetmon with /proc/sys/reset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@147 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- obsolete-buildroot/sources/openwrt/root/etc/preinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obsolete-buildroot/sources/openwrt/root/etc/preinit') diff --git a/obsolete-buildroot/sources/openwrt/root/etc/preinit b/obsolete-buildroot/sources/openwrt/root/etc/preinit index 1054282e8..62b20d986 100755 --- a/obsolete-buildroot/sources/openwrt/root/etc/preinit +++ b/obsolete-buildroot/sources/openwrt/root/etc/preinit @@ -3,7 +3,7 @@ mount none /proc -t proc insmod diag echo 0x01 > /proc/sys/diag sleep 1 -if /sbin/resetmon ; then +if [ $(cat /proc/sys/reset) = 1 ] ; then mtd unlock mtd4 mount -t jffs2 /dev/mtdblock/4 /jffs pivot_root /jffs /jffs/rom -- cgit v1.2.3