--- smage/trunk/core/busybox/busybox-1.17.3-r1.smage2 2010/10/19 16:41:04 626 +++ smage/trunk/core/busybox/busybox-1.17.3-r1.smage2 2010/10/19 16:50:39 627 @@ -51,11 +51,8 @@ # which has ftype guessing features and a better uuid handling sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die - # enable advanced fbsplash features provided by tykefs patch - echo "CONFIG_FEATURE_FBSPLASH_8BPP=y" >> .config || die - echo "CONFIG_FEATURE_FBSPLASH_SPRITES=y" >> .config || die - echo "CONFIG_FEATURE_FBSPLASH_TEXT=y" >> .config || die - echo "CONFIG_FEATURE_FBSPLASH_FONTLOAD=y" >> .config || die + # disable static binary - broken with eglibc-2.12 + sed -i 's/.*\(CONFIG_STATIC\).*/#\ \1 is not set/' .config || die } src_compile()