From patchwork Sun Sep 17 16:17:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: buildscript: refresh lede/routing/gluon/packages repos From: Tim Niemeyer X-Patchwork-Id: 486 Message-Id: <20170917161753.5331-1-tim@tn-x.org> To: franken-dev@freifunk.net Date: Sun, 17 Sep 2017 18:17:53 +0200 Changes that are relevant for us: gluon: update batman-adv-legacy lede: mbed-tls security fixes kernel update procd update switch Ports on tl-wr741nd mac address von tl-wr1043nd-v4 Signed-off-by: Tim Niemeyer Tested-by: Christian Dresel (auf einen 1043 v4) Reviewed-by: Christian Dresel --- buildscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildscript b/buildscript index 06f88c3..c6e3ee5 100755 --- a/buildscript +++ b/buildscript @@ -13,9 +13,9 @@ builddir=./build -OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2 +OPENWRTREV="97ebdf93a330ef1d7ff1cf6989cfb92ac2f5a386" # LEDE 17.01.2 OPENWRTURL="https://git.lede-project.org/source.git" -PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 from 2017-06-29 +PACKAGEREV="fa3a118de87d7600729dd07d2f24ca3138d9dd4d" # lede-17.01 from 2017-06-29 PACKAGEURL="https://github.com/openwrt/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches @@ -30,13 +30,13 @@ OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl" ## See http://www.open-mesh.org/projects/batman-adv/wiki/Compatversion GLUON=(gluon https://github.com/freifunk-gluon/packages.git - a18c69094c534bb7359d9c95c7b88ac047712574) + 8b65619f59c3bdce743c2f2fb2588fdd7079355a) GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd" #official openwrt routing packages ROUTING=(routing https://github.com/openwrt-routing/packages.git - dd36dd47bbd75defcb3c517cafe7a19ee425f0af) # lede-17.01 + d11075cd40a88602bf4ba2b275f72100ddcb4767) # lede-17.01 ROUTING_PKGS="alfred" FFF=(fff)