diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-31 23:36:55 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-31 23:36:55 +0200 |
commit | a6a0c45642c7fa09bfacc757385a487e10888f52 (patch) | |
tree | d9878b5d53d6952188415de6d86c479327873e05 | |
parent | 00316d987557a96bfd5239c87963b7ad1e3c42bd (diff) | |
download | crosstool-ng-a6a0c45642c7fa09bfacc757385a487e10888f52.tar.gz crosstool-ng-a6a0c45642c7fa09bfacc757385a487e10888f52.tar.bz2 crosstool-ng-a6a0c45642c7fa09bfacc757385a487e10888f52.zip |
kernel/linux: update version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | config/kernel/linux.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 814b9038..a8d0a5cd 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -30,9 +30,9 @@ config KERNEL_V_3_5 bool prompt "3.5" -config KERNEL_V_3_4_6 +config KERNEL_V_3_4_7 bool - prompt "3.4.6" + prompt "3.4.7" config KERNEL_V_3_3_8 bool @@ -140,7 +140,7 @@ config KERNEL_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "3.5" if KERNEL_V_3_5 - default "3.4.6" if KERNEL_V_3_4_6 + default "3.4.7" if KERNEL_V_3_4_7 default "3.3.8" if KERNEL_V_3_3_8 default "3.2.23" if KERNEL_V_3_2_23 default "3.1.10" if KERNEL_V_3_1_10 |