mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
8d650db576
commit
35fa4981b3
@ -26,29 +26,45 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_2_6_35_4
|
||||
bool
|
||||
prompt "2.6.35.4"
|
||||
|
||||
config KERNEL_V_2_6_35_3
|
||||
bool
|
||||
prompt "2.6.35.3"
|
||||
|
||||
config KERNEL_V_2_6_35_2
|
||||
bool
|
||||
prompt "2.6.35.2"
|
||||
|
||||
config KERNEL_V_2_6_35_1
|
||||
bool
|
||||
prompt "2.6.35.1"
|
||||
|
||||
config KERNEL_V_2_6_35
|
||||
bool
|
||||
prompt "2.6.35"
|
||||
|
||||
config KERNEL_V_2_6_34_2
|
||||
config KERNEL_V_2_6_34_6
|
||||
bool
|
||||
prompt "2.6.34.2"
|
||||
prompt "2.6.34.6"
|
||||
|
||||
config KERNEL_V_2_6_33_7
|
||||
bool
|
||||
prompt "2.6.33.7"
|
||||
|
||||
config KERNEL_V_2_6_32_17
|
||||
config KERNEL_V_2_6_32_21
|
||||
bool
|
||||
prompt "2.6.32.17"
|
||||
prompt "2.6.32.21"
|
||||
|
||||
config KERNEL_V_2_6_31_14
|
||||
bool
|
||||
prompt "2.6.31.14"
|
||||
|
||||
config KERNEL_V_2_6_27_49
|
||||
config KERNEL_V_2_6_27_53
|
||||
bool
|
||||
prompt "2.6.27.49 (long-term stable)"
|
||||
prompt "2.6.27.53 (long-term stable)"
|
||||
help
|
||||
The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
|
||||
It is intended to fill the niche for users who are not using distribution
|
||||
@ -82,12 +98,16 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.6.35.4" if KERNEL_V_2_6_35_4
|
||||
default "2.6.35.3" if KERNEL_V_2_6_35_3
|
||||
default "2.6.35.2" if KERNEL_V_2_6_35_2
|
||||
default "2.6.35.1" if KERNEL_V_2_6_35_1
|
||||
default "2.6.35" if KERNEL_V_2_6_35
|
||||
default "2.6.34.2" if KERNEL_V_2_6_34_2
|
||||
default "2.6.34.6" if KERNEL_V_2_6_34_6
|
||||
default "2.6.33.7" if KERNEL_V_2_6_33_7
|
||||
default "2.6.32.17" if KERNEL_V_2_6_32_17
|
||||
default "2.6.32.21" if KERNEL_V_2_6_32_21
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||
default "2.6.27.49" if KERNEL_V_2_6_27_49
|
||||
default "2.6.27.53" if KERNEL_V_2_6_27_53
|
||||
|
||||
choice
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user