mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Add linux 2.6.21 and 2.6.21.1 for headers_install.
This commit is contained in:
parent
3aa41a1751
commit
3da40a23b7
@ -89,6 +89,15 @@ config KERNEL_INSTALL_V_2_6_20_7
|
||||
prompt "2.6.20.7"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_21
|
||||
bool
|
||||
prompt "2.6.21"
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_21_1
|
||||
bool
|
||||
prompt "2.6.21.1"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -113,5 +122,7 @@ config KERNEL_VERSION
|
||||
default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
|
||||
default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
|
||||
default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
|
||||
default "2.6.21" if KERNEL_INSTALL_V_2_6_21
|
||||
default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
Loading…
x
Reference in New Issue
Block a user