Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-12 | libiconv: strip installed library and remove the preloadable library | Hans-Christian Egtvedt | |
This patch is mainly for size reduction, removing more than half the needed footprint. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-05 | libiconv: use BR2_GNU_MIRROR | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-04-24 | add libiconv and framework for vlc | John Voltz | |