Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -2/+2 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -2/+2 |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | module-init-tools: check correct symbol for cross-depmod | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Reported by Markus Heidelberg | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Based on patch by Nigel Kukard. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - remove duplicate module-init-tools-source rule | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -2/+0 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -4/+4 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Update config for module-init-tools | Ulf Samuelsson | 2007-07-31 | 1 | -0/+2 |
| | |||||
* | - for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for ↵ | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -0/+4 |
| | | | | the 'source' target | ||||
* | - fix a few -clean targets. | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -1/+1 |
| | | | | - bash build is not parallel-safe | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - make sure that our dest dir exists | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | I'm sure opinions will vary on this, but at least when I'm using these ↵ | "Steven J. Hill" | 2007-01-14 | 1 | -0/+2 |
| | | | | tools, I don't want the static or an extra config file. Small filesystem please. | ||||
* | - pass the correct compiler in | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | Patch packages to remove legacy and deprecated functions. All of these ↵ | "Steven J. Hill" | 2006-12-05 | 1 | -0/+12 |
| | | | | patches have been sent upstream to the various maintainers. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | 2006-08-10 | 1 | -6/+45 |
| | | | | Don't hard code version numbers all over the place. | ||||
* | change things so menuconfig wont complain about circular deps | Eric Andersen | 2006-07-10 | 1 | -1/+0 |
| | |||||
* | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | 2006-07-09 | 2 | -3/+4 |
| | |||||
* | Bump up version to one actually present | Eric Andersen | 2005-12-09 | 1 | -2/+2 |
| | |||||
* | Fix some broken dependancies | Eric Andersen | 2005-08-08 | 1 | -3/+5 |
| | |||||
* | whitespace sync | Mike Frysinger | 2005-08-04 | 1 | -2/+2 |
| | |||||
* | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | 2005-06-09 | 3 | -0/+160 |
This patch provides modutils and module-init-tools. I know busybox can load modules, but modinfo may also be very useful for kernel/driver debugging purposes. I have managed binaries concurrency between modutils and module-init-tools, but I'm not sure this is the best way to do it... Thanks for your work. |