From ac3a35c8ea8399f937f1a66e73514f8760037557 Mon Sep 17 00:00:00 2001 From: bjo Date: Sat, 16 Jun 2012 12:05:44 +0000 Subject: [PATCH] fixed svn-url --- build_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_script.sh b/build_script.sh index 0ec38a6..2b86a1e 100755 --- a/build_script.sh +++ b/build_script.sh @@ -2,7 +2,7 @@ prepare() { #Get the OpenWrt Core Source for Firmware - svn checkout svn://openwrt.freifunk-ol.de/tags/backfire_10.03.1/ ./build_dir + svn checkout svn://svn.openwrt.org/openwrt/tags/backfire_10.03.1/ ./build_dir #apply own feeds.conf svn export ./build_patches/feeds.conf ./build_dir/feeds.conf