aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-5.4
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-04-05 19:01:13 +0100
committerRui Salvaterra <rsalvaterra@gmail.com>2021-04-21 10:31:07 +0100
commitbe7b5602789902692090abb10c971651887cd62b (patch)
tree0fe2cf7c0dde3fad808fcc2bc8711c796199114c /target/linux/generic/config-5.4
parentc4d39c4d5f66d5c96131737f7905c96c258d82ba (diff)
downloadupstream-be7b5602789902692090abb10c971651887cd62b.tar.gz
upstream-be7b5602789902692090abb10c971651887cd62b.tar.bz2
upstream-be7b5602789902692090abb10c971651887cd62b.zip
kernel: enable lzo, zlib and zstd in ubifs
Make sure all compression algorithms are enabled, for the time being, in order not to break sysupgrade. In the future, we'd like to disable all except zstd, as it's the best all-around performer. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/config-5.4')
-rw-r--r--target/linux/generic/config-5.46
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index fd3da81213..bcc73ed7ae 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -5853,12 +5853,14 @@ CONFIG_TTY=y
# CONFIG_TYPHOON is not set
# CONFIG_UACCESS_WITH_MEMCPY is not set
# CONFIG_UBIFS_ATIME_SUPPORT is not set
+# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
# CONFIG_UBIFS_FS_AUTHENTICATION is not set
# CONFIG_UBIFS_FS_ENCRYPTION is not set
+CONFIG_UBIFS_FS_LZO=y
# CONFIG_UBIFS_FS_SECURITY is not set
CONFIG_UBIFS_FS_XATTR=y
-# CONFIG_UBIFS_FS_ZLIB is not set
-# CONFIG_UBIFS_FS_ZSTD is not set
+CONFIG_UBIFS_FS_ZLIB=y
+CONFIG_UBIFS_FS_ZSTD=y
# CONFIG_UBSAN is not set
CONFIG_UBSAN_ALIGNMENT=y
# CONFIG_UCB1400_CORE is not set