mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
kernel/linux: fix type in version strings
I missed refreshing the patch before pushing. :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
d2a0193a8a
commit
fe5da0936b
@ -156,8 +156,8 @@ config KERNEL_VERSION
|
||||
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
||||
default "2.6.35.13" if KERNEL_V_2_6_35_13
|
||||
default "2.6.34.9" if KERNEL_V_2_6_34_9
|
||||
default "2.6.33.14" if KERNEL_V_2_6_33_13
|
||||
default "2.6.32.41" if KERNEL_V_2_6_32_40
|
||||
default "2.6.33.14" if KERNEL_V_2_6_33_14
|
||||
default "2.6.32.41" if KERNEL_V_2_6_32_41
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||
default "2.6.27.59" if KERNEL_V_2_6_27_59
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user