summaryrefslogtreecommitdiffstats
path: root/kernel/update_kernel
Commit message (Collapse)AuthorAgeFilesLines
* - Gracefully create all.kernels directory if first time buildGwenolé Beauchesne2002-10-091-3/+9
| | | | | | | | - Temptative fix to determine version-release from kernel versioning. Assume kernels have and will have X.Y.Z versioning. - Always gunzip modules, otherwise mar -l dies if archive doesn't contain anything. Which occured with modules were not gunzip'ed first.
* move all.kernels to the new "kernel" directoryPascal Rigaux2002-07-081-0/+6
|
* s|modinfo|/sbin/modinfo| for people with "normal" path ;pGuillaume Cottenceau2002-07-051-1/+1
|
* add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids)Pascal Rigaux2002-07-051-0/+2
|
* new directory "kernel" containing:Pascal Rigaux2002-07-041-0/+92
- all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl)