base-files: add the DEVICENAME variable for hotplug scripts
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38861
This commit is contained in:
parent
13f5ebaf8e
commit
69598dd020
@ -9,6 +9,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|||||||
LOGNAME=root
|
LOGNAME=root
|
||||||
USER=root
|
USER=root
|
||||||
export PATH LOGNAME USER
|
export PATH LOGNAME USER
|
||||||
|
export DEVICENAME="${DEVPATH##*/}"
|
||||||
|
|
||||||
[ \! -z "$1" -a -d /etc/hotplug.d/$1 ] && {
|
[ \! -z "$1" -a -d /etc/hotplug.d/$1 ] && {
|
||||||
for script in $(ls /etc/hotplug.d/$1/* 2>&-); do (
|
for script in $(ls /etc/hotplug.d/$1/* 2>&-); do (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user