mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-01 19:54:12 +01:00
3 lines
58 B
Bash
Executable file
3 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
# turn off DMZ led
|
|
echo "0x00" > /proc/sys/diag
|