From: Jean Guyader Date: Mon, 23 Nov 2009 13:48:34 +0000 (+0000) Subject: [package/ipkg]: switch to http mirror for handhelds.org. X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=dc7c1bdd92d5101f78733694646ff2202dfed32e;p=xenclient%2Fbuild.git [package/ipkg]: switch to http mirror for handhelds.org. --- diff --git a/package/ipkg/ipkg.mk b/package/ipkg/ipkg.mk index 2eb79bf..a07b54c 100644 --- a/package/ipkg/ipkg.mk +++ b/package/ipkg/ipkg.mk @@ -6,7 +6,7 @@ IPKG_VERSION = 0.99.163 IPKG_SOURCE = ipkg-$(IPKG_VERSION).tar.gz -IPKG_SITE = http://ftp.handhelds.org/packages/ipkg +IPKG_SITE = http://handhelds.org/download/packages/ipkg IPKG_AUTORECONF = NO IPKG_INSTALL_STAGING = YES IPKG_INSTALL_TARGET = YES @@ -16,4 +16,4 @@ IPKG_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ IPKG_DEPENDENCIES = uclibc -$(eval $(call AUTOTARGETS,package,ipkg)) \ No newline at end of file +$(eval $(call AUTOTARGETS,package,ipkg))