From 3756755d397082d7cde4e4c6509aae4858875884 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Wed, 6 Dec 2017 03:08:12 +0200 Subject: [PATCH] The kernel headers are now copied in the sysroot instead of symlinked. This fixes the issue with the 'inetd' applet. --- src/07_build_busybox.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/07_build_busybox.sh b/src/07_build_busybox.sh index 4346f66ad..4a1e32f23 100755 --- a/src/07_build_busybox.sh +++ b/src/07_build_busybox.sh @@ -46,11 +46,6 @@ else # Create default configuration file. echo "Generating default BusyBox configuration." make defconfig -j $NUM_JOBS - - # The 'inetd' applet fails to compile because we use the glibc installation area as - # main pointer to the kernel headers (see 05_prepare_glibc.sh) and some headers are - # not resolved. The easiest solution is to ignore this particular applet. - sed -i "s/.*CONFIG_INETD.*/CONFIG_INETD=n/" .config fi # This variable holds the full path to the glibc installation area as quoted string.