mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
HOTPLUG_SOURCE=diethotplug-0.4.tar.gz
|
||||
HOTPLUG_SITE=http://aleron.dl.sourceforge.net/sourceforge/linux-hotplug
|
||||
HOTPLUG_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-hotplug
|
||||
HOTPLUG_DIR=$(BUILD_DIR)/diethotplug-0.4
|
||||
|
||||
$(DL_DIR)/$(HOTPLUG_SOURCE):
|
||||
|
||||
Reference in New Issue
Block a user