diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-05-07 22:41:36 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-05-07 22:41:36 +0000 |
| commit | c055b4eb2d14cdc74600041d30334fbf0d5de2a9 (patch) | |
| tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/init.d/S99done | |
| parent | 5517f1169f618f5e85f764d81c90472dd528a55b (diff) | |
| download | mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.zip mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.tar.gz mtk-20170518-c055b4eb2d14cdc74600041d30334fbf0d5de2a9.tar.bz2 | |
move to new init.d structure
SVN-Revision: 18
Diffstat (limited to 'root/etc/init.d/S99done')
| -rwxr-xr-x | root/etc/init.d/S99done | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/init.d/S99done b/root/etc/init.d/S99done new file mode 100755 index 0000000..c521181 --- /dev/null +++ b/root/etc/init.d/S99done @@ -0,0 +1,3 @@ +#!/bin/sh +# turn off DMZ led +echo "0x00" > /proc/sys/diag |
