[LEDE-DEV] [PATCH] tools: upslug2: Utilize existing bz2 archive

Florian Fainelli f.fainelli at gmail.com
Wed Nov 23 13:00:39 PST 2016


http://downloads.openwrt.org/sources has a copy of the sources, but under
tar.bz2 file format, so utilize this one since the SVN server is down.

This showed up with attempting an orion target build.

Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
 tools/upslug2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/upslug2/Makefile b/tools/upslug2/Makefile
index b28f9efab95f..33b1ff5a42bb 100644
--- a/tools/upslug2/Makefile
+++ b/tools/upslug2/Makefile
@@ -13,7 +13,7 @@ PKG_SOURCE_URL:=http://svn.nslu2-linux.org/svnroot/upslug2/trunk
 PKG_SOURCE_PROTO:=svn
 PKG_SOURCE_SUBDIR:=upslug2-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=41
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 
 include $(INCLUDE_DIR)/host-build.mk
 
-- 
2.10.2




More information about the Lede-dev mailing list