mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
include functions and network config in hotplug
SVN-Revision: 2370
This commit is contained in:
parent
35dd7ffde6
commit
0988b54167
@ -1,4 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
LOGNAME=root
|
LOGNAME=root
|
||||||
USER=root
|
USER=root
|
||||||
|
Loading…
Reference in New Issue
Block a user