summaryrefslogtreecommitdiffstats
path: root/kernel/update_kernel
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize elif code. Better use a case BTWGwenolé Beauchesne2003-04-011-9/+5
|
* Don't default to smp kernel for booting, detectSMP() must work or the APICGwenolé Beauchesne2003-04-011-4/+4
| | | | | trick in perl-install.
* IA64 mergeErwan Velu2003-03-051-5/+19
|
* This commit was manufactured by cvs2svn to create branchMystery Man2003-02-251-3/+9
| | | | 'R9_0-64bit-branch'.
* 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)