diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 20:26:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 20:26:57 +0200 |
commit | 8b71d5436d1dd406ea524fabed62622d65bc8fb1 (patch) | |
tree | 95e455fc06c62c78c4d40c6be86854bb9b523335 /package/busybox/config/console-tools | |
parent | cf088d5dbb077a1f689cfed907d48cbdbe487dc7 (diff) |
disable new applets
Diffstat (limited to 'package/busybox/config/console-tools')
-rw-r--r-- | package/busybox/config/console-tools/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in index 671cc32a2..7b1d3ac2e 100644 --- a/package/busybox/config/console-tools/Config.in +++ b/package/busybox/config/console-tools/Config.in @@ -12,6 +12,12 @@ config BUSYBOX_CHVT This program is used to change to another terminal. Example: chvt 4 (change to terminal /dev/tty4) +config BUSYBOX_FGCONSOLE + bool "fgconsole" + default n + help + This program prints active (foreground) console number. + config BUSYBOX_CLEAR bool "clear" default y |