2
0
forked from Ivasoft/openwrt

base-files: honor CONFIG_TARGET_INIT_PATH

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 48678
This commit is contained in:
Jo-Philipp Wich
2016-02-08 14:28:50 +00:00
parent a8936bde1f
commit cc289e0adb
4 changed files with 16 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006-2016 OpenWrt.org
export HOTPLUG_TYPE="$1"
. /lib/functions.sh
PATH=/usr/sbin:/usr/bin:/sbin:/bin
PATH="%PATH%"
LOGNAME=root
USER=root
export PATH LOGNAME USER