# busybox/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. If you update this package, you may need to revise the "config"- file settings used. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.78 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.63 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none defer = only glibc64 license = tbd proddir = none unpack = relaxed #--------------------------------------------------------------------- [depends] coreutils sed #--------------------------------------------------------------------- [build] killany -w klogd syslogd cp -p $PKGDIR_SPECIAL/config.txt .config touch .config smpmake || make CONFIG_PREFIX=/busybox64 make install chown -R 0.0 _install chmod u+s _install/bin/busybox rm -fr /busybox64 mkdir -p /busybox64 cp -a _install/* /busybox64/ # Units for "-s" may be KB; this needs to be confirmed /distro/busybox/sbin/syslogd -D -s 512 -b 3 || true logger "End of rc.S" || true ((sleep 2 ; /distro/busybox/sbin/klogd) || true) & #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_lfs = n/a url_tarball = https://busybox.net/downloads/busybox-1.35.0.tar.bz2 #--------------------------------------------------------------------- [history] 180624 Updated from 1.25.1 to 1.28.4 180624 Enabled more busybox applets 180624 Disabled vi - FTBFS 220920 Updated to 1.35.0 220920 Enabled vi