Updated to 3.7p1 and add support for adjtimex, thanks to Darren Tucker. Closes #320
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S99done
1 #!/bin/sh
2 # set leds to normal state
3 [ -f /proc/sys/diag ] && echo "0x00" > /proc/sys/diag
4 sysctl -p >&-
This page took 0.048586 seconds and 5 git commands to generate.