summaryrefslogtreecommitdiffstats
path: root/package/module-init-tools
Commit message (Collapse)AuthorAgeFilesLines
* module-init-tools: check correct symbol for cross-depmodPeter Korsgaard2008-09-071-1/+1
| | | | Reported by Markus Heidelberg
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-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 Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard2008-03-111-1/+1
| | | | Based on patch by Nigel Kukard.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
|
* - remove duplicate module-init-tools-source ruleBernhard Reutner-Fischer2007-09-221-2/+0
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-4/+4
| | | | toolchain/*/*.mk */Makefile.in -l)
* Update config for module-init-toolsUlf Samuelsson2007-07-311-0/+2
|
* - for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for ↵Bernhard Reutner-Fischer2007-07-271-0/+4
| | | | the 'source' target
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-281-1/+1
| | | | - bash build is not parallel-safe
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - make sure that our dest dir existsBernhard Reutner-Fischer2007-04-171-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* I'm sure opinions will vary on this, but at least when I'm using these ↵"Steven J. Hill"2007-01-141-0/+2
| | | | tools, I don't want the static or an extra config file. Small filesystem please.
* - pass the correct compiler inBernhard Reutner-Fischer2006-12-141-0/+1
|
* Patch packages to remove legacy and deprecated functions. All of these ↵"Steven J. Hill"2006-12-051-0/+12
| | | | patches have been sent upstream to the various maintainers.
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-2/+3
|
* Use http. Add support for building cross depmod for 2.6 kernels.Eric Andersen2006-08-101-6/+45
| | | | Don't hard code version numbers all over the place.
* change things so menuconfig wont complain about circular depsEric Andersen2006-07-101-1/+0
|
* prevent up circular deps by preventing both from being enabled concurrentlyEric Andersen2006-07-092-3/+4
|
* Bump up version to one actually presentEric Andersen2005-12-091-2/+2
|
* Fix some broken dependanciesEric Andersen2005-08-081-3/+5
|
* whitespace syncMike Frysinger2005-08-041-2/+2
|
* http://bugs.uclibc.org/view.php?id=178Eric Andersen2005-06-093-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.