From 5578468ae1f523f3e69cdc88c6f32b5a71090eb8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 1 Sep 2025 11:01:10 +0200 Subject: [PATCH] system: reword merged-usr prompt The current prompt is overly verbose, and departs from the usual terminology used to refer to merged /usr, which, 10 years later [0], makes it a little bit difficult to find or understand. Furthermore, we're going to add another similar prompt for merged /usr/sbin, and there's no way we want to introduce as similarly convoluted prompt then. Reword the prompt for the merged /usr option to the explicit "merged /usr" everyone expects and understands. [0] see commit c5bd8af65e50 (system: add options for /bin /sbin and /lib to be symlinks into /usr) Signed-off-by: Yann E. MORIN Acked-by: Arnout Vandecappelle Signed-off-by: Romain Naour --- system/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Config.in b/system/Config.in index da9e20a35c..1bc8b61f11 100644 --- a/system/Config.in +++ b/system/Config.in @@ -337,7 +337,7 @@ config BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES Support extended attributes handling in device tables config BR2_ROOTFS_MERGED_USR - bool "Use symlinks to /usr for /bin, /sbin and /lib" + bool "Merged /usr" help If you say 'n' here, then /bin, /sbin and /lib and their counterparts in /usr will be separate directories. This