buildscript: refresh lede/routing/gluon/packages repos

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 <tim@tn-x.org>
Tested-by: Christian Dresel <fff@chrisi01.de> (auf einen 1043 v4)
Reviewed-by: Christian Dresel <fff@chrisi01.de>
This commit is contained in:
Tim Niemeyer 2017-09-17 18:43:28 +02:00
parent dbc1dddb23
commit eb05402d48
1 changed files with 4 additions and 4 deletions

View File

@ -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-09-14
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)