pmb.parse.kconfig: drop remaining "_rc1" references (MR 2220)

As discussed at: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2220#note_1146631834

Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
Alexander Martinz 2022-10-24 17:36:10 +02:00
parent d8f2f20186
commit 2ca4518799
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ necessary_kconfig_options_waydroid = {
"PSI_DEFAULT_DISABLED": False,
}
},
"<5.18_rc1": { # option has been dropped
"<5.18": { # option has been dropped
"all": {
"ASHMEM": True,
}
@ -426,7 +426,7 @@ necessary_kconfig_options_nftables = {
"IP6_NF_NAT": True,
}
},
">=3.13.0 <5.17_rc1": { # option has been dropped
">=3.13.0 <5.17": { # option has been dropped
"all": { # all arches
"NFT_COUNTER": True,
},