aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/base-files/default/etc/init.d/done
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-02 18:17:40 +0000
committerTim Yardley <lst@openwrt.org>2007-03-02 18:17:40 +0000
commit484609eeb06618dd2581f93ba57d0023a1f3adee (patch)
tree7f04a17039bdac5a306e1033a79e042b810051dd /target/linux/brcm-2.4/base-files/default/etc/init.d/done
parent91e5dba2c76d9185cc06c32feb51b8b0d1c310ca (diff)
downloadupstream-484609eeb06618dd2581f93ba57d0023a1f3adee.tar.gz
upstream-484609eeb06618dd2581f93ba57d0023a1f3adee.tar.bz2
upstream-484609eeb06618dd2581f93ba57d0023a1f3adee.zip
commit profile support for base-files... patches still need to be done
SVN-Revision: 6465
Diffstat (limited to 'target/linux/brcm-2.4/base-files/default/etc/init.d/done')
-rwxr-xr-xtarget/linux/brcm-2.4/base-files/default/etc/init.d/done15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/base-files/default/etc/init.d/done b/target/linux/brcm-2.4/base-files/default/etc/init.d/done
new file mode 100755
index 0000000000..0640b61938
--- /dev/null
+++ b/target/linux/brcm-2.4/base-files/default/etc/init.d/done
@@ -0,0 +1,15 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
+
+START=95
+boot() {
+ [ -d /tmp/root ] && {
+ lock /tmp/.switch2jffs
+ firstboot switch2jffs
+ lock -u /tmp/.switch2jffs
+ }
+
+ # set leds to normal state
+ . /etc/diag.sh
+ set_state done
+}