diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-04 19:24:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-04 19:24:40 +0000 |
commit | e4b534024d6dc903ef48628dda1203d0d7c5bfcb (patch) | |
tree | ba49fd16483f827b8e6ddbf328c49a43b91c2d05 /openwrt/package/busybox/config/console-tools | |
parent | 2ac4ac0fcaa8057735319dd2c99f57435c1141ae (diff) | |
download | mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.zip mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.tar.gz mtk-20170518-e4b534024d6dc903ef48628dda1203d0d7c5bfcb.tar.bz2 |
update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
SVN-Revision: 3587
Diffstat (limited to 'openwrt/package/busybox/config/console-tools')
-rw-r--r-- | openwrt/package/busybox/config/console-tools/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/busybox/config/console-tools/Config.in b/openwrt/package/busybox/config/console-tools/Config.in index 207e2df..4faaeb4 100644 --- a/openwrt/package/busybox/config/console-tools/Config.in +++ b/openwrt/package/busybox/config/console-tools/Config.in @@ -58,6 +58,13 @@ config BUSYBOX_CONFIG_RESET This program is used to reset the terminal screen, if it gets messed up. +config BUSYBOX_CONFIG_SETCONSOLE + bool "setconsole" + default n + help + This program redirects the system console to another device, + like the current tty while logged in via telnet. + config BUSYBOX_CONFIG_SETKEYCODES bool "setkeycodes" default n |