projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d73243
)
minor changes
author
Mike Baker
<mbm@openwrt.org>
Wed, 7 Jul 2004 05:11:08 +0000
(
05:11
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 7 Jul 2004 05:11:08 +0000
(
05:11
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@74
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
root/etc/functions.sh
patch
|
blob
|
history
root/etc/preinit
patch
|
blob
|
history
diff --git
a/root/etc/functions.sh
b/root/etc/functions.sh
index
21efbaf
..
09ba6fe
100755
(executable)
--- a/
root/etc/functions.sh
+++ b/
root/etc/functions.sh
@@
-1,6
+1,6
@@
#!/bin/ash
-alias debug=${DEBUG:-
true
}
+alias debug=${DEBUG:-
:
}
# allow env to override nvram
nvram_get () {
diff --git
a/root/etc/preinit
b/root/etc/preinit
index
25fedc1
..
099d2dc
100755
(executable)
--- a/
root/etc/preinit
+++ b/
root/etc/preinit
@@
-4,8
+4,8
@@
insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
- m
td unlock mtd4
- m
ount -t jffs2 /dev/mtdblock/4 /jffs
+ m
ount -t jffs2 /dev/mtdblock/4 /jffs && \
+ m
td unlock mtd4 &
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc