mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
Add latest headers from Linux kernel 2.6.25.1{1,2}.
/trunk/config/kernel/linux_headers_install.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
This commit is contained in:
parent
5e1a779f78
commit
7d79584d9b
@ -125,6 +125,16 @@ config KERNEL_INSTALL_V_2_6_25_10
|
||||
prompt "2.6.25.10"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_11
|
||||
bool
|
||||
prompt "2.6.25.11"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_12
|
||||
bool
|
||||
prompt "2.6.25.12"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_26
|
||||
bool
|
||||
prompt "2.6.26"
|
||||
@ -160,6 +170,8 @@ config KERNEL_VERSION
|
||||
default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
|
||||
default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
|
||||
default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
|
||||
default "2.6.25.11" if KERNEL_INSTALL_V_2_6_25_11
|
||||
default "2.6.25.12" if KERNEL_INSTALL_V_2_6_25_12
|
||||
default "2.6.26" if KERNEL_INSTALL_V_2_6_26
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
Loading…
x
Reference in New Issue
Block a user