mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
ef2d52108a
SVN-Revision: 110
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
[ -z "$FAILSAFE" ] && {
|
|
{ mount | grep jffs2 1>-; } || firstboot
|
|
}
|
|
# turn off DMZ led
|
|
echo "0x00" > /proc/sys/diag
|