summaryrefslogtreecommitdiff
path: root/package/module-init-tools/Config.in
AgeCommit message (Collapse)Author
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2006-07-10change things so menuconfig wont complain about circular depsEric Andersen
2006-07-09prevent up circular deps by preventing both from being enabled concurrentlyEric Andersen
2005-06-09http://bugs.uclibc.org/view.php?id=178Eric 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.