busybox: update to 1.31.0
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 15 Jun 2019 09:16:55 +0000 (12:16 +0300)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 15 Jun 2019 17:26:47 +0000 (19:26 +0200)
commit696c511fb480be04a0ab4563b06b5e1b0d7eb684
tree93a6af232f4b5a913214bea92319fffdb9377f32
parentf6dab9804413139c3bd2647a81652d04baa1e59d
busybox: update to 1.31.0

* Update busybox to version 1.31.0.
    New applets: ts, i2ctransfer
    New (restored) feature: error/info levels in syslog messages.
    Leave new features disabled by default.
* Refresh patches
* Remove patch that was backported from upstream

Config refreshed with commands below, after which the OpenWrt specific
config defaults (ipv6, login session child) were corrected:

  make package/busybox/compile   (to populate the build_dir)

  cd package/utils/busybox/config/
  ../convert_menuconfig.pl ../../../../build_dir/target-mips_24kc_musl/busybox-1.31.0

  cd package/utils/busybox
  ./convert_defaults.pl < ../../../build_dir/target-mips_24kc_musl/busybox-1.31.0/.config > Config-defaults.in

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
15 files changed:
package/utils/busybox/Config-defaults.in
package/utils/busybox/Makefile
package/utils/busybox/config/Config.in
package/utils/busybox/config/coreutils/Config.in
package/utils/busybox/config/miscutils/Config.in
package/utils/busybox/config/networking/Config.in
package/utils/busybox/config/networking/udhcp/Config.in
package/utils/busybox/config/shell/Config.in
package/utils/busybox/config/util-linux/Config.in
package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch
package/utils/busybox/patches/201-udhcpc_changed_ifindex.patch
package/utils/busybox/patches/203-udhcpc_renew_no_deconfig.patch
package/utils/busybox/patches/240-telnetd_intr.patch
package/utils/busybox/patches/250-date-k-flag.patch
package/utils/busybox/patches/530-ip-use-rtnl_send_check-on-flush-commands.patch [deleted file]