mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
Add linux-2.6.22.
This commit is contained in:
parent
ff641b5098
commit
cf186a25e4
@ -123,6 +123,10 @@ config KERNEL_INSTALL_V_2_6_21_6
|
||||
prompt "2.6.21.6"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_22
|
||||
bool
|
||||
prompt "2.6.22"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -154,6 +158,7 @@ config KERNEL_VERSION
|
||||
default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
|
||||
default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
|
||||
default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
|
||||
default "2.6.22" if KERNEL_INSTALL_V_2_6_22
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user