fuse: use BR2_SOURCEFORGE_MIRROR

This commit is contained in:
Peter Korsgaard 2008-07-10 10:12:20 +00:00
parent 884dcd878a
commit 860c923883

View File

@ -5,7 +5,7 @@
#############################################################
LIBFUSE_VERSION:=2.7.0
LIBFUSE_SOURCE:=fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE:=http://downloads.sourceforge.net/fuse
LIBFUSE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/
LIBFUSE_DIR:=$(BUILD_DIR)/fuse-$(LIBFUSE_VERSION)
LIBFUSE_BINARY:=libfuse
$(DL_DIR)/$(LIBFUSE_SOURCE):