X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0bb68e81eca839c8eed0c629b403ac558ea662e6..edb00048a3862c26a07f352b06c327131b6fcc4c:/package/base-files/default/sbin/hotplug diff --git a/package/base-files/default/sbin/hotplug b/package/base-files/default/sbin/hotplug index 57ee969cf..4e009593a 100755 --- a/package/base-files/default/sbin/hotplug +++ b/package/base-files/default/sbin/hotplug @@ -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