From: Roger Pueyo Centelles Date: Tue, 26 May 2020 08:51:24 +0000 (+0200) Subject: ath79/mikrotik: add missing kernel config symbol for 5.4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8383e63808d1896aaff1b8a4856f546dfc06bfca;p=oweals%2Fopenwrt.git ath79/mikrotik: add missing kernel config symbol for 5.4 The UBIFS_FS_ZSTD is exposed when UBIFS is enabled. Signed-off-by: Roger Pueyo Centelles [adjust commit title] Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default index 83be852804..94c63f82fb 100644 --- a/target/linux/ath79/mikrotik/config-default +++ b/target/linux/ath79/mikrotik/config-default @@ -32,6 +32,7 @@ CONFIG_UBIFS_FS=y CONFIG_UBIFS_FS_ADVANCED_COMPR=y CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y +# CONFIG_UBIFS_FS_ZSTD is not set CONFIG_WATCHDOG_CORE=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y