Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.17.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 626 by niro, Tue Oct 19 16:41:04 2010 UTC revision 627 by niro, Tue Oct 19 16:50:39 2010 UTC
# Line 51  src_prepare() Line 51  src_prepare()
51   # which has ftype guessing features and a better uuid handling   # which has ftype guessing features and a better uuid handling
52   sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die   sed -i 's/.*\(CONFIG_BLKID\).*/#\ \1 is not set/' .config || die
53    
54   # enable advanced fbsplash features provided by tykefs patch   # disable static binary - broken with eglibc-2.12
55   echo "CONFIG_FEATURE_FBSPLASH_8BPP=y" >> .config || die   sed -i 's/.*\(CONFIG_STATIC\).*/#\ \1 is not set/' .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  
56  }  }
57    
58  src_compile()  src_compile()

Legend:
Removed from v.626  
changed lines
  Added in v.627