mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
Add latest linux kernel versions for installing headers.
/trunk/config/kernel/linux_headers_install.in | 24 24 0 0 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
This commit is contained in:
parent
e4e48f728c
commit
c46ab20e6f
@ -66,6 +66,11 @@ config KERNEL_INSTALL_V_2_6_24_6
|
||||
prompt "2.6.24.6"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_24_7
|
||||
bool
|
||||
prompt "2.6.24.7"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25
|
||||
bool
|
||||
prompt "2.6.25"
|
||||
@ -75,6 +80,21 @@ config KERNEL_INSTALL_V_2_6_25_1
|
||||
prompt "2.6.25.1"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_2
|
||||
bool
|
||||
prompt "2.6.25.2"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_3
|
||||
bool
|
||||
prompt "2.6.25.3"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_4
|
||||
bool
|
||||
prompt "2.6.25.4"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -94,8 +114,12 @@ config KERNEL_VERSION
|
||||
default "2.6.24.4" if KERNEL_INSTALL_V_2_6_24_4
|
||||
default "2.6.24.5" if KERNEL_INSTALL_V_2_6_24_5
|
||||
default "2.6.24.6" if KERNEL_INSTALL_V_2_6_24_6
|
||||
default "2.6.24.7" if KERNEL_INSTALL_V_2_6_24_7
|
||||
default "2.6.25" if KERNEL_INSTALL_V_2_6_25
|
||||
default "2.6.25.1" if KERNEL_INSTALL_V_2_6_25_1
|
||||
default "2.6.25.2" if KERNEL_INSTALL_V_2_6_25_2
|
||||
default "2.6.25.3" if KERNEL_INSTALL_V_2_6_25_3
|
||||
default "2.6.25.4" if KERNEL_INSTALL_V_2_6_25_4
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user