From c70558bd4f26fa61f867a4961fb282836b479fae Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:47:34 +0100 Subject: [PATCH] Update to Gluon v2021.1.2 (#46) --- 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