mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Add linux-2.6.22.3 for kernel headers isntall.
This commit is contained in:
parent
713cddab0f
commit
e364b7acd6
@ -36,6 +36,11 @@ config KERNEL_INSTALL_V_2_6_22_2
|
||||
prompt "2.6.22.2"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_22_3
|
||||
bool
|
||||
prompt "2.6.22.3"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -49,6 +54,7 @@ config KERNEL_VERSION
|
||||
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
|
||||
default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user