mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-23 11:53:09 +00:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
[ -z "$FAILSAFE" ] && {
|
|
{ mount | grep jffs2 1>&-; } || firstboot
|
|
}
|
|
# turn off DMZ led
|
|
echo "0x00" > /proc/sys/diag
|