From 2e8785d68cc0652632a6fcfb02b0b25299e9b267 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 8 Aug 2020 17:28:42 +0200 Subject: kernel: Create UBIFS v5 volume In commit 87b35c16adcf ("kernel: ubifs: create use file system format 4 by default") we changed the default UBIFS version used when the kernel creates a new volume from 5 to 4. UBIFS v5 was added in kernel 4.10 and only kernel 4.10 and later can read it. We changed the kernel to create version 4 volumes also on more recent kernel versions to make it possible to downgrade to an OpenWrt version with kernel 4.9, the upgrade still works. This is probably not needed any more and we can remove this patch. Signed-off-by: Hauke Mehrtens --- target/linux/generic/config-5.4 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/generic/config-5.4') diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 052409eb62..7f39f8f62c 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -5787,7 +5787,6 @@ CONFIG_TTY=y # CONFIG_UBIFS_ATIME_SUPPORT is not set # CONFIG_UBIFS_FS_AUTHENTICATION is not set # CONFIG_UBIFS_FS_ENCRYPTION is not set -CONFIG_UBIFS_FS_FORMAT4=y # CONFIG_UBIFS_FS_SECURITY is not set # CONFIG_UBIFS_FS_XATTR is not set # CONFIG_UBSAN is not set -- cgit v1.2.3