diff options
author | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
commit | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch) | |
tree | 07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /util-linux/Config.in | |
parent | d7cc2e601d9d909ca9de168da746dede7487e860 (diff) | |
download | busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.zip busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.gz |
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 7f61bf4..2ba9f01 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -707,6 +707,12 @@ config RDATE the RFC868 protocol, which is built into the inetd daemon on most systems. +config RDEV + bool "rdev" + default n + help + Print the device node associated with the filesystem mounted at '/'. + config READPROFILE bool "readprofile" default n |