mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-22 12:05:21 +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:
parent
ae2ca9a8d8
commit
ef429a5a5d
@ -24,6 +24,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_2_6_37_2
|
||||
bool
|
||||
prompt "2.6.37.2"
|
||||
|
||||
config KERNEL_V_2_6_37_1
|
||||
bool
|
||||
prompt "2.6.37.1"
|
||||
@ -127,6 +131,7 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# 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" if KERNEL_V_2_6_37
|
||||
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
||||
|
Loading…
x
Reference in New Issue
Block a user