diff options
author | Tim Yardley <lst@openwrt.org> | 2007-03-02 18:17:40 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-03-02 18:17:40 +0000 |
commit | 3249931be4d02d83a1fb9225d4355e1fa2509da8 (patch) | |
tree | eee75efb521525000f257533dee3114ccfbdcc2a /target/linux/brcm-2.4/base-files/etc/init.d/done | |
parent | d60f2546168f82bff620d2909936e27865d91273 (diff) | |
download | upstream-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/etc/init.d/done')
-rwxr-xr-x | target/linux/brcm-2.4/base-files/etc/init.d/done | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm-2.4/base-files/etc/init.d/done b/target/linux/brcm-2.4/base-files/etc/init.d/done deleted file mode 100755 index 0640b61938..0000000000 --- a/target/linux/brcm-2.4/base-files/etc/init.d/done +++ /dev/null @@ -1,15 +0,0 @@ -#!/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 -} |