diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-03-01 15:23:49 -0800 |
---|---|---|
committer | Bryan Hundven" <bryanhundven@gmail.com> | 2012-03-01 15:23:49 -0800 |
commit | 16d05ba0b9ab4e6bc491e28ce0eaba3852fbd035 (patch) | |
tree | f78678dc02ef37add1210892c43fac0ad4f263e2 /config | |
parent | c6caf866f9b5c7cccbf964b500023b0f7cfeabb4 (diff) | |
download | crosstool-ng-16d05ba0b9ab4e6bc491e28ce0eaba3852fbd035.tar.gz crosstool-ng-16d05ba0b9ab4e6bc491e28ce0eaba3852fbd035.tar.bz2 crosstool-ng-16d05ba0b9ab4e6bc491e28ce0eaba3852fbd035.zip |
kernel/linux: update kernel versions 3.2.7..3.2.9
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
[yann.morin.1998@free.fr: add 3.2.9 too]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index bc825820..600baa3d 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,18 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_9 + bool + prompt "3.2.9" + +config KERNEL_V_3_2_8 + bool + prompt "3.2.8" + +config KERNEL_V_3_2_7 + bool + prompt "3.2.7" + config KERNEL_V_3_2_6 bool prompt "3.2.6" @@ -151,6 +163,9 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.2.9" if KERNEL_V_3_2_9 + default "3.2.8" if KERNEL_V_3_2_8 + default "3.2.7" if KERNEL_V_3_2_7 default "3.2.6" if KERNEL_V_3_2_6 default "3.2.5" if KERNEL_V_3_2_5 default "3.2.4" if KERNEL_V_3_2_4 |