Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-11 | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | |
Based on patch by Nigel Kukard. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-25 | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | |
2007-09-22 | - remove duplicate module-init-tools-source rule | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-07-31 | Update config for module-init-tools | Ulf Samuelsson | |
2007-07-27 | - for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for ↵ | Bernhard Reutner-Fischer | |
the 'source' target | |||
2007-06-28 | - fix a few -clean targets. | Bernhard Reutner-Fischer | |
- bash build is not parallel-safe | |||
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-04-17 | - make sure that our dest dir exists | Bernhard Reutner-Fischer | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-14 | I'm sure opinions will vary on this, but at least when I'm using these ↵ | "Steven J. Hill" | |
tools, I don't want the static or an extra config file. Small filesystem please. | |||
2006-12-14 | - pass the correct compiler in | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-08-10 | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | |
Don't hard code version numbers all over the place. | |||
2006-07-09 | prevent up circular deps by preventing both from being enabled concurrently | Eric Andersen | |
2005-12-09 | Bump up version to one actually present | Eric Andersen | |
2005-08-08 | Fix some broken dependancies | Eric Andersen | |
2005-08-04 | whitespace sync | Mike Frysinger | |
2005-06-09 | http://bugs.uclibc.org/view.php?id=178 | Eric Andersen | |
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. |