mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
kernel/linux: add support for latest versions
This patch adds support for the latest Linux 2.6.32.3 kernel. Signed-off-by: Joachim Nilsson <jocke@vmlinux.org> [yann.morin.1998@anciens.enib.fr: keep only one long-term stable] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
833fb174e5
commit
ac58996726
@ -34,6 +34,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_2_6_32_3
|
||||
bool
|
||||
prompt "2.6.32.3"
|
||||
|
||||
config KERNEL_V_2_6_32_2
|
||||
bool
|
||||
prompt "2.6.32.2"
|
||||
@ -46,6 +50,10 @@ config KERNEL_V_2_6_32
|
||||
bool
|
||||
prompt "2.6.32"
|
||||
|
||||
config KERNEL_V_2_6_31_11
|
||||
bool
|
||||
prompt "2.6.31.11"
|
||||
|
||||
config KERNEL_V_2_6_31_9
|
||||
bool
|
||||
prompt "2.6.31.9"
|
||||
@ -140,9 +148,22 @@ config KERNEL_V_2_6_28_10
|
||||
prompt "2.6.28.10 (OBSOLETE)"
|
||||
depends on OBSOLETE
|
||||
|
||||
config KERNEL_V_2_6_27_42
|
||||
config KERNEL_V_2_6_27_43
|
||||
bool
|
||||
prompt "2.6.27.42 (long-term stable)"
|
||||
prompt "2.6.27.43 (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
|
||||
kernels but want to use a regression-free kernel for a longer time.
|
||||
|
||||
Critical bug fixes to later 2.6 releases are often ported to this branch
|
||||
which makes 2.6.27 a very useful base for many embedded developers seeking
|
||||
stable APIs or those who do not need the latest bleeding edge features.
|
||||
|
||||
... and no, this kernel has not undergone any specific QA testing.
|
||||
|
||||
See the original announcement by Adrian Bunk in the following mailing list
|
||||
entry: http://marc.info/?l=linux-kernel&m=122375909403298&w=2
|
||||
|
||||
endchoice
|
||||
|
||||
@ -150,9 +171,11 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.6.32.3" if KERNEL_V_2_6_32_3
|
||||
default "2.6.32.2" if KERNEL_V_2_6_32_2
|
||||
default "2.6.32.1" if KERNEL_V_2_6_32_1
|
||||
default "2.6.32" if KERNEL_V_2_6_32
|
||||
default "2.6.31.11" if KERNEL_V_2_6_31_11
|
||||
default "2.6.31.9" if KERNEL_V_2_6_31_9
|
||||
default "2.6.31.8" if KERNEL_V_2_6_31_8
|
||||
default "2.6.31.7" if KERNEL_V_2_6_31_7
|
||||
@ -176,7 +199,7 @@ config KERNEL_VERSION
|
||||
default "2.6.30" if KERNEL_V_2_6_30
|
||||
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.42" if KERNEL_V_2_6_27_42
|
||||
default "2.6.27.43" if KERNEL_V_2_6_27_43
|
||||
|
||||
choice
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user