mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 16:36:14 +00:00
kernel/linux: update versions list
This commit is contained in:
parent
9c83970d8b
commit
68cb21446d
@ -34,6 +34,18 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_2_6_34
|
||||||
|
bool
|
||||||
|
prompt "2.6.34"
|
||||||
|
|
||||||
|
config KERNEL_V_2_6_33_4
|
||||||
|
bool
|
||||||
|
prompt "2.6.33.4"
|
||||||
|
|
||||||
|
config KERNEL_V_2_6_33_3
|
||||||
|
bool
|
||||||
|
prompt "2.6.33.3"
|
||||||
|
|
||||||
config KERNEL_V_2_6_33_2
|
config KERNEL_V_2_6_33_2
|
||||||
bool
|
bool
|
||||||
prompt "2.6.33.2"
|
prompt "2.6.33.2"
|
||||||
@ -46,9 +58,9 @@ config KERNEL_V_2_6_33
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.33"
|
prompt "2.6.33"
|
||||||
|
|
||||||
config KERNEL_V_2_6_32_11
|
config KERNEL_V_2_6_32_13
|
||||||
bool
|
bool
|
||||||
prompt "2.6.32.11"
|
prompt "2.6.32.13"
|
||||||
|
|
||||||
config KERNEL_V_2_6_31_13
|
config KERNEL_V_2_6_31_13
|
||||||
bool
|
bool
|
||||||
@ -58,16 +70,6 @@ config KERNEL_V_2_6_30_10
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.30.10"
|
prompt "2.6.30.10"
|
||||||
|
|
||||||
config KERNEL_V_2_6_29_6
|
|
||||||
bool
|
|
||||||
prompt "2.6.29.6 (OBSOLETE)"
|
|
||||||
depends on OBSOLETE
|
|
||||||
|
|
||||||
config KERNEL_V_2_6_28_10
|
|
||||||
bool
|
|
||||||
prompt "2.6.28.10 (OBSOLETE)"
|
|
||||||
depends on OBSOLETE
|
|
||||||
|
|
||||||
config KERNEL_V_2_6_27_46
|
config KERNEL_V_2_6_27_46
|
||||||
bool
|
bool
|
||||||
prompt "2.6.27.46 (long-term stable)"
|
prompt "2.6.27.46 (long-term stable)"
|
||||||
@ -91,14 +93,15 @@ config KERNEL_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "2.6.34" if KERNEL_V_2_6_34
|
||||||
|
default "2.6.33.4" if KERNEL_V_2_6_33_4
|
||||||
|
default "2.6.33.3" if KERNEL_V_2_6_33_3
|
||||||
default "2.6.33.2" if KERNEL_V_2_6_33_2
|
default "2.6.33.2" if KERNEL_V_2_6_33_2
|
||||||
default "2.6.33.1" if KERNEL_V_2_6_33_1
|
default "2.6.33.1" if KERNEL_V_2_6_33_1
|
||||||
default "2.6.33" if KERNEL_V_2_6_33
|
default "2.6.33" if KERNEL_V_2_6_33
|
||||||
default "2.6.32.11" if KERNEL_V_2_6_32_11
|
default "2.6.32.13" if KERNEL_V_2_6_32_13
|
||||||
default "2.6.31.13" if KERNEL_V_2_6_31_13
|
default "2.6.31.13" if KERNEL_V_2_6_31_13
|
||||||
default "2.6.30.10" if KERNEL_V_2_6_30_10
|
default "2.6.30.10" if KERNEL_V_2_6_30_10
|
||||||
default "2.6.29.6" if KERNEL_V_2_6_29_6
|
|
||||||
default "2.6.28.10" if KERNEL_V_2_6_28_10
|
|
||||||
default "2.6.27.46" if KERNEL_V_2_6_27_46
|
default "2.6.27.46" if KERNEL_V_2_6_27_46
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user