mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
Add linux-2.6.22.6 for the kernel headers.
This commit is contained in:
parent
55aceff1be
commit
2863a69944
@ -51,6 +51,11 @@ config KERNEL_INSTALL_V_2_6_22_5
|
||||
prompt "2.6.22.5"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_22_6
|
||||
bool
|
||||
prompt "2.6.22.6"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -67,6 +72,7 @@ config KERNEL_VERSION
|
||||
default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
|
||||
default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
|
||||
default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
|
||||
default "2.6.22.6" if KERNEL_INSTALL_V_2_6_22_6
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user