mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 08:17:43 +01:00
6 lines
127 B
Bash
Executable file
6 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
[ -z "$FAILSAFE" ] && {
|
|
{ mount | grep jffs2 1>&-; } || firstboot
|
|
}
|
|
# turn off DMZ led
|
|
echo "0x00" > /proc/sys/diag
|