mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-21 16:39:37 +00:00
kernel/linux: add latest 2.6.37.2 version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
@ -24,6 +24,10 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_2_6_37_2
|
||||||
|
bool
|
||||||
|
prompt "2.6.37.2"
|
||||||
|
|
||||||
config KERNEL_V_2_6_37_1
|
config KERNEL_V_2_6_37_1
|
||||||
bool
|
bool
|
||||||
prompt "2.6.37.1"
|
prompt "2.6.37.1"
|
||||||
@ -127,6 +131,7 @@ 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.37.2" if KERNEL_V_2_6_37_2
|
||||||
default "2.6.37.1" if KERNEL_V_2_6_37_1
|
default "2.6.37.1" if KERNEL_V_2_6_37_1
|
||||||
default "2.6.37" if KERNEL_V_2_6_37
|
default "2.6.37" if KERNEL_V_2_6_37
|
||||||
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
||||||
|
Reference in New Issue
Block a user