summaryrefslogtreecommitdiffstats
path: root/scripts/get_linux_config.sh
Commit message (Collapse)AuthorAgeFilesLines
* get_linux_config.sh: sets THIS_MINOR to 0 if not valid.Julien Boibessot2010-02-171-0/+1
| | | | | | | | | | | Sets THIS_MINOR to 0 if not valid, ie when processing a Linux config file which does not have a minor number extension; ex: "<name>-linux-2.6.<major>.config" Otherwise bash is raising an error/exception (line 59) and script can not complete. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Do not copy linux config with higher minor version than current kernelUlf Samuelsson2009-01-031-6/+25
|
* Apply some care, when copying the linux configuration fileUlf Samuelsson2009-01-021-9/+51
|
* Fix bad use of symbolUlf Samuelsson2008-04-061-0/+1
|
* Add some robustness to linux configurationUlf Samuelsson2008-03-291-0/+14