remove broadcom specific stuff from default base files
[openwrt.git] / package / base-files / default / etc / init.d / rcS
index 27bc34b..fe21d03 100755 (executable)
@@ -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 '' &