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 | 17 17 0 0 +++++++++++++++++ 1 file changed, 17 insertions(+)
This commit is contained in:
parent
2237fab536
commit
135a104338
@ -125,6 +125,20 @@ config KERNEL_INSTALL_V_2_6_24_2
|
||||
prompt "2.6.24.2"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_24_3
|
||||
bool
|
||||
prompt "2.6.24.3"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_24_4
|
||||
bool
|
||||
prompt "2.6.24.4"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25
|
||||
bool
|
||||
prompt "2.6.25"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -156,6 +170,9 @@ config KERNEL_VERSION
|
||||
default "2.6.24" if KERNEL_INSTALL_V_2_6_24
|
||||
default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1
|
||||
default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2
|
||||
default "2.6.24.3" if KERNEL_INSTALL_V_2_6_24_3
|
||||
default "2.6.24.4" if KERNEL_INSTALL_V_2_6_24_4
|
||||
default "2.6.25" if KERNEL_INSTALL_V_2_6_25
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user