include functions and network config in hotplug
[openwrt.git] / openwrt / package / base-files / default / sbin / hotplug
index 57ee969..4e00959 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+. /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
 USER=root
This page took 0.025604 seconds and 4 git commands to generate.