summaryrefslogtreecommitdiffstats
path: root/package/modutils/modutils-cross.patch
Commit message (Collapse)AuthorAgeFilesLines
* modutils: remove packageGustavo Zacarias2010-06-051-548/+0
| | | | | | | | It's for ancient 2.4 kernels, and busybox has a modutils applet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* yet another fix for yet another cross depmod endianness problemEric Andersen2006-07-131-0/+21
|
* update some missing bits for cross depmodEric Andersen2006-03-221-19/+93
|
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-301-0/+453
allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik