mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Latest linux version for headers isntall.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
This commit is contained in:
parent
eab041d31a
commit
ced2cf503a
@ -95,6 +95,11 @@ config KERNEL_INSTALL_V_2_6_25_4
|
||||
prompt "2.6.25.4"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_5
|
||||
bool
|
||||
prompt "2.6.25.5 (EXPERIMENTAL)"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION && EXPERIMENTAL
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -120,6 +125,7 @@ config KERNEL_VERSION
|
||||
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
|
||||
default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user