kernel: Create UBIFS v5 volume
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Aug 2020 15:28:42 +0000 (17:28 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 11 Aug 2020 19:11:53 +0000 (21:11 +0200)
commit2e8785d68cc0652632a6fcfb02b0b25299e9b267
tree472bee756157679b33ee8a9e8c6c4105723f44fb
parenta5a0b3f1d0bf14008e6fbad7024df3f5901303f1
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>
target/linux/generic/config-4.14
target/linux/generic/config-4.19
target/linux/generic/config-5.4
target/linux/generic/pending-4.14/553-ubifs-Add-option-to-create-UBI-FS-version-4-on-empty.patch [deleted file]
target/linux/generic/pending-4.19/553-ubifs-Add-option-to-create-UBI-FS-version-4-on-empty.patch [deleted file]
target/linux/generic/pending-5.4/553-ubifs-Add-option-to-create-UBI-FS-version-4-on-empty.patch [deleted file]