From 222dcdc1bf04f8f96823732116334ea7ae76e09e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Aug 2006 20:08:31 +0000 Subject: rework hotplug with a customized version not dependant on kernel sources --- package/hotplug/hotplug.mk | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'package/hotplug/hotplug.mk') diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk index 25fc5cfcb..e4cb063c9 100644 --- a/package/hotplug/hotplug.mk +++ b/package/hotplug/hotplug.mk @@ -3,15 +3,13 @@ # hotplug support # ############################################################# -HOTPLUG_SOURCE=diethotplug-0.4.tar.gz +HOTPLUG_SOURCE=package/hotplug/diethotplug-0.5.tar HOTPLUG_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/ -HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.4 +HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.5 +HOTPLUG_CAT=cat -$(DL_DIR)/$(HOTPLUG_SOURCE): - $(WGET) -P $(DL_DIR) $(HOTPLUG_SITE)/$(HOTPLUG_SOURCE) - -$(HOTPLUG_DIR): $(DL_DIR)/$(HOTPLUG_SOURCE) - zcat $(DL_DIR)/$(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - +$(HOTPLUG_DIR): $(HOTPLUG_SOURCE) + $(HOTPLUG_CAT) $(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - toolchain/patch-kernel.sh $(HOTPLUG_DIR) package/hotplug/ hotplug\*.patch $(HOTPLUG_DIR)/hotplug: $(HOTPLUG_DIR) -- cgit v1.2.3