projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882ff75
)
remove broadcom specific stuff from default base files
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 02:58:22 +0000
(
02:58
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 02:58:22 +0000
(
02:58
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5543
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/init.d/rcS
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/init.d/rcS
b/package/base-files/default/etc/init.d/rcS
index
27bc34b
..
fe21d03
100755
(executable)
--- 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 '' &