aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-19 00:03:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-19 00:03:39 +0000
commit37d0d29e5191840dc593753cf830a9fec07baa88 (patch)
tree1916bb1a801ac62e556ba0bd3a3a9e155261d36a /package/base-files/files/sbin
parent73e5ad61ec47136ca804164d518a3bba42e88c09 (diff)
downloadmaster-187ad058-37d0d29e5191840dc593753cf830a9fec07baa88.tar.gz
master-187ad058-37d0d29e5191840dc593753cf830a9fec07baa88.tar.bz2
master-187ad058-37d0d29e5191840dc593753cf830a9fec07baa88.zip
base-files: add the DEVICENAME variable for hotplug scripts
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38861 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/sbin')
-rwxr-xr-xpackage/base-files/files/sbin/hotplug-call1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/sbin/hotplug-call b/package/base-files/files/sbin/hotplug-call
index d627becc69..260be0b7a4 100755
--- a/package/base-files/files/sbin/hotplug-call
+++ b/package/base-files/files/sbin/hotplug-call
@@ -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 (