projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
unlock linux partition before running jffs2root --clean. fixes #97
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
sbin
/
hotplug
diff --git
a/openwrt/package/base-files/default/sbin/hotplug
b/openwrt/package/base-files/default/sbin/hotplug
index
4e00959
..
e53b2af
100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/hotplug
+++ b/
openwrt/package/base-files/default/sbin/hotplug
@@
-1,7
+1,11
@@
#!/bin/sh
#!/bin/sh
+[ -e /tmp/.failsafe ] && {
+ export FAILSAFE=true
+} || {
+ [ -e /etc/config/network ] && . /etc/config/network
+}
. /etc/functions.sh
. /etc/network.overrides
. /etc/functions.sh
. /etc/network.overrides
-[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
PATH=/bin:/sbin:/usr/bin:/usr/sbin
LOGNAME=root
PATH=/bin:/sbin:/usr/bin:/usr/sbin
LOGNAME=root
This page took
0.023817 seconds
and
4
git commands to generate.