mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Add 2.6.20.5 and 2.6.20.6 linux kernel versions.
This commit is contained in:
parent
0e479dbc93
commit
b426a71b53
@ -74,6 +74,16 @@ config KERNEL_INSTALL_V_2_6_20_4
|
||||
prompt "2.6.20.4"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_20_5
|
||||
bool
|
||||
prompt "2.6.20.5"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_20_6
|
||||
bool
|
||||
prompt "2.6.20.6"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -95,5 +105,7 @@ config KERNEL_VERSION
|
||||
default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
|
||||
default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
|
||||
default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
|
||||
default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
|
||||
default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
Loading…
x
Reference in New Issue
Block a user