summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2014-07-27 13:24:11 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 22:37:16 +0200
commit4952dddbf987ec587766047646b026662c76165e (patch)
treeaf8c0ad2e855c28b2ae4f95dd8d120e5694e7963 /system
parentb282e95ec84d2f3280c5a7b53497f0e5848b215c (diff)
downloadbuildroot-4952dddbf987ec587766047646b026662c76165e.tar.gz
buildroot-4952dddbf987ec587766047646b026662c76165e.zip
system: move tz setup outside of default skeleton clause
Allow time zone setup and installation for configurations using custom skeletons as well as default skeletons. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/system/Config.in b/system/Config.in
index 1be7e5da80..e7e146a305 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -267,6 +267,19 @@ config BR2_TARGET_GENERIC_GETTY_OPTIONS
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.
@@ -306,19 +319,6 @@ config BR2_TARGET_LOCALTIME
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
OpenPOWER on IntegriCloud