From b0a535a6de4e3122f45a2d04c8d4212357a70fd4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 17 Nov 2006 02:58:22 +0000 Subject: [PATCH] remove broadcom specific stuff from default base files SVN-Revision: 5543 --- package/base-files/default/etc/init.d/rcS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package/base-files/default/etc/init.d/rcS b/package/base-files/default/etc/init.d/rcS index 27bc34b220..fe21d0398c 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 '' &