From 0465c8b6f22ba02695b633cd81e8cb0d787c0122 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:37:36 -0800 Subject: Add binutils 2.28 Signed-off-by: Alexey Neyman --- config/binutils/binutils.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 695256aa..1bb674e6 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -60,6 +60,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_28 + bool + prompt "2.28" + select BINUTILS_2_27_or_later + config BINUTILS_V_2_27 bool prompt "2.27" @@ -115,6 +120,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.28" if BINUTILS_V_2_28 default "2.27" if BINUTILS_V_2_27 default "2.26" if BINUTILS_V_2_26 default "2.25.1" if BINUTILS_V_2_25_1 -- cgit v1.2.3 From 1e060114a26d6033c93ca67d0ca44a234c762fa1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:38:26 -0800 Subject: Bump newlib 2.5.0 to 20170228 Signed-off-by: Alexey Neyman --- config/libc/newlib.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 166130fc..f37d4958 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -72,7 +72,7 @@ choice # CT_INSERT_VERSION_BELOW config LIBC_NEWLIB_V_2_5_0 bool - prompt "2.5.0" + prompt "2.5.0.20170228" select LIBC_NEWLIB_2_5 config LIBC_NEWLIB_V_2_4_0 @@ -187,7 +187,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.5.0" if LIBC_NEWLIB_V_2_5_0 + default "2.5.0.20170228" if LIBC_NEWLIB_V_2_5_0 default "2.4.0.20161025" if LIBC_NEWLIB_V_2_4_0 default "2.3.0.20160226" if LIBC_NEWLIB_V_2_3_0 default "linaro-2.2.0-2015.01" if LIBC_NEWLIB_LINARO_V_2_2_0 -- cgit v1.2.3 From 2f24d5cd7509999998f788d28f8fd21e41bb68c1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:50:31 -0800 Subject: Add libiconv 1.15 Signed-off-by: Alexey Neyman --- config/companion_libs/libiconv.in | 5 +++++ scripts/addToolVersion.sh | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/companion_libs/libiconv.in b/config/companion_libs/libiconv.in index 361d34e0..d871681c 100644 --- a/config/companion_libs/libiconv.in +++ b/config/companion_libs/libiconv.in @@ -6,6 +6,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBICONV_V_1_15 + bool + prompt "1.15" + config LIBICONV_V_1_14 bool prompt "1.14" @@ -16,4 +20,5 @@ config LIBICONV_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.15" if LIBICONV_V_1_15 default "1.14" if LIBICONV_V_1_14 diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh index dbd12439..38c2e552 100755 --- a/scripts/addToolVersion.sh +++ b/scripts/addToolVersion.sh @@ -18,7 +18,7 @@ doHelp() { 'tool' in one of: gcc, binutils, glibc, uClibc, uClibc-ng, newlib, linux, gdb, duma, strace, ltrace, libelf, gmp, mpfr, isl, cloog, mpc, - mingw-w64, expat, ncurses, musl, gettext, zlib + mingw-w64, expat, ncurses, musl, gettext, zlib, libiconv Valid options for all tools: --stable, -s, +x (default) @@ -210,6 +210,7 @@ while [ $# -gt 0 ]; do --expat) EXP=; OBS=; cat=EXPAT; tool=expat; tool_prefix=companion_libs; dot2suffix=;; --ncurses) EXP=; OBS=; cat=NCURSES; tool=ncurses; tool_prefix=companion_libs; dot2suffix=;; --gettext) EXP=; OBS=; cat=GETTEXT; tool=gettext; tool_prefix=companion_libs; dot2suffix=;; + --libiconv) EXP=; OBS=; cat=LIBICONV; tool=libiconv; tool_prefix=companion_libs; dot2suffix=;; --zlib) EXP=; OBS=; cat=ZLIB; tool=zlib; tool_prefix=companion_tools; dot2suffix=;; --make) EXP=; OBS=; cat=MAKE; tool=make; tool_prefix=companion_tools; dot2suffix=;; --m4) EXP=; OBS=; cat=M4; tool=m4; tool_prefix=companion_tools; dot2suffix=;; -- cgit v1.2.3 From 6d5ec0c35b275b74f97cb01f8fa93b4630ed39c2 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:54:14 -0800 Subject: Pick up new revision in elf2flt ... and updated cygwin patch. Signed-off-by: Alexey Neyman --- config/binutils/binutils.in.2 | 2 +- .../100-filter-includes.patch | 190 --------------------- .../110-macos-use-local-elf.h.patch | 57 ------- .../100-fix-cygwin-build.patch | 111 ++++++++++++ 4 files changed, 112 insertions(+), 248 deletions(-) delete mode 100644 patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch delete mode 100644 patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch create mode 100644 patches/elf2flt/a8bc69b882a55b1f1e437b50e33d3db8414eb68e/100-fix-cygwin-build.patch (limited to 'config') diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 227f3d81..47ae94c5 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -35,7 +35,7 @@ if ELF2FLT_GIT config ELF2FLT_GIT_CSET string prompt "git cset" - default "4820f0dbb77cd6564d5fa0817218fe2a1fb99f32" + default "a8bc69b882a55b1f1e437b50e33d3db8414eb68e" help Enter the git changeset to use. diff --git a/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch b/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch deleted file mode 100644 index 204aac00..00000000 --- a/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/100-filter-includes.patch +++ /dev/null @@ -1,190 +0,0 @@ -From 6ae8f1cc9abd2c25b3376a18f33fee00d9e771cf Mon Sep 17 00:00:00 2001 -From: Alexey Neyman -Date: Mon, 27 Feb 2017 01:20:10 -0800 -Subject: [PATCH 1/2] When looking for binutils/BFD headers, create a local - include dir - -... and filter only those headers that elf2flt binaries are going -to use, to minimize the chance of clashes with system headers. - -Signed-off-by: Alexey Neyman ---- - Makefile.in | 13 ++++++-- - configure | 4 +-- - configure.ac | 4 +-- - mk-local-include.sh | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - 4 files changed, 103 insertions(+), 7 deletions(-) - create mode 100755 mk-local-include.sh - -diff --git a/Makefile.in b/Makefile.in -index a6feea6..1e34bda 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -14,7 +14,9 @@ CPU = @target_cpu@ - TARGET = @target_alias@ - SYMBOL_PREFIX = @SYMBOL_PREFIX@ - CFLAGS = @CFLAGS@ --INCLUDES = -I$(srcdir) @bfd_include_dir@ @binutils_include_dir@ @zlib_include_dir@ -+INCLUDES = -I$(srcdir) -Ilocal-include @zlib_include_dir@ -+BFD_INCLUDE_DIR = @bfd_include_dir@ -+BINUTILS_INCLUDE_DIR = @binutils_include_dir@ - CPPFLAGS = @CPPFLAGS@ $(DEFS) $(INCLUDES) - LDFLAGS = @LDFLAGS@ - LDLIBS = @LIBS@ -@@ -101,7 +103,7 @@ check-flthdr: - check: check-flthdr - - clean: -- -rm -f $(PROGS) *.$(OBJEXT) .deps -+ -rm -f $(PROGS) *.$(OBJEXT) .deps local-include - - distclean: clean - -rm -f Makefile config.log config.status config.cache ld-elf2flt -@@ -121,5 +123,10 @@ install: - $(INSTALL) -m 644 $(SRC_LDFILE) $(DESTDIR)$(target_libdir)/$(LDFILE) - - sinclude .deps --.deps: -+.deps: local-include/.stamp - $(CC) -MM $(CPPFLAGS) $(srcdir)/*.c > .deps -+ -+local-include/.stamp: $(srcdir)/mk-local-include.sh -+ bash $(srcdir)/mk-local-include.sh local-include '$(CC)' \ -+ '$(BFD_INCLUDE_DIR)' '$(BINUTILS_INCLUDE_DIR)' $(DEFS) -+ touch $@ -diff --git a/configure b/configure -index 3a4e8d6..af64990 100755 ---- a/configure -+++ b/configure -@@ -3931,12 +3931,12 @@ fi - - bfd_include_dir= - if test "$ac_bfd_include_dir" != "NONE"; then -- bfd_include_dir="-I$ac_bfd_include_dir" -+ bfd_include_dir="$ac_bfd_include_dir" - fi - - binutils_include_dir= - if test "$ac_binutils_include_dir" != "NONE"; then -- binutils_include_dir="-I$ac_binutils_include_dir" -+ binutils_include_dir="$ac_binutils_include_dir" - fi - - zlib_include_dir= -diff --git a/configure.ac b/configure.ac -index 6002894..b7fb790 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -135,12 +135,12 @@ fi - - bfd_include_dir= - if test "$ac_bfd_include_dir" != "NONE"; then -- bfd_include_dir="-I$ac_bfd_include_dir" -+ bfd_include_dir="$ac_bfd_include_dir" - fi - - binutils_include_dir= - if test "$ac_binutils_include_dir" != "NONE"; then -- binutils_include_dir="-I$ac_binutils_include_dir" -+ binutils_include_dir="$ac_binutils_include_dir" - fi - - zlib_include_dir= -diff --git a/mk-local-include.sh b/mk-local-include.sh -new file mode 100755 -index 0000000..a6e8a63 ---- /dev/null -+++ b/mk-local-include.sh -@@ -0,0 +1,89 @@ -+#!/bin/bash -+ -+# Binutils provide certain headers that are clashing with system-wide -+# headers on Cygwin and MacOS. They do so in different manners, though, -+# so it is not possible to just tweak the inclusion/library order. -+# Hence, we prepare a filtered inclusion directory where we only place -+# the headers that we need for BFD/binutils. To determine them, we'll -+# need to preprocess a sample file including the headers that will be used, -+# and have the compiler output the actual list of included headers for us. -+ -+# Usage: -+# mk-local-include.sh DIR CC BFD-INCLUDES BINUTILS-INCLUDES [DEFINES...] -+ -+local_inc=$1 -+cc=$2 -+bfd_inc=$3 -+binutils_inc=$4 -+shift 4 -+# What remains are defines to pass to GCC -+ -+case "${local_inc}" in -+ */*) echo "Local include dir may only have one component" >&2; exit 1;; -+ .|..) echo "Local include dir may not be . or .." >&2; exit 1;; -+esac -+ -+# Re-create it from a clean slate -+rm -rf "${local_inc}" -+mkdir -p "${local_inc}" -+ -+# Create a dummy source file that we'll preprocess -+{ -+ echo "#include " -+ echo "#include " -+ echo "#include " -+} > "${local_inc}/_dummy.c" -+ -+$cc ${bfd_inc:+-I${bfd_inc}} ${binutils_inc:+-I${binutils_inc}} "$@" \ -+ -E -o /dev/null -H "${local_inc}/_dummy.c" 2>&1 | \ -+ sed -rn -e 's/^\.+ //p' > "${local_inc}/_hdr.list" -+if [ $? != 0 ]; then -+ echo "Failed to locate libiberty.h/bfd.h headers" >&2 -+ exit 1 -+fi -+ -+# Now go over the list twice. First determine how the compiler printed -+# the location of and . They themselves may be in -+# a system include directory. We'll create a mess of symlinks in that case, -+# but they'll still point to the system headers. -+while read f; do -+ case "$f" in -+ */bfd.h) bfd_loc=${f%/bfd.h};; -+ */libiberty.h) binutils_loc=${f%/libiberty.h};; -+ esac -+done < $local_inc/_hdr.list -+ -+# Now symlink the headers that reside in the same directory as the headers -+# we're looking for, or in any subdirectory thereof. -+create_link() { -+ local f=$1 -+ local bd=$2 -+ local relpath lnkname bname src -+ -+ relpath=${f#${bd}/} -+ lnkname=${local_inc}/${relpath} -+ bname=${relpath##*/} -+ if [ "${bname}" != "${relpath}" ]; then -+ mkdir -p "${relpath%/*}" -+ fi -+ case "${f}" in -+ /*) src=${f};; -+ *) src=../${f};; # account for one extra path component (DIR) -+ esac -+ if [ ! -L "${lnkname}" ]; then -+ ln -s "${src}" "${lnkname}" -+ fi -+} -+ -+while read f; do -+ case "$f" in -+ ${bfd_loc}/*) create_link "$f" "${bfd_loc}";; -+ ${binutils_loc}/*) create_link "$f" "${binutils_loc}";; -+ esac -+done < $local_inc/_hdr.list -+ -+# Final bit of secret knowledge. We need ELF headers, and the exact headers -+# depend on the selected target. Fortunately, they are all in the 'elf/' -+# subdirectory of binutils include directory, which we get by searching for -+# . -+create_link "${binutils_loc}/elf" "${binutils_loc}" --- -2.9.3 - diff --git a/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch b/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch deleted file mode 100644 index b189b69f..00000000 --- a/patches/elf2flt/4820f0dbb77cd6564d5fa0817218fe2a1fb99f32/110-macos-use-local-elf.h.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 1c19bf8cc294e95c8de314cc457bcea6854c3a2d Mon Sep 17 00:00:00 2001 -From: Alexey Neyman -Date: Tue, 28 Feb 2017 09:29:21 -0800 -Subject: [PATCH 2/2] Macos does not have and needs a local copy - -Also, move up - generic does not have -definitions for xtensa relocations. - -Local file, cygwin-elf.h, needs to include for standard -integer types which is POSIX - rather than glibc-originated . - -Signed-off-by: Alexey Neyman ---- - cygwin-elf.h | 2 +- - elf2flt.c | 7 +++++-- - 2 files changed, 6 insertions(+), 3 deletions(-) - -diff --git a/cygwin-elf.h b/cygwin-elf.h -index bd72b37..8e3dbff 100644 ---- a/cygwin-elf.h -+++ b/cygwin-elf.h -@@ -26,7 +26,7 @@ typedef uint16_t u_int16_t; - typedef uint32_t u_int32_t; - typedef uint64_t u_int64_t; - #else --#include -+#include - #endif - /* Standard ELF types. */ - -diff --git a/elf2flt.c b/elf2flt.c -index 08296cf..19a4d4d 100644 ---- a/elf2flt.c -+++ b/elf2flt.c -@@ -58,14 +58,17 @@ const char *elf2flt_progname; - #include /* TARGET_* ELF support for the BFD library */ - #elif defined(TARGET_arm) - #include --#elif defined(__CYGWIN__) || defined(__MINGW32__) || defined(TARGET_nios) || defined(TARGET_nios2) --#include "cygwin-elf.h" /* Cygwin uses a local copy */ - #elif defined(TARGET_xtensa) - #include /* TARGET_* ELF support for the BFD library */ -+#elif defined(TARGET_nios) || defined(TARGET_nios2) -+#include "cygwin-elf.h" // does not have R_NIOS_* declarations - #elif defined(TARGET_microblaze) - #include /* TARGET_* ELF support for the BFD library */ - #elif defined(TARGET_v850) - #include -+#elif (__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__) -+// FIXME: does Cygwin need this? It has in /usr/include -+#include "cygwin-elf.h" // Some systems don't have - #else - #include /* TARGET_* ELF support for the BFD library */ - #endif --- -2.9.3 - diff --git a/patches/elf2flt/a8bc69b882a55b1f1e437b50e33d3db8414eb68e/100-fix-cygwin-build.patch b/patches/elf2flt/a8bc69b882a55b1f1e437b50e33d3db8414eb68e/100-fix-cygwin-build.patch new file mode 100644 index 00000000..53311bf3 --- /dev/null +++ b/patches/elf2flt/a8bc69b882a55b1f1e437b50e33d3db8414eb68e/100-fix-cygwin-build.patch @@ -0,0 +1,111 @@ +From 4e5250f8319e72b739932b87193fa29f4a5b96b1 Mon Sep 17 00:00:00 2001 +From: Alexey Neyman +Date: Mon, 27 Feb 2017 01:20:10 -0800 +Subject: [PATCH] Symlink required binutils/BFD headers to local dir + +... to minimize the chance of clashes with system headers. + +Also, remove the -lcygwin from Makefile.in: this breaks canadian +build on cygwin, as it tries to pass -lcygwin into non-Cygwin host +CC. This chunk pre-dates the addition of -lc into configure.ac and +passing -lc should be sufficient (it works for me). + +Signed-off-by: Alexey Neyman +--- + Makefile.in | 21 +++++++++++++-------- + configure | 4 ++-- + configure.ac | 4 ++-- + 3 files changed, 17 insertions(+), 12 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index a6feea6..46d904b 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -14,7 +14,9 @@ CPU = @target_cpu@ + TARGET = @target_alias@ + SYMBOL_PREFIX = @SYMBOL_PREFIX@ + CFLAGS = @CFLAGS@ +-INCLUDES = -I$(srcdir) @bfd_include_dir@ @binutils_include_dir@ @zlib_include_dir@ ++INCLUDES = -I$(srcdir) -I. @zlib_include_dir@ ++BFD_INCLUDE_DIR = @bfd_include_dir@ ++BINUTILS_INCLUDE_DIR = @binutils_include_dir@ + CPPFLAGS = @CPPFLAGS@ $(DEFS) $(INCLUDES) + LDFLAGS = @LDFLAGS@ + LDLIBS = @LIBS@ +@@ -38,11 +40,6 @@ ifneq (,$(findstring mingw32,$(HOST))) + LDLIBS += -lws2_32 + endif + +-# force link order under cygwin to avoid getopts / libiberty clash +-ifneq ($(strip $(shell gcc -v 2>&1 | grep "cygwin")),) +- LDLIBS := -lcygwin $(LDLIBS) +-endif +- + LDFILE= elf2flt.ld + ifeq ($(strip $(CPU)),e1) + SRC_LDFILE= $(srcdir)/$(CPU)-elf2flt.ld +@@ -101,7 +98,7 @@ check-flthdr: + check: check-flthdr + + clean: +- -rm -f $(PROGS) *.$(OBJEXT) .deps ++ -rm -f $(PROGS) *.$(OBJEXT) *.h elf .deps .stamp-local-include + + distclean: clean + -rm -f Makefile config.log config.status config.cache ld-elf2flt +@@ -121,5 +118,13 @@ install: + $(INSTALL) -m 644 $(SRC_LDFILE) $(DESTDIR)$(target_libdir)/$(LDFILE) + + sinclude .deps +-.deps: ++.deps: .stamp-local-include + $(CC) -MM $(CPPFLAGS) $(srcdir)/*.c > .deps ++ ++.stamp-local-include: ++ ln -sf $(BFD_INCLUDE_DIR)/bfd.h bfd.h ++ for f in ansidecl filenames hashtab libiberty symcat; do \ ++ ln -sf $(BINUTILS_INCLUDE_DIR)/$$f.h $$f.h; \ ++ done ++ ln -sf $(BINUTILS_INCLUDE_DIR)/elf elf ++ touch $@ +diff --git a/configure b/configure +index 3a4e8d6..af64990 100755 +--- a/configure ++++ b/configure +@@ -3931,12 +3931,12 @@ fi + + bfd_include_dir= + if test "$ac_bfd_include_dir" != "NONE"; then +- bfd_include_dir="-I$ac_bfd_include_dir" ++ bfd_include_dir="$ac_bfd_include_dir" + fi + + binutils_include_dir= + if test "$ac_binutils_include_dir" != "NONE"; then +- binutils_include_dir="-I$ac_binutils_include_dir" ++ binutils_include_dir="$ac_binutils_include_dir" + fi + + zlib_include_dir= +diff --git a/configure.ac b/configure.ac +index 6002894..b7fb790 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -135,12 +135,12 @@ fi + + bfd_include_dir= + if test "$ac_bfd_include_dir" != "NONE"; then +- bfd_include_dir="-I$ac_bfd_include_dir" ++ bfd_include_dir="$ac_bfd_include_dir" + fi + + binutils_include_dir= + if test "$ac_binutils_include_dir" != "NONE"; then +- binutils_include_dir="-I$ac_binutils_include_dir" ++ binutils_include_dir="$ac_binutils_include_dir" + fi + + zlib_include_dir= +-- +2.9.3 + -- cgit v1.2.3 From 69f95de8b030bf03f08ffdd54bac8192a23625e5 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:58:39 -0800 Subject: Bump kernel versions to latest on kernel.org Signed-off-by: Alexey Neyman --- config/kernel/linux.in | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'config') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 0886f4c0..4d2e604f 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -49,9 +49,13 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_4_10 + bool + prompt "4.10.1" + config KERNEL_V_4_9 bool - prompt "4.9.8" + prompt "4.9.13" config KERNEL_V_4_8 bool @@ -76,7 +80,7 @@ config KERNEL_V_4_5 # EOL 04/2021 [Ubuntu16.04] config KERNEL_V_4_4 bool - prompt "4.4.47" + prompt "4.4.52" config KERNEL_V_4_3 bool @@ -104,7 +108,7 @@ config KERNEL_V_3_19 config KERNEL_V_3_18 bool - prompt "3.18.47 (EOL)" + prompt "3.18.48 (EOL)" depends on OBSOLETE config KERNEL_V_3_17 @@ -114,7 +118,7 @@ config KERNEL_V_3_17 config KERNEL_V_3_16 bool - prompt "3.16.39" + prompt "3.16.41" config KERNEL_V_3_15 bool @@ -144,7 +148,7 @@ config KERNEL_V_3_11 # EOL 06/2024 [CentOS7.x] config KERNEL_V_3_10 bool - prompt "3.10.104" + prompt "3.10.105" config KERNEL_V_3_9 bool @@ -183,7 +187,7 @@ config KERNEL_V_3_3 # EOL 04/2017 [Ubuntu12.04] config KERNEL_V_3_2 bool - prompt "3.2.84" + prompt "3.2.86" config KERNEL_V_3_1 bool @@ -242,26 +246,27 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.9.8" if KERNEL_V_4_9 + default "4.10.1" if KERNEL_V_4_10 + default "4.9.13" if KERNEL_V_4_9 default "4.8.17" if KERNEL_V_4_8 default "4.7.10" if KERNEL_V_4_7 default "4.6.7" if KERNEL_V_4_6 default "4.5.7" if KERNEL_V_4_5 - default "4.4.47" if KERNEL_V_4_4 + default "4.4.52" if KERNEL_V_4_4 default "4.3.6" if KERNEL_V_4_3 default "4.2.8" if KERNEL_V_4_2 default "4.1.38" if KERNEL_V_4_1 default "4.0.9" if KERNEL_V_4_0 default "3.19.8" if KERNEL_V_3_19 - default "3.18.47" if KERNEL_V_3_18 + default "3.18.48" if KERNEL_V_3_18 default "3.17.8" if KERNEL_V_3_17 - default "3.16.39" if KERNEL_V_3_16 + default "3.16.41" if KERNEL_V_3_16 default "3.15.10" if KERNEL_V_3_15 default "3.14.79" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 default "3.12.70" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.104" if KERNEL_V_3_10 + default "3.10.105" if KERNEL_V_3_10 default "3.9.11" if KERNEL_V_3_9 default "3.8.13" if KERNEL_V_3_8 default "3.7.10" if KERNEL_V_3_7 @@ -269,7 +274,7 @@ config KERNEL_VERSION default "3.5.7" if KERNEL_V_3_5 default "3.4.113" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.84" if KERNEL_V_3_2 + default "3.2.86" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 default "3.0.101" if KERNEL_V_3_0 default "2.6.39.4" if KERNEL_V_2_6_39 -- cgit v1.2.3