mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-12 07:52:50 +00:00
Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.
This commit is contained in:
parent
ad000c98d8
commit
e86ddb6bbc
@ -71,6 +71,20 @@ config KERNEL_INSTALL_V_2_6_22_9
|
|||||||
prompt "2.6.22.9"
|
prompt "2.6.22.9"
|
||||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_22_10
|
||||||
|
bool
|
||||||
|
prompt "2.6.22.10"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_23
|
||||||
|
bool
|
||||||
|
prompt "2.6.23"
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_23_1
|
||||||
|
bool
|
||||||
|
prompt "2.6.23.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
|
||||||
@ -91,6 +105,9 @@ config KERNEL_VERSION
|
|||||||
default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
|
default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
|
||||||
default "2.6.22.8" if KERNEL_INSTALL_V_2_6_22_8
|
default "2.6.22.8" if KERNEL_INSTALL_V_2_6_22_8
|
||||||
default "2.6.22.9" if KERNEL_INSTALL_V_2_6_22_9
|
default "2.6.22.9" if KERNEL_INSTALL_V_2_6_22_9
|
||||||
|
default "2.6.22.10" if KERNEL_INSTALL_V_2_6_22_10
|
||||||
|
default "2.6.23" if KERNEL_INSTALL_V_2_6_23
|
||||||
|
default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user