mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
kernel/linux: update revisions
kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <df032717ca91dc9cc876.1358518690@advdt005-ubuntu> Patchwork-Id: 213616
This commit is contained in:
parent
57e1ebc98e
commit
27c4240b82
@ -26,6 +26,14 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_3_7_3
|
||||||
|
bool
|
||||||
|
prompt "3.7.3"
|
||||||
|
|
||||||
|
config KERNEL_V_3_7_2
|
||||||
|
bool
|
||||||
|
prompt "3.7.2"
|
||||||
|
|
||||||
config KERNEL_V_3_7_1
|
config KERNEL_V_3_7_1
|
||||||
bool
|
bool
|
||||||
prompt "3.7.1"
|
prompt "3.7.1"
|
||||||
@ -42,25 +50,25 @@ config KERNEL_V_3_5_7
|
|||||||
bool
|
bool
|
||||||
prompt "3.5.7"
|
prompt "3.5.7"
|
||||||
|
|
||||||
config KERNEL_V_3_4_24
|
config KERNEL_V_3_4_26
|
||||||
bool
|
bool
|
||||||
prompt "3.4.24"
|
prompt "3.4.26"
|
||||||
|
|
||||||
config KERNEL_V_3_3_8
|
config KERNEL_V_3_3_8
|
||||||
bool
|
bool
|
||||||
prompt "3.3.8"
|
prompt "3.3.8"
|
||||||
|
|
||||||
config KERNEL_V_3_2_36
|
config KERNEL_V_3_2_37
|
||||||
bool
|
bool
|
||||||
prompt "3.2.36"
|
prompt "3.2.37"
|
||||||
|
|
||||||
config KERNEL_V_3_1_10
|
config KERNEL_V_3_1_10
|
||||||
bool
|
bool
|
||||||
prompt "3.1.10"
|
prompt "3.1.10"
|
||||||
|
|
||||||
config KERNEL_V_3_0_57
|
config KERNEL_V_3_0_59
|
||||||
bool
|
bool
|
||||||
prompt "3.0.57"
|
prompt "3.0.59"
|
||||||
|
|
||||||
config KERNEL_V_2_6_39_4
|
config KERNEL_V_2_6_39_4
|
||||||
bool
|
bool
|
||||||
@ -151,15 +159,17 @@ 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 "3.7.3" if KERNEL_V_3_7_3
|
||||||
|
default "3.7.2" if KERNEL_V_3_7_2
|
||||||
default "3.7.1" if KERNEL_V_3_7_1
|
default "3.7.1" if KERNEL_V_3_7_1
|
||||||
default "3.7" if KERNEL_V_3_7
|
default "3.7" if KERNEL_V_3_7
|
||||||
default "3.6.11" if KERNEL_V_3_6_11
|
default "3.6.11" if KERNEL_V_3_6_11
|
||||||
default "3.5.7" if KERNEL_V_3_5_7
|
default "3.5.7" if KERNEL_V_3_5_7
|
||||||
default "3.4.24" if KERNEL_V_3_4_24
|
default "3.4.26" if KERNEL_V_3_4_26
|
||||||
default "3.3.8" if KERNEL_V_3_3_8
|
default "3.3.8" if KERNEL_V_3_3_8
|
||||||
default "3.2.36" if KERNEL_V_3_2_36
|
default "3.2.37" if KERNEL_V_3_2_37
|
||||||
default "3.1.10" if KERNEL_V_3_1_10
|
default "3.1.10" if KERNEL_V_3_1_10
|
||||||
default "3.0.57" if KERNEL_V_3_0_57
|
default "3.0.59" if KERNEL_V_3_0_59
|
||||||
default "2.6.39.4" if KERNEL_V_2_6_39_4
|
default "2.6.39.4" if KERNEL_V_2_6_39_4
|
||||||
default "2.6.38.8" if KERNEL_V_2_6_38_8
|
default "2.6.38.8" if KERNEL_V_2_6_38_8
|
||||||
default "2.6.37.6" if KERNEL_V_2_6_37_6
|
default "2.6.37.6" if KERNEL_V_2_6_37_6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user