New applet, devfsd, by Matteo Croce and Tito
This commit is contained in:
@@ -40,6 +40,27 @@ config CONFIG_DC
|
||||
Dc is a reverse-polish desk calculator which supports unlimited
|
||||
precision arithmetic.
|
||||
|
||||
config CONFIG_DEVFSD
|
||||
bool "devfsd"
|
||||
default n
|
||||
help
|
||||
Provides compatibility with old device names on a devfs systems.
|
||||
You should set it to true if you have devfs enabled.
|
||||
|
||||
config CONFIG_DEVFSD_VERBOSE
|
||||
bool "Increases logging to stderr and syslog"
|
||||
default n
|
||||
depends on CONFIG_DEVFSD
|
||||
help
|
||||
Increases logging to stderr and syslog.
|
||||
|
||||
config CONFIG_DEVFSD_DEBUG
|
||||
bool "Adds function names to program output"
|
||||
default n
|
||||
depends on CONFIG_DEVFSD
|
||||
help
|
||||
Adds function names to program output.
|
||||
|
||||
config CONFIG_LAST
|
||||
bool "last"
|
||||
default n
|
||||
|
@@ -28,6 +28,7 @@ MISCUTILS-$(CONFIG_ADJTIMEX) += adjtimex.o
|
||||
MISCUTILS-$(CONFIG_CROND) += crond.o
|
||||
MISCUTILS-$(CONFIG_CRONTAB) += crontab.o
|
||||
MISCUTILS-$(CONFIG_DC) += dc.o
|
||||
MISCUTILS-$(CONFIG_DEVFSD) += devfsd.o
|
||||
MISCUTILS-$(CONFIG_HDPARM) += hdparm.o
|
||||
MISCUTILS-$(CONFIG_LAST) += last.o
|
||||
MISCUTILS-$(CONFIG_MAKEDEVS) += makedevs.o
|
||||
|
2029
miscutils/devfsd.c
Normal file
2029
miscutils/devfsd.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user