hotplug-based network script rewrite
[openwrt.git] / package / base-files / default / sbin / hotplug
index 57ee969..e53b2af 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/sh
+[ -e /tmp/.failsafe ] && {
+       export FAILSAFE=true
+} || {
+       [ -e /etc/config/network ] && . /etc/config/network
+}
+. /etc/functions.sh
+. /etc/network.overrides
+
 PATH=/bin:/sbin:/usr/bin:/usr/sbin
 LOGNAME=root
 USER=root
This page took 0.026651 seconds and 4 git commands to generate.