projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add acm usb modem modul
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
preinit
diff --git
a/openwrt/target/default/target_skeleton/etc/preinit
b/openwrt/target/default/target_skeleton/etc/preinit
index
7a02e31
..
0616730
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/preinit
+++ b/
openwrt/target/default/target_skeleton/etc/preinit
@@
-1,4
+1,8
@@
#!/bin/sh
+[ "$(/usr/sbin/nvram get boot_wait)" != "on" ] && {
+ /usr/sbin/nvram set boot_wait=on
+ /usr/sbin/nvram commit
+}
mount none /proc -t proc
insmod diag
echo 0x01 > /proc/sys/diag
This page took
0.021539 seconds
and
4
git commands to generate.