busybox: bump to version 1.24.0
Disable CONFIG_FEATURE_SYNC_FANCY in the busybox.config because that option causes build failures for any uClibc based toolchains since it requires syncfs() support, which doens't exist in uClibc. This new option has been introduced in 1.24.0, so despite of disabling it, we are not losing anything that we had before. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8c40167b20
commit
d42ca918cc
package/busybox
@ -284,6 +284,7 @@ CONFIG_FEATURE_SORT_BIG=y
|
||||
CONFIG_STTY=y
|
||||
# CONFIG_SUM is not set
|
||||
CONFIG_SYNC=y
|
||||
# CONFIG_FEATURE_SYNC_FANCY is not set
|
||||
# CONFIG_TAC is not set
|
||||
CONFIG_TAIL=y
|
||||
CONFIG_FEATURE_FANCY_TAIL=y
|
||||
|
@ -1,3 +1,3 @@
|
||||
# From http://busybox.net/downloads/busybox-1.23.2.tar.bz2.sign
|
||||
md5 7925683d7dd105aabe9b6b618d48cc73 busybox-1.23.2.tar.bz2
|
||||
sha1 7f37193cb249f27630e0b2a2c6c9bbb7b1d24c16 busybox-1.23.2.tar.bz2
|
||||
# From http://busybox.net/downloads/busybox-1.24.0.tar.bz2.sign
|
||||
md5 2fa3110042e518e0e1225c799294664c busybox-1.24.0.tar.bz2
|
||||
sha1 238a9b8a66c31fdcdd00790a840ef03cc77482c7 busybox-1.24.0.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BUSYBOX_VERSION = 1.23.2
|
||||
BUSYBOX_VERSION = 1.24.0
|
||||
BUSYBOX_SITE = http://www.busybox.net/downloads
|
||||
BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
|
||||
BUSYBOX_LICENSE = GPLv2
|
||||
|
Loading…
Reference in New Issue
Block a user