Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/libbb/Config.src


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/libbb/Config.src

    r3232 r3621  
    1717config MD5_SMALL
    1818    int "MD5: Trade bytes for speed (0:fast, 3:slow)"
    19     default 1
     19    default 1  # all "fast or small" options default to small
    2020    range 0 3
    2121    help
     
    3131config SHA3_SMALL
    3232    int "SHA3: Trade bytes for speed (0:fast, 1:slow)"
    33     default 1
     33    default 1  # all "fast or small" options default to small
    3434    range 0 1
    3535    help
     
    4141config FEATURE_FAST_TOP
    4242    bool "Faster /proc scanning code (+100 bytes)"
    43     default y
     43    default n  # all "fast or small" options default to small
    4444    help
    4545      This option makes top (and ps) ~20% faster (or 20% less CPU hungry),
     
    115115    bool "Reverse history search"
    116116    default y
    117     depends on FEATURE_EDITING_SAVEHISTORY
     117    depends on FEATURE_EDITING
    118118    help
    119119      Enable readline-like Ctrl-R combination for reverse history search.
     
    209209config MONOTONIC_SYSCALL
    210210    bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
    211     default n
     211    default y
    212212    select PLATFORM_LINUX
    213213    help
Note: See TracChangeset for help on using the changeset viewer.