diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 14:37:47 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 14:37:47 +0000 |
commit | 4a41439c46022840555c3c16c30324b5760c07e2 (patch) | |
tree | 4724b34dc713936c9d20d3d93dc5778a4e849db3 /target/linux/ar7-2.6/base-files | |
parent | 862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452 (diff) | |
download | mtk-20170518-4a41439c46022840555c3c16c30324b5760c07e2.zip mtk-20170518-4a41439c46022840555c3c16c30324b5760c07e2.tar.gz mtk-20170518-4a41439c46022840555c3c16c30324b5760c07e2.tar.bz2 |
unified preinit environment
SVN-Revision: 7173
Diffstat (limited to 'target/linux/ar7-2.6/base-files')
-rwxr-xr-x | target/linux/ar7-2.6/base-files/default/etc/init.d/done | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ar7-2.6/base-files/default/etc/init.d/done b/target/linux/ar7-2.6/base-files/default/etc/init.d/done deleted file mode 100755 index 9cd641d..0000000 --- a/target/linux/ar7-2.6/base-files/default/etc/init.d/done +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2007 OpenWrt.org - -START=95 -boot() { - # set leds to normal state - . /etc/diag.sh - set_state done -} |