2 # Copyright (C) 2006 OpenWrt.org
5 grep Broadcom
/proc
/cpuinfo
>&- ||
return 1
6 OFFSET
="$(($(hexdump -v /dev/mtdblock/1 -s 20 -n 2 -e '"%d
"')-1))"
7 return $
(hexdump -v /dev
/mtdblock
/1 -s $OFFSET -n 1 -e '"%d"')
10 size
=$
(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc
/meminfo
)
11 mount none
/tmp
-t tmpfs
-o size
=$size
13 if [ "$1" != "failsafe" ]; then
15 mount |
grep jffs2
>&-
17 mount
-o remount
,rw
/dev
/root
/
22 echo "switching to jffs2"
23 mount
/dev
/mtdblock
/4 /jffs
-t jffs2
26 echo "jffs2 unusable; using ramdisk"
32 mount none
/tmp
-t tmpfs
-o remount
,nosuid
,nodev
,mode
=1777
34 mount none
/dev
/pts
-t devpts
This page took 0.049424 seconds and 5 git commands to generate.