config: Enable ext4 journaling by default.
authorJordan Woyak <jordan.woyak@gmail.com>
Tue, 26 Mar 2024 01:56:06 +0000 (20:56 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Jul 2024 19:13:27 +0000 (21:13 +0200)
commit7448f7a2d56f0d7d868fb89899df5528ab69db41
tree52e1ab5fbea4829bc0561266a5a93d5ad6485040
parent7d135dc038b0986522c68545d648fcb6a3fb1874
config: Enable ext4 journaling by default.

Not having a journal by default is a major "gotcha".

Because openwrt does not fsck on boot, a power loss without journaling
can result in a dirty filesystem that openwrt will mount as read-only
which requires intervention to restore the router to working order.

Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
(cherry picked from commit f9f2426e398cf74d1098ae40317bfba677ac7560)
Link: https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-images.in