diff options
author | Tony Butler <spudz76@gmail.com> | 2022-11-28 04:05:30 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-03 20:45:55 +0100 |
commit | 7e83cdf3f7024e563088d69c6e95f772634fb098 (patch) | |
tree | 66d6f6384c82f78122746898933b5dcb1b3ba154 /config/Config-images.in | |
parent | d010e36a0dfc94e044b7f3b6b21a845067aaf020 (diff) |
build: config: cleanup impossible dependency logic
some config `depends on` lines contained outdated kernel version checks
that can no longer happen and had become non-operational; clean them up
cosmetic change with no functional effect
Signed-off-by: Tony Butler <spudz76@gmail.com>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r-- | config/Config-images.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index dcd7575c3e..aa23876259 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -47,7 +47,6 @@ menu "Target Images" bool "xz" config TARGET_INITRAMFS_COMPRESSION_ZSTD - depends on !LINUX_5_4 && !LINUX_4_19 bool "zstd" endchoice |