mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Add latest Linux kernel 2.6.29.1.
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
This commit is contained in:
parent
91723b7748
commit
204042b3b3
@ -206,6 +206,10 @@ config KERNEL_V_2_6_29
|
||||
bool
|
||||
prompt "2.6.29"
|
||||
|
||||
config KERNEL_V_2_6_29_1
|
||||
bool
|
||||
prompt "2.6.29.1"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
@ -261,6 +265,7 @@ config KERNEL_VERSION
|
||||
default "2.6.28.8" if KERNEL_V_2_6_28_8
|
||||
default "2.6.28.9" if KERNEL_V_2_6_28_9
|
||||
default "2.6.29" if KERNEL_V_2_6_29
|
||||
default "2.6.29.1" if KERNEL_V_2_6_29_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user