mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-21 17:40:53 +00:00
Add latest Linux kernel headers.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
This commit is contained in:
parent
d67a32191b
commit
805aa7f8ec
@ -139,6 +139,11 @@ config KERNEL_INSTALL_V_2_6_26
|
||||
bool
|
||||
prompt "2.6.26"
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_26_1
|
||||
bool
|
||||
prompt "2.6.26.1"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -173,6 +178,7 @@ config KERNEL_VERSION
|
||||
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.26" if KERNEL_INSTALL_V_2_6_26
|
||||
default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user