Bump openwrt, packages and routing to v18.06.4

Submitted by Fabian Blaese on July 4, 2019, 10:53 a.m.

Details

Message ID 20190704105345.12486-1-fabian@blaese.de
State Superseded
Headers show

Commit Message

Fabian Blaese July 4, 2019, 10:53 a.m.
---
 buildscript | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Patch hide | download patch | download mbox

diff --git a/buildscript b/buildscript
index dace68b..a658e32 100755
--- a/buildscript
+++ b/buildscript
@@ -13,9 +13,9 @@ 
 
 builddir=./build
 
-OPENWRTREV="a02809f61bf9fda0387d37bd05d0bcfe8397e25d" # openwrt-18.06.2
+OPENWRTREV="v18.06.4"
 OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git"
-PACKAGEREV="911bbd6bb4856f1e28ae00af37df62e4fa3529e5" # openwrt-18.06.2
+PACKAGEREV="v18.06.4"
 PACKAGEURL="https://git.openwrt.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://git.openwrt.org/feed/routing.git
-         ea345d16a6e27c2a8fdf67bf543cc36a5f189131) # openwrt-18.06.2
+         bb156bf355b54236a52279522fabbec1e8dd7043) # openwrt-18.06.4
 ROUTING_PKGS="kmod-batman-adv batctl alfred babeld"
 
 FFF=(fff)

Comments

Adrian Schmutzler July 4, 2019, 11:01 a.m.
Kein Patch-Rebase nötig oder nicht probiert? Wenn, dann nur im openwrt repo selbst.

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf Of
> Fabian Bläse
> Sent: Donnerstag, 4. Juli 2019 12:54
> To: franken-dev@freifunk.net
> Subject: [PATCH] Bump openwrt, packages and routing to v18.06.4
> 
> ---
>  buildscript | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/buildscript b/buildscript
> index dace68b..a658e32 100755
> --- a/buildscript
> +++ b/buildscript
> @@ -13,9 +13,9 @@
> 
>  builddir=./build
> 
> -OPENWRTREV="a02809f61bf9fda0387d37bd05d0bcfe8397e25d" # openwrt-
> 18.06.2
> +OPENWRTREV="v18.06.4"
>  OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git"
> -PACKAGEREV="911bbd6bb4856f1e28ae00af37df62e4fa3529e5" # openwrt-
> 18.06.2
> +PACKAGEREV="v18.06.4"
>  PACKAGEURL="https://git.openwrt.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://git.openwrt.org/feed/routing.git
> -         ea345d16a6e27c2a8fdf67bf543cc36a5f189131) # openwrt-18.06.2
> +         bb156bf355b54236a52279522fabbec1e8dd7043) # openwrt-18.06.4
>  ROUTING_PKGS="kmod-batman-adv batctl alfred babeld"
> 
>  FFF=(fff)
> --
> 2.22.0
Fabian Blaese July 4, 2019, 11:10 a.m.
Getestet, nicht nötig.

Ich hatte nach meinem Test etwas zu naiv angenommen, dass der v18.06.4 Tag auch für Packages geht.
Tut er nicht, daher muss ich leider eh gleich noch eine v2 senden. :-(

Gruß
Fabian