summaryrefslogtreecommitdiffstats
path: root/package/hotplug/hotplug.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/hotplug/hotplug.mk')
-rw-r--r--package/hotplug/hotplug.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk
index e4cb063c9..15b7a5429 100644
--- a/package/hotplug/hotplug.mk
+++ b/package/hotplug/hotplug.mk
@@ -3,9 +3,10 @@
# hotplug support
#
#############################################################
-HOTPLUG_SOURCE=package/hotplug/diethotplug-0.5.tar
+HOTPLUG_VERSION:=0.5
+HOTPLUG_SOURCE=package/hotplug/diethotplug-$(HOTPLUG_VERSION).tar
HOTPLUG_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/
-HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.5
+HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-$(HOTPLUG_VERSION)
HOTPLUG_CAT=cat
$(HOTPLUG_DIR): $(HOTPLUG_SOURCE)