From d856e21673ebc942e430503bd58f0a82137c3dd0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 21 Oct 2021 09:19:09 +0200 Subject: [PATCH] pmb.config.necessary_kconfig_*: tweak comments (MR 2133) Improve the comments for consistency and to give a little more info than just repeating the variable name. --- pmb/config/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 61a28adc..f24af285 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -300,7 +300,7 @@ necessary_kconfig_options = { } } -# Necessary anbox kernel config options +# Necessary anbox/waydroid kernel config options (android app support) necessary_kconfig_options_anbox = { ">=0.0.0": { # all versions "all": { # all arches @@ -352,7 +352,7 @@ necessary_kconfig_options_apparmor = { }, } -# Necessary nftables kernel config options +# Necessary nftables kernel config options (firewall) necessary_kconfig_options_nftables = { ">=3.13.0": { # nftables support introduced here "all": { # all arches @@ -494,6 +494,7 @@ necessary_kconfig_options_containers = { }, } +# Necessary zram kernel config options (RAM disk with on-the-fly compression) necessary_kconfig_options_zram = { ">=3.14.0": { # zram support introduced here "all": { # all arches