From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Tue, 13 Oct 2015 14:30:26 -0300 Subject: [Buildroot] [PATCH] busybox: bump to version 1.24.0 In-Reply-To: <1444732120-14687-1-git-send-email-Vincent.Riera@imgtec.com> References: <1444732120-14687-1-git-send-email-Vincent.Riera@imgtec.com> Message-ID: <561D3FB2.1020007@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 13/10/15 07:28, Vicente Olivert Riera wrote: > Signed-off-by: Vicente Olivert Riera Big NACK, it doesn't build with any uclibc-based toolchain by default. CONFIG_SYNC_FANCY is 'default y' now and that requires syncfs() support. The best solution is likely to be disabling fancy sync in the default busybox config shipped in BR. Regards.