From 4b339763db020fe8f19faa1dfbacdc82091a6cda Mon Sep 17 00:00:00 2001 From: Sicelo Date: Tue, 22 Nov 2022 06:37:46 +0200 Subject: [PATCH] pmb.parse.kconfig: update version for MEMCG_SWAP change Without the `_rc1` tag, building kernel results in "linux-nokia-n900/config-nokia-n900.armv7: CONFIG_MEMCG_SWAP should be set. See for details" message. See also https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2220#note_1146219177 Signed-off-by: Sicelo A. Mhlongo Reviewed-by: Oliver Smith --- pmb/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 5d1bec6d..4f3ab095 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -508,7 +508,7 @@ necessary_kconfig_options_containers = { "CGROUP_HUGETLB": True, # Optional section } }, - ">=3.6 <6.1": { # option has been dropped + ">=3.6 <6.1_rc1": { # option has been dropped "all": { "MEMCG_SWAP": True, }