From 4a23b1baf774e31bddb967e717303d0140f58208 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 3 Jan 2018 19:46:55 +0100 Subject: [PATCH] LEDE: Go back to OpenWRT sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the remerge the LEDE git source is broken, thus we switch to the OpenWRT sources. Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index b2030ba4..ab092da9 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://git.openwrt.org/openwrt/openwrt.git" PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 -PACKAGEURL="https://git.lede-project.org/feed/packages.git" +PACKAGEURL="https://git.openwrt.org/feed/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://git.openwrt.org/feed/routing.git d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="kmod-batman-adv batctl alfred"