• Adam Wujek's avatar
    configs/buildroot/busybox: uplift config to busybox 1.24.1 · 60968a07
    Adam Wujek authored
    Change done due to uplift of the buildroot to the 2016.02
    Please note that some of the options just changed their position.
    
    Some changes:
    
    remove:
    --DOS2UNIX
    --UNIX2DOS
    --FDFORMAT (we don't have floppy)
    --EJECT (we don't have CD/DVD)
    --HDPARM (we don't have ATA drives)
    --ETHER_WAKE (to send wake-on-lan magic packet)
    --DNSD (we don't need DNS server)
    --NAMEIF (we don't want to change names of interfaces)
    
    remove the following, since they're provided by prosps_ng:
    --pidof
    --top
    --uptime
    --free
    --kill*
    --ps
    --sysctl
    --watch
    
    add:
    --LFS (large file support)
    --MD5_SMALL=0 (We don't care so much about the size, more about
      the performance. Use the fastest. Difference in the size is very
      small anyway.)
    --SHA3_SMALL=0 (like above)
    --CONFIG_GZIP_FAST=2 (like above, use the fastest)
    --FEATURE_LESS_WINCH and FEATURE_LESS_ASK_TERMINAL allow to display i.e.
      "less" command via serial terminal with non standard terminal sizes.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    60968a07
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...