summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-17 02:58:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-17 02:58:22 +0000
commit4da0e45d076544176b3d37489fc84aca7d3cf504 (patch)
tree8884917ee31006ed69ea21b850591ae12f6551c8 /package/base-files
parent367901f0d08e6926f7f37edb470778c15fa91188 (diff)
remove broadcom specific stuff from default base files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/etc/init.d/rcS7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/base-files/default/etc/init.d/rcS b/package/base-files/default/etc/init.d/rcS
index 27bc34b22..fe21d0398 100755
--- a/package/base-files/default/etc/init.d/rcS
+++ b/package/base-files/default/etc/init.d/rcS
@@ -16,11 +16,4 @@ klogd
done
sysctl -p >&-
-
- # automagically run firstboot
- { mount|grep "on / type tmpfs" 1>&-; } && {
- lock /tmp/.switch2jffs
- firstboot switch2jffs
- lock -u /tmp/.switch2jffs
- }
) | logger -s -p 6 -t '' &