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>
Fri, 29 Mar 2024 16:49:53 +0000 (17:49 +0100)
commitf9f2426e398cf74d1098ae40317bfba677ac7560
treed4cc0b5f66d6695091ff174f7851070faa767036
parentd506ea3e8089c671cb76831a65be4d53949ee657
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>
config/Config-images.in