mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
Add latest Linux kernel versions.
/trunk/config/kernel/linux_headers_install.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
This commit is contained in:
parent
1b6adf776f
commit
d5c7eaa0c5
@ -110,6 +110,16 @@ config KERNEL_INSTALL_V_2_6_25_7
|
||||
prompt "2.6.25.7"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_8
|
||||
bool
|
||||
prompt "2.6.25.8"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_9
|
||||
bool
|
||||
prompt "2.6.25.9"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -138,6 +148,8 @@ config KERNEL_VERSION
|
||||
default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5
|
||||
default "2.6.25.6" if KERNEL_INSTALL_V_2_6_25_6
|
||||
default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
|
||||
default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
|
||||
default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user