mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6.
Fix using Linux kernel versions 2.6.25.{15,16,17}. /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
This commit is contained in:
parent
1fa683894f
commit
374744285e
@ -136,6 +136,10 @@ config KERNEL_V_2_6_25_17
|
||||
bool
|
||||
prompt "2.6.25.17"
|
||||
|
||||
config KERNEL_V_2_6_25_18
|
||||
bool
|
||||
prompt "2.6.25.18"
|
||||
|
||||
config KERNEL_V_2_6_26
|
||||
bool
|
||||
prompt "2.6.26"
|
||||
@ -160,6 +164,10 @@ config KERNEL_V_2_6_26_5
|
||||
bool
|
||||
prompt "2.6.26.5"
|
||||
|
||||
config KERNEL_V_2_6_26_6
|
||||
bool
|
||||
prompt "2.6.26.6"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -188,15 +196,17 @@ config KERNEL_VERSION
|
||||
default "2.6.25.12" if KERNEL_V_2_6_25_12
|
||||
default "2.6.25.13" if KERNEL_V_2_6_25_13
|
||||
default "2.6.25.14" if KERNEL_V_2_6_25_14
|
||||
default "2.6.25.14" if KERNEL_V_2_6_25_15
|
||||
default "2.6.25.15" if KERNEL_V_2_6_25_16
|
||||
default "2.6.25.15" if KERNEL_V_2_6_25_17
|
||||
default "2.6.25.15" if KERNEL_V_2_6_25_15
|
||||
default "2.6.25.16" if KERNEL_V_2_6_25_16
|
||||
default "2.6.25.17" if KERNEL_V_2_6_25_17
|
||||
default "2.6.25.18" if KERNEL_V_2_6_25_18
|
||||
default "2.6.26" if KERNEL_V_2_6_26
|
||||
default "2.6.26.1" if KERNEL_V_2_6_26_1
|
||||
default "2.6.26.2" if KERNEL_V_2_6_26_2
|
||||
default "2.6.26.3" if KERNEL_V_2_6_26_3
|
||||
default "2.6.26.4" if KERNEL_V_2_6_26_4
|
||||
default "2.6.26.5" if KERNEL_V_2_6_26_5
|
||||
default "2.6.26.6" if KERNEL_V_2_6_26_6
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user