diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-09-30 20:24:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-09-30 20:24:22 +0000 |
commit | 6628d4b2f68bdc61ac7e328c0d27b9affb43b4f0 (patch) | |
tree | 394eb53a17a95ac7905f10825b6dd17f7005283a | |
parent | 0d09821e49f7b1cc92934704f8495de5f0f2a6be (diff) |
fetch diethotplug from kernel.org
-rw-r--r-- | package/hotplug/hotplug.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk index 8b8654253..25fc5cfcb 100644 --- a/package/hotplug/hotplug.mk +++ b/package/hotplug/hotplug.mk @@ -4,7 +4,7 @@ # ############################################################# HOTPLUG_SOURCE=diethotplug-0.4.tar.gz -HOTPLUG_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-hotplug +HOTPLUG_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/ HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.4 $(DL_DIR)/$(HOTPLUG_SOURCE): |