mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Add linux-2.6.22.2 for headers.
This commit is contained in:
parent
06153223e2
commit
ce48ea4aef
@ -210,6 +210,11 @@ config KERNEL_INSTALL_V_2_6_22_1
|
||||
prompt "2.6.22.1"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_22_2
|
||||
bool
|
||||
prompt "2.6.22.2"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -258,6 +263,7 @@ config KERNEL_VERSION
|
||||
default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
|
||||
default "2.6.22" if KERNEL_INSTALL_V_2_6_22
|
||||
default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
|
||||
default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user