From 09bb278408e39beb306081e8652d3c5774cf6fbc Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:37:37 +0200 Subject: [PATCH] Update to Gluon v2021.1.2 --- gluon | 2 +- site.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gluon b/gluon index 2ea83c4..d0f43ae 160000 --- a/gluon +++ b/gluon @@ -1 +1 @@ -Subproject commit 2ea83c447b18ca3e57cb6925a84dbcf675d66ea3 +Subproject commit d0f43aeb0810bd0841c90dc1bc0c18d7aa591fa7 diff --git a/site.mk b/site.mk index 28ee5dd..7eca774 100644 --- a/site.mk +++ b/site.mk @@ -42,7 +42,7 @@ GLUON_SITE_PACKAGES := \ # opkg compare-versions "$1" '>>' "$2" # to decide if a version is newer or not. -DEFAULT_GLUON_RELEASE := 2020.2.3 +DEFAULT_GLUON_RELEASE := 2021.1.2 # Variables set with ?= can be overwritten from the command line