diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-02 21:41:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-02 21:41:47 +0100 |
commit | ae10039aad9dc22d98d2e43e165ec5419de558c6 (patch) | |
tree | 41a0775efb7125957db95f6a127518e9108022c5 /target | |
parent | c498ef5fac6d7de27c1b1ea3ae8d2973148b378d (diff) |
update Linux kernel 4.3.x to latest version
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 21 | ||||
-rw-r--r-- | target/linux/patches/4.3.5/cris-header.patch (renamed from target/linux/patches/4.3.3/cris-header.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.3.5/h8300.patch (renamed from target/linux/patches/4.3.3/h8300.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.3.5/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.3.3/initramfs-nosizelimit.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.3.5/startup.patch (renamed from target/linux/patches/4.3.3/startup.patch) | 0 |
5 files changed, 14 insertions, 7 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index b3bc9f6e0..1d893d48f 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,19 +4,23 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING -default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_SPARC -default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_BFIN -default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_H8300 -default ADK_TARGET_KERNEL_VERSION_4_3_3 if ADK_TARGET_ARCH_PPC64 +default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_SPARC +default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_BFIN +default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_H8300 +default ADK_TARGET_KERNEL_VERSION_4_3_5 if ADK_TARGET_ARCH_PPC64 default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA default ADK_TARGET_KERNEL_VERSION_4_1_16 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_3_3 - bool "4.3.3" +config ADK_TARGET_KERNEL_VERSION_4_4_1 + bool "4.4.1" + select ADK_TARGET_KERNEL_VERSION_4_4 + +config ADK_TARGET_KERNEL_VERSION_4_3_5 + bool "4.3.5" select ADK_TARGET_KERNEL_VERSION_4_3 config ADK_TARGET_KERNEL_VERSION_4_1_16 @@ -140,6 +144,9 @@ config ADK_TARGET_KERNEL_HASH help GIT hash to use. +config ADK_TARGET_KERNEL_VERSION_4_4 + bool + config ADK_TARGET_KERNEL_VERSION_4_3 bool diff --git a/target/linux/patches/4.3.3/cris-header.patch b/target/linux/patches/4.3.5/cris-header.patch index 2b5a88461..2b5a88461 100644 --- a/target/linux/patches/4.3.3/cris-header.patch +++ b/target/linux/patches/4.3.5/cris-header.patch diff --git a/target/linux/patches/4.3.3/h8300.patch b/target/linux/patches/4.3.5/h8300.patch index fc45e6529..fc45e6529 100644 --- a/target/linux/patches/4.3.3/h8300.patch +++ b/target/linux/patches/4.3.5/h8300.patch diff --git a/target/linux/patches/4.3.3/initramfs-nosizelimit.patch b/target/linux/patches/4.3.5/initramfs-nosizelimit.patch index 40d2f6bd8..40d2f6bd8 100644 --- a/target/linux/patches/4.3.3/initramfs-nosizelimit.patch +++ b/target/linux/patches/4.3.5/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.3.3/startup.patch b/target/linux/patches/4.3.5/startup.patch index d396b75e4..d396b75e4 100644 --- a/target/linux/patches/4.3.3/startup.patch +++ b/target/linux/patches/4.3.5/startup.patch |