include functions and network config in hotplug

SVN-Revision: 2370
lede-17.01
Felix Fietkau 2005-11-07 02:18:59 +00:00
parent 35dd7ffde6
commit 0988b54167
1 changed files with 4 additions and 0 deletions

View File

@ -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