aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 23:15:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 23:15:53 +0000
commita630cb15b114ec3caa661c05ecbe993342c2be9f (patch)
tree42c6afc54799eb80ddf04f39aba6278b8e8bc678
parent7f8797c8ee0fea8bf1fbe58936b390fa0be89eab (diff)
downloadbusybox-w32-a630cb15b114ec3caa661c05ecbe993342c2be9f.tar.gz
busybox-w32-a630cb15b114ec3caa661c05ecbe993342c2be9f.tar.bz2
busybox-w32-a630cb15b114ec3caa661c05ecbe993342c2be9f.zip
re-order a little for alphabetical
-rw-r--r--console-tools/Config.in14
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
34config 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
41config CONFIG_LOADFONT 34config 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
61config 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
68config CONFIG_SETKEYCODES 68config CONFIG_SETKEYCODES
69 bool "setkeycodes" 69 bool "setkeycodes"
70 default n 70 default n