mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-12 10:51:56 +02:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
# set leds to normal state
|
|
echo "0x00" > /proc/sys/diag
|
|
sysctl -p
|
|
sysctl -n
|