aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2020-10-23 11:48:11 +0200
committerFelix Fietkau <nbd@nbd.name>2021-02-16 20:02:09 +0100
commit299b8554183791b325e393c880d32360d7d72f73 (patch)
tree93481d451d7eb561db0cea106ca1c27a26c9414b /config
parent5ed1e5140a80558ab47fd70410ae3242bed5becf (diff)
downloadupstream-299b8554183791b325e393c880d32360d7d72f73.tar.gz
upstream-299b8554183791b325e393c880d32360d7d72f73.tar.bz2
upstream-299b8554183791b325e393c880d32360d7d72f73.zip
build: make zstd initramfs selectable
fix typo in kernel initramfs zstd compression option Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index 2921cd5bca..957d3af18f 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -42,6 +42,10 @@ menu "Target Images"
config TARGET_INITRAMFS_COMPRESSION_XZ
bool "xz"
+
+ config TARGET_INITRAMFS_COMPRESSION_ZSTD
+ depends on !LINUX_5_4 && !LINUX_4_19
+ bool "zstd"
endchoice
config EXTERNAL_CPIO