# busybox/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. If "busybox" is updated, "config.txt" may need to be updated. #--------------------------------------------------------------------- [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 glibc32 license = tbd proddir = none unpack = relaxed #--------------------------------------------------------------------- [depends] coreutils sed #--------------------------------------------------------------------- [build] cp -p $PKGDIR_SPECIAL/config.txt .config touch .config smpmake || make CONFIG_PREFIX=/busybox32 make install chown -R 0.0 _install chmod u+s _install/bin/busybox rm -fr /busybox32 mkdir -p /busybox32 cp -a _install/* /busybox32/ #--------------------------------------------------------------------- # 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.28.4.tar.bz2 #--------------------------------------------------------------------- [history] 180624 Updated from 1.25.1 to 1.28.4 180624 Enabled more busybox applets 180624 Disabled vi - FTBFS