1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:28:53 +03:00

minor changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@74 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-07-07 05:11:08 +00:00
parent 217e8b3308
commit c16f39693e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/ash
alias debug=${DEBUG:-true}
alias debug=${DEBUG:-:}
# allow env to override nvram
nvram_get () {

View File

@ -4,8 +4,8 @@ insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
mtd unlock mtd4
mount -t jffs2 /dev/mtdblock/4 /jffs
mount -t jffs2 /dev/mtdblock/4 /jffs && \
mtd unlock mtd4 &
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc