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
<https://wiki.postmarketos.org/wiki/kconfig#CONFIG_MEMCG_SWAP> for details"
message.

See also https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2220#note_1146219177

Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com>
Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
This commit is contained in:
Sicelo 2022-11-22 06:37:46 +02:00 committed by Oliver Smith
parent 757d2a0bff
commit 4b339763db
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}