mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
kernel/linux: add latest 2.6.32.8
This commit is contained in:
parent
96f5d9003a
commit
9dc4e8172f
@ -34,6 +34,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_2_6_32_8
|
||||
bool
|
||||
prompt "2.6.32.8"
|
||||
|
||||
config KERNEL_V_2_6_32_7
|
||||
bool
|
||||
prompt "2.6.32.7"
|
||||
@ -107,6 +111,7 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.6.32.8" if KERNEL_V_2_6_32_8
|
||||
default "2.6.32.7" if KERNEL_V_2_6_32_7
|
||||
default "2.6.32.6" if KERNEL_V_2_6_32_6
|
||||
default "2.6.32.5" if KERNEL_V_2_6_32_5
|
||||
|
Loading…
Reference in New Issue
Block a user