1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

check if some /proc files exist, before using it, for systems without diag kernel modul

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2008 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2005-09-30 11:36:37 +00:00
parent fb89cd24b7
commit 6f03875236
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ if [ "$1" != "failsafe" ]; then
mount | grep jffs2 >&-
if [ $? = 0 ] ; then
if [ $(cat /proc/mtd | wc -l) = 6 ]; then
echo 5 > /proc/sys/diag
[ -f /proc/sys/diag ] && echo 5 > /proc/sys/diag
mtd unlock linux
mtd erase OpenWrt
jffs2root --move