mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Merge.
This commit is contained in:
commit
09bab58031
@ -30,9 +30,9 @@ config KERNEL_V_2_6_36
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.36"
|
prompt "2.6.36"
|
||||||
|
|
||||||
config KERNEL_V_2_6_35_7
|
config KERNEL_V_2_6_35_8
|
||||||
bool
|
bool
|
||||||
prompt "2.6.35.7"
|
prompt "2.6.35.8"
|
||||||
|
|
||||||
config KERNEL_V_2_6_34_7
|
config KERNEL_V_2_6_34_7
|
||||||
bool
|
bool
|
||||||
@ -42,9 +42,9 @@ config KERNEL_V_2_6_33_7
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.33.7"
|
prompt "2.6.33.7"
|
||||||
|
|
||||||
config KERNEL_V_2_6_32_24
|
config KERNEL_V_2_6_32_25
|
||||||
bool
|
bool
|
||||||
prompt "2.6.32.24 (long-term stable)"
|
prompt "2.6.32.25 (long-term stable)"
|
||||||
help
|
help
|
||||||
The Linux 2.6.32 tree is the current "long-term stable" maintenance branch.
|
The Linux 2.6.32 tree is the current "long-term stable" maintenance branch.
|
||||||
It is intended to fill the niche for users who are not using distribution
|
It is intended to fill the niche for users who are not using distribution
|
||||||
@ -64,9 +64,9 @@ config KERNEL_V_2_6_31_14
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.31.14"
|
prompt "2.6.31.14"
|
||||||
|
|
||||||
config KERNEL_V_2_6_27_54
|
config KERNEL_V_2_6_27_55
|
||||||
bool
|
bool
|
||||||
prompt "2.6.27.54 (old long-term stable)"
|
prompt "2.6.27.55 (old long-term stable)"
|
||||||
help
|
help
|
||||||
The Linux 2.6.27 tree is the previous "long-term stable" maintenance branch.
|
The Linux 2.6.27 tree is the previous "long-term stable" maintenance branch.
|
||||||
It is intended to fill the niche for users who are not using distribution
|
It is intended to fill the niche for users who are not using distribution
|
||||||
@ -102,12 +102,12 @@ config KERNEL_VERSION
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
default "2.6.36" if KERNEL_V_2_6_36
|
default "2.6.36" if KERNEL_V_2_6_36
|
||||||
default "2.6.35.7" if KERNEL_V_2_6_35_7
|
default "2.6.35.8" if KERNEL_V_2_6_35_8
|
||||||
default "2.6.34.7" if KERNEL_V_2_6_34_7
|
default "2.6.34.7" if KERNEL_V_2_6_34_7
|
||||||
default "2.6.33.7" if KERNEL_V_2_6_33_7
|
default "2.6.33.7" if KERNEL_V_2_6_33_7
|
||||||
default "2.6.32.24" if KERNEL_V_2_6_32_24
|
default "2.6.32.25" if KERNEL_V_2_6_32_25
|
||||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||||
default "2.6.27.54" if KERNEL_V_2_6_27_54
|
default "2.6.27.55" if KERNEL_V_2_6_27_55
|
||||||
|
|
||||||
choice
|
choice
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user