From patchwork Sat Mar 24 23:18:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,1/4] buildscript: Use master for LEDE, packages and routing From: Adrian Schmutzler X-Patchwork-Id: 828 Message-Id: <1521933530-63323-1-git-send-email-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 25 Mar 2018 00:18:47 +0100 routing has to be master, since old BATMAN won't build with GCC 7 Signed-off-by: Adrian Schmutzler --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index 9c3cbb0..7b7ba8a 100755 --- a/buildscript +++ b/buildscript @@ -13,9 +13,9 @@ builddir=./build -OPENWRTREV="8ad1b09c6dcff814eb04084ef349f975025b7dc1" # LEDE from 2017-10-13 +OPENWRTREV="8e1065d681daff321f715ce5c6c172c12036bd6f" # LEDE master from 2018-03-24 OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git" -PACKAGEREV="21b2e3eb761ea79bf3a8d2b6368435887960f5c2" # lede-17.01.3 +PACKAGEREV="f5793af4a6882115c8fcfff61efcec7ad986fc31" # Package master from 2018-03-24 PACKAGEURL="https://git.openwrt.org/feed/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -38,7 +38,7 @@ GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing https://git.openwrt.org/feed/routing.git - d11075cd40a88602bf4ba2b275f72100ddcb4767 + 63cae8f571a61ecffb6a1cdad08c551f14b5ae99 "0001-alfred-Support-interface-IDs-with-more-than-two-digi.patch") # lede-17.01 ROUTING_PKGS="kmod-batman-adv batctl alfred"