diff options
Diffstat (limited to 'package/hotplug')
-rw-r--r-- | package/hotplug/hotplug.mk | 5 |
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) |