diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-09 12:15:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-09 12:15:00 +0000 |
commit | 1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67 (patch) | |
tree | c082250ae967446c4962693ba678889531a0d99c /package/vtun | |
parent | 8365078d61f54f8cae9bd7dad4499861a5b3a762 (diff) | |
download | buildroot-novena-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.gz buildroot-novena-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.zip |
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
Diffstat (limited to 'package/vtun')
-rw-r--r-- | package/vtun/vtun.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk index 365b020c0..0ef29ea7c 100644 --- a/package/vtun/vtun.mk +++ b/package/vtun/vtun.mk @@ -7,7 +7,7 @@ # ############################################################# VTUN_SOURCE:=vtun-2.6.tar.gz -VTUN_SITE:=http://aleron.dl.sourceforge.net/sourceforge/vtun/ +VTUN_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/vtun/ VTUN_DIR:=$(BUILD_DIR)/vtun-2.6 VTUN_CAT:=zcat VTUN_BINARY:=vtund |