projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix ipkg symlink issue on squashfs
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S99done
diff --git
a/openwrt/target/default/target_skeleton/etc/init.d/S99done
b/openwrt/target/default/target_skeleton/etc/init.d/S99done
index
8811e99
..
70eef46
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/init.d/S99done
+++ b/
openwrt/target/default/target_skeleton/etc/init.d/S99done
@@
-1,7
+1,3
@@
#!/bin/sh
#!/bin/sh
-# automagically run firstboot
-[ -z "$FAILSAFE" ] && {
- { mount | grep jffs2 1>&-; } || firstboot
-}
# set leds to normal state
echo "0x00" > /proc/sys/diag
# set leds to normal state
echo "0x00" > /proc/sys/diag
This page took
0.02182 seconds
and
4
git commands to generate.