summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-5.4
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-08-08 17:28:42 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-11 21:11:53 +0200
commit2e8785d68cc0652632a6fcfb02b0b25299e9b267 (patch)
tree472bee756157679b33ee8a9e8c6c4105723f44fb /target/linux/generic/config-5.4
parenta5a0b3f1d0bf14008e6fbad7024df3f5901303f1 (diff)
downloadopenwrt-2e8785d68cc0652632a6fcfb02b0b25299e9b267.tar.gz
openwrt-2e8785d68cc0652632a6fcfb02b0b25299e9b267.tar.bz2
openwrt-2e8785d68cc0652632a6fcfb02b0b25299e9b267.zip
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 <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/config-5.4')
-rw-r--r--target/linux/generic/config-5.41
1 files changed, 0 insertions, 1 deletions
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