Commit Graph

11 Commits

Author SHA1 Message Date
Nigel Kukard 4d190ec0bf Bump bootutils 2009-12-25 10:34:58 +00:00
Peter Korsgaard 9e76714747 package: get rid of redundant malloc related configure presets
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused
BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-06 19:58:45 +01:00
Peter Korsgaard 8fb74cdece package/bootutils: needs largefile support
Build fails with llseek() linker errors.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23 10:26:41 +01:00
Nigel Kukard ae6011eb33 * Bump release of bootutils to 0.0.9 2009-01-01 19:41:52 +00:00
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Nigel Kukard ecec30c20f * This fix is included upstream as from 0.0.8 2008-04-19 05:59:07 +00:00
Nigel Kukard c326efd987 * Updated bootutils to new release 2008-04-17 18:00:14 +00:00
Nigel Kukard af8401ed3c * Convert bootutils to autotools 2008-04-17 13:28:46 +00:00
Nigel Kukard 8e94f301eb * Fixed bootutils url to point to projects website and not project page on freshmeat 2008-04-08 14:45:32 +00:00
Nigel Kukard 08cb25116d * Added bootutils 2008-04-08 13:09:29 +00:00