diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-14 00:46:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-14 00:46:16 +0000 |
commit | 922fb354eba9889bdadc2f3570a982e983c2a74c (patch) | |
tree | cc7d11fa27af2f208d3d8fbceb08d13e4f3e0569 /make/hotplug.mk | |
parent | 26cbc573594d650f718cb873f8b1bb2c989db241 (diff) | |
download | buildroot-novena-922fb354eba9889bdadc2f3570a982e983c2a74c.tar.gz buildroot-novena-922fb354eba9889bdadc2f3570a982e983c2a74c.zip |
Default to using a single fast sourceforge mirror
Diffstat (limited to 'make/hotplug.mk')
-rw-r--r-- | make/hotplug.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/hotplug.mk b/make/hotplug.mk index 2c3428d98..7f02fe052 100644 --- a/make/hotplug.mk +++ b/make/hotplug.mk @@ -4,7 +4,7 @@ # ############################################################# HOTPLUG_SOURCE=diethotplug-0.4.tar.gz -HOTPLUG_SITE=http://telia.dl.sourceforge.net/sourceforge/linux-hotplug +HOTPLUG_SITE=http://aleron.dl.sourceforge.net/sourceforge/linux-hotplug HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.4 HOTPLUG_PATCH=$(SOURCE_DIR)/hotplug.patch |