From 512b64be55174a557e4bf246e87d96cc6491cc3a Mon Sep 17 00:00:00 2001 From: poldy79 <leonard@penzer.de> Date: Mon, 9 Jul 2018 08:22:54 +0200 Subject: [PATCH] Raised version to 1.5 Citing the gluon v2018.1 release notes: This version changes the flash partition layout on some devices (TP-Link CPE/WBS 210/510). To avoid upgrade failures, make sure to upgrade to Gluon 2017.1.8 or the latest Gluon 2016.2.x (unreleased) before installing Gluon 2018.1. So we need a yet unreleased ffs-1.4 version and have to bump the version to 1.5 fot a release with gluon v2018.1. --- site.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.mk b/site.mk index d399a97d0..2f6335b41 100644 --- a/site.mk +++ b/site.mk @@ -63,7 +63,7 @@ DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d') BUILD_DATE ?= $(DEFAULT_BUILD_DATE) -DEFAULT_GLUON_RELEASE := 1.4+$(BUILD_DATE)-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1) +DEFAULT_GLUON_RELEASE := 1.5+$(BUILD_DATE)-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1) GLUON_LANGS := de en -- GitLab