summaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2024-03-25 20:56:06 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2024-03-29 17:49:53 +0100
commitf9f2426e398cf74d1098ae40317bfba677ac7560 (patch)
treed4cc0b5f66d6695091ff174f7851070faa767036 /config/Config-images.in
parentd506ea3e8089c671cb76831a65be4d53949ee657 (diff)
downloadopenwrt-f9f2426e398cf74d1098ae40317bfba677ac7560.tar.gz
openwrt-f9f2426e398cf74d1098ae40317bfba677ac7560.tar.bz2
openwrt-f9f2426e398cf74d1098ae40317bfba677ac7560.zip
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>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r--config/Config-images.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index c2d7af7a80..6f2f926432 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -127,6 +127,7 @@ menu "Target Images"
config TARGET_EXT4_JOURNAL
bool "Create a journaling filesystem"
depends on TARGET_ROOTFS_EXT4FS
+ default y
help
Create an ext4 filesystem with a journal.