Hacks to run firstboot automatically
SVN-Revision: 110
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
[ -z "$FAILSAFE" ] && {
|
||||
{ mount | grep jffs2 1>-; } || firstboot
|
||||
}
|
||||
# turn off DMZ led
|
||||
echo "0x00" > /proc/sys/diag
|
||||
|
||||
Reference in New Issue
Block a user