From c962c8465b26648f777d40e47604f9ac5e8937fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sun, 5 Jan 2020 17:39:10 +0100 Subject: [PATCH] buildscript: Move to OpenWrt 19.07.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped openwrt main repo, packages and routing to 19.07.2. Signed-off-by: Fabian Bläse Reviewed-by: Adrian Schmutzler --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index 8e73944..b0935a4 100755 --- a/buildscript +++ b/buildscript @@ -13,9 +13,9 @@ builddir=./build -OPENWRTREV="v18.06.5" +OPENWRTREV="v19.07.2" OPENWRTURL="https://git.openwrt.org/openwrt/openwrt.git" -PACKAGEREV="340d5ce71ee60c1d699e7e0ead9422bed6f8519f" # openwrt-18.06.5 +PACKAGEREV="99efce0cd27adfcc53384fba93f37e5ee2e517de" # openwrt-19.07.2 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 - c52779c05a4cf838c736327d8b042ee59f782331) # openwrt-18.06.5 + efa6e5445adda9c6545f551808829ec927cbade8) # openwrt-19.07.2 ROUTING_PKGS="kmod-batman-adv batctl alfred babeld" FFF=(fff)