Consolidate devfs garbage and mark it as obsolete.
This commit is contained in:
parent
830d258dee
commit
4c5ad2fc90
11
Config.in
11
Config.in
@ -104,17 +104,6 @@ config CONFIG_GETOPT_LONG
|
|||||||
Enable this if you want busybox applets to use the gnu --long-option
|
Enable this if you want busybox applets to use the gnu --long-option
|
||||||
style, in addition to single character -a -b -c style options.
|
style, in addition to single character -a -b -c style options.
|
||||||
|
|
||||||
config CONFIG_FEATURE_DEVFS
|
|
||||||
bool "Use devfs names for devices"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
This tells busybox to look for names like /dev/loop/0 instead of
|
|
||||||
/dev/loop0. If your /dev directory has normal names instead of
|
|
||||||
devfs names, you don't want this.
|
|
||||||
|
|
||||||
This is obsolete and will be going away someday. Consider it
|
|
||||||
deprecated.
|
|
||||||
|
|
||||||
config CONFIG_FEATURE_DEVPTS
|
config CONFIG_FEATURE_DEVPTS
|
||||||
bool "Use the devpts filesystem for Unix98 PTYs"
|
bool "Use the devpts filesystem for Unix98 PTYs"
|
||||||
default y if CONFIG_FEATURE_DEVFS
|
default y if CONFIG_FEATURE_DEVFS
|
||||||
|
@ -64,9 +64,11 @@ config CONFIG_DC
|
|||||||
precision arithmetic.
|
precision arithmetic.
|
||||||
|
|
||||||
config CONFIG_DEVFSD
|
config CONFIG_DEVFSD
|
||||||
bool "devfsd"
|
bool "devfsd (obsolete)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
This is deprecated, and will be going away in a future release.
|
||||||
|
|
||||||
Provides compatibility with old device names on a devfs systems.
|
Provides compatibility with old device names on a devfs systems.
|
||||||
You should set it to true if you have devfs enabled.
|
You should set it to true if you have devfs enabled.
|
||||||
The following keywords in devsfd.conf are supported:
|
The following keywords in devsfd.conf are supported:
|
||||||
@ -81,7 +83,8 @@ config CONFIG_DEVFSD_MODLOAD
|
|||||||
default n
|
default n
|
||||||
depends on CONFIG_DEVFSD
|
depends on CONFIG_DEVFSD
|
||||||
help
|
help
|
||||||
This actually doesn't work with busybox modutils but needs the real modutils.
|
This actually doesn't work with busybox modutils but needs
|
||||||
|
the external modutils.
|
||||||
|
|
||||||
config CONFIG_DEVFSD_FG_NP
|
config CONFIG_DEVFSD_FG_NP
|
||||||
bool "Enables the -fg and -np options"
|
bool "Enables the -fg and -np options"
|
||||||
@ -98,6 +101,17 @@ config CONFIG_DEVFSD_VERBOSE
|
|||||||
help
|
help
|
||||||
Increases logging to stderr or syslog.
|
Increases logging to stderr or syslog.
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_DEVFS
|
||||||
|
bool " Use devfs names for all devices (obsolete)"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
This tells busybox to look for names like /dev/loop/0 instead of
|
||||||
|
/dev/loop0. If your /dev directory has normal names instead of
|
||||||
|
devfs names, you don't want this.
|
||||||
|
|
||||||
|
This is obsolete and will be going away someday. Consider it
|
||||||
|
deprecated.
|
||||||
|
|
||||||
config CONFIG_EJECT
|
config CONFIG_EJECT
|
||||||
bool "eject"
|
bool "eject"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user