From patchwork Fri Oct 13 23:17:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2] buildscript: Update LEDE and packages, use lede git mirror From: Adrian Schmutzler X-Patchwork-Id: 559 Message-Id: <1507936676-2707-1-git-send-email-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sat, 14 Oct 2017 01:17:56 +0200 - Fixes dnsmasq CVE-2017-13704 - Adds LED support to WA850RE v1 Signed-off-by: Adrian Schmutzler Signed-off-by: Fabian Bläse --- buildscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildscript b/buildscript index 2e351ca..434b5d3 100755 --- a/buildscript +++ b/buildscript @@ -13,10 +13,10 @@ builddir=./build -OPENWRTREV="97ebdf93a330ef1d7ff1cf6989cfb92ac2f5a386" # LEDE 17.01.2 +OPENWRTREV="8ad1b09c6dcff814eb04084ef349f975025b7dc1" # LEDE from 2017-10-13 OPENWRTURL="https://git.lede-project.org/source.git" -PACKAGEREV="fa3a118de87d7600729dd07d2f24ca3138d9dd4d" # lede-17.01 from 2017-09-14 -PACKAGEURL="https://github.com/openwrt/packages.git" +PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 +PACKAGEURL="https://git.lede-project.org/feed/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -36,7 +36,7 @@ GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing - https://github.com/openwrt-routing/packages.git + https://git.lede-project.org/feed/routing.git d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="kmod-batman-adv batctl alfred"