OpenWrt: Bump openwrt, packages and routing

Submitted by Adrian Schmutzler on March 31, 2019, 7 p.m.

Details

Message ID 20190331190017.2003-1-freifunk@adrianschmutzler.de
State Rejected
Headers show

Commit Message

Adrian Schmutzler March 31, 2019, 7 p.m.
This introduces backported BATMAN fixes up to v2019.1.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>

---

No patch refreshs needed.

This includes the MAC fix for C60v2, so we do not need to provide
it as custom patch.
---
 buildscript | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Patch hide | download patch | download mbox

diff --git a/buildscript b/buildscript
index 1d527c6e..eb765e34 100755
--- a/buildscript
+++ b/buildscript
@@ -13,9 +13,9 @@ 
 
 builddir=./build
 
-OPENWRTREV="a02809f61bf9fda0387d37bd05d0bcfe8397e25d" # openwrt-18.06.2
+OPENWRTREV="ca8b4d684b57d7eee0329eae86d68ec5581615f7" # openwrt-18.06.2+ from 2019-03-31
 OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git"
-PACKAGEREV="911bbd6bb4856f1e28ae00af37df62e4fa3529e5" # openwrt-18.06.2
+PACKAGEREV="f91539e92fbd259cfc67ef0267d235976dd09f74" # openwrt-18.06.2+ from 2019-03-31
 PACKAGEURL="https://git.openwrt.org/feed/packages.git"
 
 ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches
@@ -38,8 +38,8 @@  GLUON_PKGS="kmod-batman-adv-legacy micrond simple-tc uradvd"
 #official openwrt routing packages
 ROUTING=(routing
          https://git.openwrt.org/feed/routing.git
-         ea345d16a6e27c2a8fdf67bf543cc36a5f189131
-         "0002-Add-batman-adv-patch-to-remove-gw-mode-switch-messag.patch") # openwrt-18.06.2
+         e5fe4b63e8063d87ccbdc9044f77e5f57e9f5eed
+         "0002-Add-batman-adv-patch-to-remove-gw-mode-switch-messag.patch") # openwrt-18.06.2+ from 2019-03-31
 ROUTING_PKGS="kmod-batman-adv batctl alfred babeld"
 
 FFF=(fff)