summaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/init.d/S98done
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/default/etc/init.d/S98done')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S98done11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/base-files/default/etc/init.d/S98done b/package/base-files/default/etc/init.d/S98done
deleted file mode 100755
index a1ea5ad43..000000000
--- a/package/base-files/default/etc/init.d/S98done
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
-
-sysctl -p >&-
-
-# automagically run firstboot
-{ mount|grep "on / type tmpfs" 1>&-; } && {
- lock /tmp/.switch2jffs
- firstboot switch2jffs
- lock -u /tmp/.switch2jffs
-}