mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-18 16:20:23 +00:00
kernel/linux: add 3.0 Woohoo! \o/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
c4d628f257
commit
6914d03380
@ -38,6 +38,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_3_0
|
||||
bool
|
||||
prompt "3.0"
|
||||
|
||||
config KERNEL_V_2_6_39_3
|
||||
bool
|
||||
prompt "2.6.39.3"
|
||||
@ -157,6 +161,7 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "3.0" if KERNEL_V_3_0
|
||||
default "2.6.39.3" if KERNEL_V_2_6_39_3
|
||||
default "2.6.39.2" if KERNEL_V_2_6_39_2
|
||||
default "2.6.39.1" if KERNEL_V_2_6_39_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user