From 8f538ec07c67e63173240eafee51b9877c317570 Mon Sep 17 00:00:00 2001 From: Fabio Porcedda Date: Mon, 24 Nov 2014 14:04:42 +0100 Subject: [PATCH] sstrip: fix source svn repository url Because the svn repository url was changed the command "make sstrip-source" gives this error: svn: E000101: Unable to connect to a repository at URL 'svn://dev.openwrt.org/openwrt/trunk/tools/sstrip' svn: E000101: Can't connect to host 'dev.openwrt.org': Network is unreachable To fix this error use the correct url "svn://svn.openwrt.org/openwrt". Signed-off-by: Fabio Porcedda Cc: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/sstrip/sstrip.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sstrip/sstrip.mk b/package/sstrip/sstrip.mk index deab01032..fe57b3c19 100644 --- a/package/sstrip/sstrip.mk +++ b/package/sstrip/sstrip.mk @@ -4,7 +4,7 @@ # ################################################################################ -SSTRIP_SITE = svn://dev.openwrt.org/openwrt/trunk/tools/sstrip +SSTRIP_SITE = svn://svn.openwrt.org/openwrt/trunk/tools/sstrip SSTRIP_VERSION = 20154 HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip