base-files: add the DEVICENAME variable for hotplug scripts
[openwrt.git] / package / base-files / files / sbin / hotplug-call
index d627bec..260be0b 100755 (executable)
@@ -9,6 +9,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
 LOGNAME=root
 USER=root
 export PATH LOGNAME USER
+export DEVICENAME="${DEVPATH##*/}"
 
 [ \! -z "$1" -a -d /etc/hotplug.d/$1 ] && {
        for script in $(ls /etc/hotplug.d/$1/* 2>&-); do (