mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Add latest Linux 2.6.26 headers.
/trunk/config/kernel/linux_headers_install.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
This commit is contained in:
parent
6e1b1ccb7d
commit
41c0f214cc
@ -125,6 +125,10 @@ config KERNEL_INSTALL_V_2_6_25_10
|
|||||||
prompt "2.6.25.10"
|
prompt "2.6.25.10"
|
||||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_26
|
||||||
|
bool
|
||||||
|
prompt "2.6.26"
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
@ -156,6 +160,7 @@ config KERNEL_VERSION
|
|||||||
default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
|
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
|
default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
|
||||||
default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
|
default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
|
||||||
|
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user