summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-10-04 11:43:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-04 11:23:14 +0100
commit571552c4687f73c12a449cea45b842090a14c4fc (patch)
treec199e6193f1f8a21ed08ba8c33a13df4c488cb0b /system
parent844f240185fc12c41a2f028d8ded43df98c83f88 (diff)
system: clarify /dev management using devtmpfs + {mdev, eudev}
The "Dynamic using mdev" and "Dynamic using eudev" /dev management methods are using devtmpfs, just like "Dynamic using devtmpfs only", on top of which they add either mdev or eudev. But their names might suggest they use mdev only or eudev only. Clarify their descriptions by adding "devtmpfs +" to make it unambiguous. [Thomas: rewrap the paragraphs in the manual. It makes the diff a lot less readable, but we actually want the result to be wrapped.] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/Config.in b/system/Config.in
index 45170d8d0..6afe8962d 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -110,11 +110,11 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS
bool "Dynamic using devtmpfs only"
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
- bool "Dynamic using mdev"
+ bool "Dynamic using devtmpfs + mdev"
select BR2_PACKAGE_BUSYBOX
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
- bool "Dynamic using eudev"
+ bool "Dynamic using devtmpfs + eudev"
depends on BR2_USE_WCHAR
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # eudev