diff options
author | Rob Landley <rob@landley.net> | 2006-06-07 20:11:53 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-07 20:11:53 +0000 |
commit | 4c5ad2fc90389bf1239f17d84967d07b82f31dd7 (patch) | |
tree | e6c12e750676108ca990fa839c6b10c15b1c09bf /miscutils | |
parent | 830d258dee032b0a6902e037ea4c57db8fb47d78 (diff) | |
download | busybox-w32-4c5ad2fc90389bf1239f17d84967d07b82f31dd7.tar.gz busybox-w32-4c5ad2fc90389bf1239f17d84967d07b82f31dd7.tar.bz2 busybox-w32-4c5ad2fc90389bf1239f17d84967d07b82f31dd7.zip |
Consolidate devfs garbage and mark it as obsolete.
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 37c1de8b9..76baa574a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -64,9 +64,11 @@ config CONFIG_DC | |||
64 | precision arithmetic. | 64 | precision arithmetic. |
65 | 65 | ||
66 | config CONFIG_DEVFSD | 66 | config CONFIG_DEVFSD |
67 | bool "devfsd" | 67 | bool "devfsd (obsolete)" |
68 | default n | 68 | default n |
69 | help | 69 | help |
70 | This is deprecated, and will be going away in a future release. | ||
71 | |||
70 | Provides compatibility with old device names on a devfs systems. | 72 | Provides compatibility with old device names on a devfs systems. |
71 | You should set it to true if you have devfs enabled. | 73 | You should set it to true if you have devfs enabled. |
72 | The following keywords in devsfd.conf are supported: | 74 | The following keywords in devsfd.conf are supported: |
@@ -81,7 +83,8 @@ config CONFIG_DEVFSD_MODLOAD | |||
81 | default n | 83 | default n |
82 | depends on CONFIG_DEVFSD | 84 | depends on CONFIG_DEVFSD |
83 | help | 85 | help |
84 | This actually doesn't work with busybox modutils but needs the real modutils. | 86 | This actually doesn't work with busybox modutils but needs |
87 | the external modutils. | ||
85 | 88 | ||
86 | config CONFIG_DEVFSD_FG_NP | 89 | config CONFIG_DEVFSD_FG_NP |
87 | bool "Enables the -fg and -np options" | 90 | bool "Enables the -fg and -np options" |
@@ -98,6 +101,17 @@ config CONFIG_DEVFSD_VERBOSE | |||
98 | help | 101 | help |
99 | Increases logging to stderr or syslog. | 102 | Increases logging to stderr or syslog. |
100 | 103 | ||
104 | config CONFIG_FEATURE_DEVFS | ||
105 | bool " Use devfs names for all devices (obsolete)" | ||
106 | default n | ||
107 | help | ||
108 | This tells busybox to look for names like /dev/loop/0 instead of | ||
109 | /dev/loop0. If your /dev directory has normal names instead of | ||
110 | devfs names, you don't want this. | ||
111 | |||
112 | This is obsolete and will be going away someday. Consider it | ||
113 | deprecated. | ||
114 | |||
101 | config CONFIG_EJECT | 115 | config CONFIG_EJECT |
102 | bool "eject" | 116 | bool "eject" |
103 | default n | 117 | default n |