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
commit3249931be4d02d83a1fb9225d4355e1fa2509da8 (patch)
treeeee75efb521525000f257533dee3114ccfbdcc2a /target/linux/brcm-2.4/base-files/default/etc/init.d/done
parentd60f2546168f82bff620d2909936e27865d91273 (diff)
downloadupstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.tar.gz
upstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.tar.bz2
upstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.zip
commit profile support for base-files... patches still need to be done
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
+}