[Buildroot] [PATCH] sstrip: fix source svn repoisoty url

Fabio Porcedda fabio.porcedda at gmail.com
Mon Nov 24 13:04:42 UTC 2014


Because the svn repository url was changed the command
"make sstrip-source" give 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 <fabio.porcedda at gmail.com>
Cc: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 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 deab010..fe57b3c 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
 
-- 
2.1.3



More information about the buildroot mailing list