mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Add latest Linux kernel versions.
/trunk/config/kernel/linux_headers_install.in | 24 24 0 0 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
This commit is contained in:
parent
5c77177873
commit
dde2a329d7
@ -135,6 +135,21 @@ config KERNEL_INSTALL_V_2_6_25_12
|
||||
prompt "2.6.25.12"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_13
|
||||
bool
|
||||
prompt "2.6.25.13"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_14
|
||||
bool
|
||||
prompt "2.6.25.14"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_15
|
||||
bool
|
||||
prompt "2.6.25.15"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_26
|
||||
bool
|
||||
prompt "2.6.26"
|
||||
@ -144,6 +159,11 @@ config KERNEL_INSTALL_V_2_6_26_1
|
||||
prompt "2.6.26.1"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_26_2
|
||||
bool
|
||||
prompt "2.6.26.2"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -177,8 +197,12 @@ config KERNEL_VERSION
|
||||
default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
|
||||
default "2.6.25.11" if KERNEL_INSTALL_V_2_6_25_11
|
||||
default "2.6.25.12" if KERNEL_INSTALL_V_2_6_25_12
|
||||
default "2.6.25.13" if KERNEL_INSTALL_V_2_6_25_13
|
||||
default "2.6.25.14" if KERNEL_INSTALL_V_2_6_25_14
|
||||
default "2.6.25.15" if KERNEL_INSTALL_V_2_6_25_15
|
||||
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
|
||||
default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
|
||||
default "2.6.26.2" if KERNEL_INSTALL_V_2_6_26_2
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user