diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-17 02:58:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-17 02:58:22 +0000 |
commit | b0a535a6de4e3122f45a2d04c8d4212357a70fd4 (patch) | |
tree | c5ff494cacf6bb50c00a9009385652da2386774b | |
parent | fbc3a4b600a5d16d0fcb54b2f13be85ea6aeb4a4 (diff) | |
download | upstream-b0a535a6de4e3122f45a2d04c8d4212357a70fd4.tar.gz upstream-b0a535a6de4e3122f45a2d04c8d4212357a70fd4.tar.bz2 upstream-b0a535a6de4e3122f45a2d04c8d4212357a70fd4.zip |
remove broadcom specific stuff from default base files
SVN-Revision: 5543
-rwxr-xr-x | package/base-files/default/etc/init.d/rcS | 7 |
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 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 '' & |