parent
ce568ad431
commit
3e988e1271
@ -1,6 +1,6 @@ |
||||
#!/bin/sh |
||||
[ -z "$FAILSAFE" ] && { |
||||
{ mount | grep jffs2 1>-; } || firstboot |
||||
{ mount | grep jffs2 1>&-; } || firstboot |
||||
} |
||||
# turn off DMZ led |
||||
echo "0x00" > /proc/sys/diag |
||||
|
Loading…
Reference in new issue