Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/console-tools/Config.in

    r821 r1765  
    66menu "Console Utilities"
    77
    8 config CONFIG_CHVT
     8config CHVT
    99    bool "chvt"
    1010    default n
     
    1313      Example: chvt 4 (change to terminal /dev/tty4)
    1414
    15 config CONFIG_CLEAR
     15config CLEAR
    1616    bool "clear"
    1717    default n
     
    1919      This program clears the terminal screen.
    2020
    21 config CONFIG_DEALLOCVT
     21config DEALLOCVT
    2222    bool "deallocvt"
    2323    default n
     
    2525      This program deallocates unused virtual consoles.
    2626
    27 config CONFIG_DUMPKMAP
     27config DUMPKMAP
    2828    bool "dumpkmap"
    2929    default n
     
    3232      stdout, in binary format. You can then use loadkmap to load it.
    3333
    34 config CONFIG_LOADFONT
     34config LOADFONT
    3535    bool "loadfont"
    3636    default n
     
    3838      This program loads a console font from standard input.
    3939
    40 config CONFIG_LOADKMAP
     40config LOADKMAP
    4141    bool "loadkmap"
    4242    default n
     
    4545      standard input.
    4646
    47 config CONFIG_OPENVT
     47config OPENVT
    4848    bool "openvt"
    4949    default n
     
    5252      virtual terminal.
    5353
    54 config CONFIG_RESET
     54config RESET
    5555    bool "reset"
    5656    default n
     
    5959      gets messed up.
    6060
    61 config CONFIG_SETCONSOLE
     61config RESIZE
     62    bool "resize"
     63    default n
     64    help
     65      This program is used to (re)set the width and height of your current
     66      terminal.
     67
     68config FEATURE_RESIZE_PRINT
     69    bool "print environment variables"
     70    default n
     71    depends on RESIZE
     72    help
     73      Prints the newly set size (number of columns and rows) of
     74      the terminal.
     75      E.g.:
     76      COLUMNS=80;LINES=44;export COLUMNS LINES;
     77
     78config SETCONSOLE
    6279    bool "setconsole"
    6380    default n
     
    6683      like the current tty while logged in via telnet.
    6784
    68 config CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
     85config FEATURE_SETCONSOLE_LONG_OPTIONS
    6986    bool "Enable long options"
    7087    default n
    71     depends on CONFIG_SET_CONSOLE && CONFIG_GETOPT_LONG
     88    depends on SETCONSOLE && GETOPT_LONG
    7289    help
    7390      Support long options for the setconsole applet.
    7491
    75 config CONFIG_SETKEYCODES
     92config SETKEYCODES
    7693    bool "setkeycodes"
    7794    default n
     
    8097      map, allowing unusual keyboards to generate usable keycodes.
    8198
    82 config CONFIG_SETLOGCONS
     99config SETLOGCONS
    83100    bool "setlogcons"
    84101    default n
Note: See TracChangeset for help on using the changeset viewer.