summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 16:25:13 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 16:25:13 +0200
commit4b52a472673bea601d130d3f9770cc2764b8bdc7 (patch)
treec5f42a8f4bfdedd48d415311621d70f1be8a9f64 /target/config/Config.in.kernelversion
parent8f33484dd53d4271b16173df31b2804e122d9b8b (diff)
linux: remove deprecated 4.6 support
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r--target/config/Config.in.kernelversion8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index d437c825d..93fe1dc8b 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -6,8 +6,8 @@ prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
default ADK_TARGET_KERNEL_VERSION_RPI if ADK_TARGET_BOARD_BCM28XX
default ADK_TARGET_KERNEL_VERSION_FSLC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_METAG
-default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_SPARC
+default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG
+default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_SPARC
default ADK_TARGET_KERNEL_VERSION_4_7
config ADK_TARGET_KERNEL_VERSION_GIT
@@ -30,10 +30,6 @@ config ADK_TARGET_KERNEL_VERSION_4_7
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_SPARC
-config ADK_TARGET_KERNEL_VERSION_4_6
- bool "4.6.6"
- depends on !ADK_TARGET_ARCH_NDS32
-
config ADK_TARGET_KERNEL_VERSION_4_4
bool "4.4.19"
depends on !ADK_TARGET_ARCH_NDS32