projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
users should use whiterussian
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S10boot
diff --git
a/openwrt/package/base-files/default/etc/init.d/S10boot
b/openwrt/package/base-files/default/etc/init.d/S10boot
index
3ec41b1
..
a827391
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S10boot
+++ b/
openwrt/package/base-files/default/etc/init.d/S10boot
@@
-1,8
+1,8
@@
#!/bin/sh
. /etc/nvram.sh
-if [ "$(uname -r|grep 2.4)" = "0" ];
do
+if [ "$(uname -r|grep 2.4)" = "0" ];
then
echo "S" > /proc/jffs2_bbc
-done
+fi
mkdir -p /var/run
mkdir -p /var/log
This page took
0.021723 seconds
and
4
git commands to generate.