From patchwork Sun Mar 15 14:44:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2,1/5] buildscript: Move to OpenWrt 19.07.2 From: Fabian Blaese X-Patchwork-Id: 1293 Message-Id: <20200315144416.140346-2-fabian@blaese.de> To: franken-dev@freifunk.net Cc: Adrian Schmutzler Date: Sun, 15 Mar 2020 15:44:12 +0100 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)