diff options
| author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:15:53 +0000 |
|---|---|---|
| committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:15:53 +0000 |
| commit | 8794870c3555cd20d233d2dbb444208ad12762fc (patch) | |
| tree | 42c6afc54799eb80ddf04f39aba6278b8e8bc678 | |
| parent | e9695c4cd20edd719e4601e5993b17b69644a21f (diff) | |
| download | busybox-w32-8794870c3555cd20d233d2dbb444208ad12762fc.tar.gz busybox-w32-8794870c3555cd20d233d2dbb444208ad12762fc.tar.bz2 busybox-w32-8794870c3555cd20d233d2dbb444208ad12762fc.zip | |
re-order a little for alphabetical
git-svn-id: svn://busybox.net/trunk/busybox@11635 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | console-tools/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index aa5111ac8..bcc7c9b8d 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in | |||
| @@ -31,13 +31,6 @@ config CONFIG_DUMPKMAP | |||
| 31 | This program dumps the kernel's keyboard translation table to | 31 | This program dumps the kernel's keyboard translation table to |
| 32 | stdout, in binary format. You can then use loadkmap to load it. | 32 | stdout, in binary format. You can then use loadkmap to load it. |
| 33 | 33 | ||
| 34 | config CONFIG_SETCONSOLE | ||
| 35 | bool "setconsole" | ||
| 36 | default n | ||
| 37 | help | ||
| 38 | This program redirects the system console to another device, | ||
| 39 | like the current tty while logged in via telnet. | ||
| 40 | |||
| 41 | config CONFIG_LOADFONT | 34 | config CONFIG_LOADFONT |
| 42 | bool "loadfont" | 35 | bool "loadfont" |
| 43 | default n | 36 | default n |
| @@ -65,6 +58,13 @@ config CONFIG_RESET | |||
| 65 | This program is used to reset the terminal screen, if it | 58 | This program is used to reset the terminal screen, if it |
| 66 | gets messed up. | 59 | gets messed up. |
| 67 | 60 | ||
| 61 | config CONFIG_SETCONSOLE | ||
| 62 | bool "setconsole" | ||
| 63 | default n | ||
| 64 | help | ||
| 65 | This program redirects the system console to another device, | ||
| 66 | like the current tty while logged in via telnet. | ||
| 67 | |||
| 68 | config CONFIG_SETKEYCODES | 68 | config CONFIG_SETKEYCODES |
| 69 | bool "setkeycodes" | 69 | bool "setkeycodes" |
| 70 | default n | 70 | default n |
