summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/mikrotik/config-default
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2020-05-26 10:51:24 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-26 11:46:46 +0200
commit8383e63808d1896aaff1b8a4856f546dfc06bfca (patch)
tree9bb381ab264da80d5bb05a6ad6940e52b400974f /target/linux/ath79/mikrotik/config-default
parentb371182d2450b3c4f15cbe790351d92a2a7b5a67 (diff)
downloadopenwrt-8383e63808d1896aaff1b8a4856f546dfc06bfca.tar.gz
openwrt-8383e63808d1896aaff1b8a4856f546dfc06bfca.tar.bz2
openwrt-8383e63808d1896aaff1b8a4856f546dfc06bfca.zip
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 <roger.pueyo@guifi.net> [adjust commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/mikrotik/config-default')
-rw-r--r--target/linux/ath79/mikrotik/config-default1
1 files changed, 1 insertions, 0 deletions
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