Browse Source

remove broadcom specific stuff from default base files

SVN-Revision: 5543
Felix Fietkau 19 years ago
parent
commit
b0a535a6de
1 changed files with 0 additions and 7 deletions
  1. 0 7
      package/base-files/default/etc/init.d/rcS

+ 0 - 7
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 '' &