From e1621a4a2a6b1750402d0228cf85920814babc9a Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 11 Jul 2007 14:06:06 +0000 Subject: Use _VERSION in all .mk instead of _VER --- package/hotplug/hotplug.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/hotplug') 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) -- cgit v1.2.3