diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-11 16:39:52 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-11 16:39:52 +0000 |
commit | 7c0ccbc404f3d8eb64d64ae69131b939e6123ba1 (patch) | |
tree | c18a271a5da0c0a79d917771c4b85e9948ef18c4 /Config.in | |
parent | 43c409498681a8c8b391114edcdfbf5a21bf5d1c (diff) | |
download | busybox-w32-7c0ccbc404f3d8eb64d64ae69131b939e6123ba1.tar.gz busybox-w32-7c0ccbc404f3d8eb64d64ae69131b939e6123ba1.tar.bz2 busybox-w32-7c0ccbc404f3d8eb64d64ae69131b939e6123ba1.zip |
Rename the devfs device names option so it doesn't bite people so often.
git-svn-id: svn://busybox.net/trunk/busybox@15069 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -81,10 +81,12 @@ config CONFIG_LOCALE_SUPPORT | |||
81 | busybox to support locale settings. | 81 | busybox to support locale settings. |
82 | 82 | ||
83 | config CONFIG_FEATURE_DEVFS | 83 | config CONFIG_FEATURE_DEVFS |
84 | bool "Support for devfs" | 84 | bool "Use devfs names for devices" |
85 | default n | 85 | default n |
86 | help | 86 | help |
87 | Enable if you want BusyBox to work with devfs. | 87 | This tells busybox to look for names like /dev/loop/0 instead of |
88 | /dev/loop0. If your /dev directory has normal names instead of | ||
89 | devfs names, you don't want this. | ||
88 | 90 | ||
89 | config CONFIG_FEATURE_DEVPTS | 91 | config CONFIG_FEATURE_DEVPTS |
90 | bool "Use the devpts filesystem for Unix98 PTYs" | 92 | bool "Use the devpts filesystem for Unix98 PTYs" |