log sources/sections/busybox.build @ 1541:e4f766efa39f

age author description
Fri, 16 Mar 2012 07:00:09 -0500 Rob Landley Teach busybox.build to switch off toybox-supplied functionality when TOYBOX=toybox, and move one more config symbol after toybox marker.
Wed, 28 Dec 2011 16:01:32 -0600 Rob Landley Fix "cofnig" typo.
Tue, 27 Dec 2011 08:58:16 -0600 Rob Landley Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Tue, 24 Aug 2010 03:08:47 -0500 Rob Landley Remove toybox.
Sun, 08 Aug 2010 20:57:58 -0500 Rob Landley is_in_list doesn't like "[" and "[[", thinks it's an unterminated regex.
Thu, 05 Aug 2010 12:31:01 -0500 Rob Landley Change how to filter out (currently) unusable busybox apps, and add mke2fs to force e2fsprogs build.
Mon, 26 Jul 2010 00:05:38 -0500 Rob Landley Update to busybox 1.17.1 and switch to defconfig instead of trimconfig.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Mon, 12 Apr 2010 00:04:11 -0500 Rob Landley Yank ugly STAGE_DIR adjustment and instead teach busybox/toybox bilds to auto-detect "bin" directory on install. (And while we're at it, don't build hello-dynamic on static-only system.)
Sun, 03 Jan 2010 17:04:39 -0600 Rob Landley Largeish refactoring and cleanup of compiler build:
Sat, 19 Dec 2009 00:51:16 -0600 Rob Landley Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup. base sources/sections/busybox.sh@d5ec0fb0aa45