From e69dca813c691ebda26093efd9740e01729939ad Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 29 Jan 2014 12:55:41 +0000 Subject: [PATCH] mxml: Update package source URL The ftp.easysw.com site has disappeared completely. So switch to the authors personal site. Signed-off-by: Mathias Kresin git-svn-id: svn://svn.openwrt.org/openwrt/packages@39416 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/mxml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index fdaa50493..d3ba35710 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.easysw.com/pub/mxml/$(PKG_VERSION)/ +PKG_SOURCE_URL:=http://www.msweet.org/files/project3/$(PKG_VERSION)/ PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk