projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
arpd and libdnet some time ago from johannes 5, thx
[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
37eb7b3
..
a827391
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S10boot
+++ b/
openwrt/package/base-files/default/etc/init.d/S10boot
@@
-1,5
+1,8
@@
#!/bin/sh
-echo "S" > /proc/jffs2_bbc
+. /etc/nvram.sh
+if [ "$(uname -r|grep 2.4)" = "0" ];then
+ echo "S" > /proc/jffs2_bbc
+fi
mkdir -p /var/run
mkdir -p /var/log
This page took
0.022658 seconds
and
4
git commands to generate.