mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-03 12:52:22 +00:00
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>
This commit is contained in:
parent
c4d39c4d5f
commit
be7b560278
@ -6295,12 +6295,14 @@ CONFIG_TTY=y
|
|||||||
# CONFIG_TYPHOON is not set
|
# CONFIG_TYPHOON is not set
|
||||||
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
||||||
# CONFIG_UBIFS_ATIME_SUPPORT 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_AUTHENTICATION is not set
|
||||||
# CONFIG_UBIFS_FS_ENCRYPTION 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_SECURITY is not set
|
||||||
CONFIG_UBIFS_FS_XATTR=y
|
CONFIG_UBIFS_FS_XATTR=y
|
||||||
# CONFIG_UBIFS_FS_ZLIB is not set
|
CONFIG_UBIFS_FS_ZLIB=y
|
||||||
# CONFIG_UBIFS_FS_ZSTD is not set
|
CONFIG_UBIFS_FS_ZSTD=y
|
||||||
# CONFIG_UBSAN is not set
|
# CONFIG_UBSAN is not set
|
||||||
CONFIG_UBSAN_ALIGNMENT=y
|
CONFIG_UBSAN_ALIGNMENT=y
|
||||||
# CONFIG_UCB1400_CORE is not set
|
# CONFIG_UCB1400_CORE is not set
|
||||||
|
@ -5853,12 +5853,14 @@ CONFIG_TTY=y
|
|||||||
# CONFIG_TYPHOON is not set
|
# CONFIG_TYPHOON is not set
|
||||||
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
||||||
# CONFIG_UBIFS_ATIME_SUPPORT 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_AUTHENTICATION is not set
|
||||||
# CONFIG_UBIFS_FS_ENCRYPTION 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_SECURITY is not set
|
||||||
CONFIG_UBIFS_FS_XATTR=y
|
CONFIG_UBIFS_FS_XATTR=y
|
||||||
# CONFIG_UBIFS_FS_ZLIB is not set
|
CONFIG_UBIFS_FS_ZLIB=y
|
||||||
# CONFIG_UBIFS_FS_ZSTD is not set
|
CONFIG_UBIFS_FS_ZSTD=y
|
||||||
# CONFIG_UBSAN is not set
|
# CONFIG_UBSAN is not set
|
||||||
CONFIG_UBSAN_ALIGNMENT=y
|
CONFIG_UBSAN_ALIGNMENT=y
|
||||||
# CONFIG_UCB1400_CORE is not set
|
# CONFIG_UCB1400_CORE is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user