diff options
Diffstat (limited to 'openwrt/package/base-files/default/etc/init.d/S98done')
-rwxr-xr-x | openwrt/package/base-files/default/etc/init.d/S98done | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S98done b/openwrt/package/base-files/default/etc/init.d/S98done deleted file mode 100755 index 5d5ab49ce..000000000 --- a/openwrt/package/base-files/default/etc/init.d/S98done +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -sysctl -p >&- - -# automagically run firstboot -{ mount|grep "on / type tmpfs" 1>&-; } && { - lock /tmp/.switch2jffs - firstboot switch2jffs - lock -u /tmp/.switch2jffs -} |