From 2edf07e6b7f59faac5cd210aeec573a8904d1d4f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Dec 2014 01:00:32 -0600 Subject: update to 3.17.7, rework netfilter support a little bit --- target/config/Config.in.kernelversion.choice | 6 +++--- target/config/Config.in.kernelversion.default | 13 +++++++------ target/config/Config.in.toolchain | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 806bf1d5e..f342376ff 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -5,10 +5,10 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_3_14_26 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 -default ADK_KERNEL_VERSION_3_17.5 +default ADK_KERNEL_VERSION_3_17.7 -config ADK_KERNEL_VERSION_3_17_5 - prompt "3.17.5" +config ADK_KERNEL_VERSION_3_17_7 + prompt "3.17.7" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX boolean select ADK_KERNEL_VERSION_3_17 diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index 28f1560e4..caf81f762 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -2,26 +2,27 @@ # material, please see the LICENCE file in the top-level directory. config ADK_KERNEL_VERSION_3_17 - boolean + bool config ADK_KERNEL_VERSION_3_14 - boolean + bool config ADK_KERNEL_VERSION_3_12 - boolean + bool config ADK_KERNEL_VERSION_3_10 - boolean + bool config ADK_KERNEL_VERSION_3_4 - boolean + bool config ADK_KERNEL_VERSION string - default "3.17.4" if ADK_KERNEL_VERSION_3_17_4 + default "3.17.7" if ADK_KERNEL_VERSION_3_17_7 default "3.14.26" if ADK_KERNEL_VERSION_3_14_26 default "3.12.33" if ADK_KERNEL_VERSION_3_12_33 default "3.10.53" if ADK_KERNEL_VERSION_3_10_53 default "3.4.103" if ADK_KERNEL_VERSION_3_4_103 help + Kernel Version. diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 487992834..80d70b3a4 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -33,8 +33,8 @@ config ADK_TOOLCHAIN_GCC_4_8_0_ARC boolean depends on ADK_TARGET_ARCH_ARC -config ADK_TOOLCHAIN_GCC_4_8_3 - prompt "4.8.3" +config ADK_TOOLCHAIN_GCC_4_8_4 + prompt "4.8.4" boolean depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_AARCH64 -- cgit v1.2.3