endmenu
endif
+config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
+ bool "remount root filesystem read-write during boot"
+ default y
+ help
+ The root filesystem is typically mounted read-only at boot.
+ By default, buildroot remounts it in read-write mode early during the
+ boot process.
+ Say no here if you would rather like your root filesystem to remain
+ read-only.
+ If unsure, say Y.
+
+endif # BR2_ROOTFS_SKELETON_DEFAULT
+
config BR2_TARGET_TZ_INFO
bool "Install timezone info"
# No timezone for musl; only for uClibc or (e)glibc.
endif # BR2_TARGET_TZ_INFO
-config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
- bool "remount root filesystem read-write during boot"
- default y
- help
- The root filesystem is typically mounted read-only at boot.
- By default, buildroot remounts it in read-write mode early during the
- boot process.
- Say no here if you would rather like your root filesystem to remain
- read-only.
- If unsure, say Y.
-
-endif # BR2_ROOTFS_SKELETON_DEFAULT
-
config BR2_ROOTFS_USERS_TABLES
string "Path to the users tables"
help