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

John Crispin john at phrozen.org
Sat Nov 26 13:33:26 PST 2016



On 23/11/2016 22:00, Florian Fainelli wrote:
> 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.

Hi

we recently switched to xz from bz2. i think we should just upload a xz
file to the mirror instead

	John

> 
> 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
>  
> 



More information about the Lede-dev mailing list