# HG changeset patch # User Rob Landley # Date 1281029461 18000 # Node ID 41fdac77a907483518c05b755b00494374df025f # Parent 2c4a65636d72895e00700b05b44277a75c5b4d31 Change how to filter out (currently) unusable busybox apps, and add mke2fs to force e2fsprogs build. diff -r 2c4a65636d72 -r 41fdac77a907 sources/sections/busybox.build --- a/sources/sections/busybox.build Thu Aug 05 12:08:25 2010 -0500 +++ b/sources/sections/busybox.build Thu Aug 05 12:31:01 2010 -0500 @@ -16,6 +16,7 @@ for i in $(sed 's@.*/@@' busybox.links) do + # Still using toybox patch, and busybox mke2fs/tune2fs don't support -j + is_in_list $i patch,tune2fs,mke2fs && continue [ ! -f "$INSTDIR/$i" ] && (ln -sf busybox "$INSTDIR/$i" || dienow) done -rm -f "$INSTDIR"/{patch,tune2fs}