[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-187-g4fd125be7
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-04-22 09:57:06
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 4fd125be7b4bc9ecdec7c99e273ee77b2c396862 (commit)
from 73cf28a1e22780dd6700121987d909cc922a23b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4fd125be7b4bc9ecdec7c99e273ee77b2c396862
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Apr 22 11:56:44 2020 +0200
[BUILDROOT] Don't switch to BR 2020.01 yet
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e817b9b3c..608df4bfa 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-BUILDROOT_MAJOR_VERSION ?= 2020.02
-BUILDROOT_VERSION ?= $(BUILDROOT_MAJOR_VERSION).1
+BUILDROOT_MAJOR_VERSION ?= 2019.02
+BUILDROOT_VERSION ?= $(BUILDROOT_MAJOR_VERSION).11
include ./Makefile.in
BUILDROOT_SITE:=https://buildroot.org/downloads
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_MAJOR_VERSION)
hooks/post-receive
--
armadeus
|