mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-31 23:00:51 +00:00
Add linux-2.6.20.1. as a choice for linux kernel headers.
This commit is contained in:
parent
b0ef040473
commit
8045d5becf
@ -54,6 +54,11 @@ config KERNEL_INSTALL_V_2_6_20
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.20"
|
prompt "2.6.20"
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_20_1
|
||||||
|
bool
|
||||||
|
prompt "2.6.20.1"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
@ -71,5 +76,6 @@ config KERNEL_VERSION
|
|||||||
default "2.6.19.1" if KERNEL_INSTALL_V_2_6_19_1
|
default "2.6.19.1" if KERNEL_INSTALL_V_2_6_19_1
|
||||||
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
|
default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
|
||||||
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
|
default "2.6.20" if KERNEL_INSTALL_V_2_6_20
|
||||||
|
default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user