From patchwork Wed Jan 3 12:14:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: LEDE: Go back to OpenWRT sources From: Adrian Schmutzler X-Patchwork-Id: 740 Message-Id: <1514981682-7501-1-git-send-email-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Wed, 3 Jan 2018 13:14:42 +0100 After the remerge the LEDE git source is broken, thus we switch to the OpenWRT sources. Signed-off-by: Adrian Schmutzler --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index cd1ca03..51db11f 100755 --- a/buildscript +++ b/buildscript @@ -14,9 +14,9 @@ builddir=./build OPENWRTREV="8ad1b09c6dcff814eb04084ef349f975025b7dc1" # LEDE from 2017-10-13 -OPENWRTURL="https://git.lede-project.org/source.git" +OPENWRTURL="https://github.com/openwrt/openwrt.git" PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 -PACKAGEURL="https://git.lede-project.org/feed/packages.git" +PACKAGEURL="https://github.com/openwrt/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -37,7 +37,7 @@ GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing - https://git.lede-project.org/feed/routing.git + https://github.com/openwrt-routing/packages.git d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="kmod-batman-adv batctl alfred"