diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-26 13:39:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-26 13:40:05 +0200 |
commit | 35bd94edb54655bb829e72d416d0645d8d9a5680 (patch) | |
tree | c290ef00e6b661506ab615ed91ce2c0105123f8b /target | |
parent | dcbe8ab722f27eef7acb6a8799de4f4cb3a75145 (diff) |
linux: update to 4.6.3
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 10 | ||||
-rw-r--r-- | target/linux/patches/4.6.3/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.6.2/initramfs-nosizelimit.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.6.3/ld-or1k.patch (renamed from target/linux/patches/4.6.2/ld-or1k.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.6.3/startup.patch (renamed from target/linux/patches/4.6.2/startup.patch) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index f44d00c83..397f5a887 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,16 +4,16 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX -default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_NIOS2 -default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_XTENSA +default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_NIOS2 +default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_XTENSA default ADK_TARGET_KERNEL_VERSION_4_4_13 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_6_2 - bool "4.6.2" +config ADK_TARGET_KERNEL_VERSION_4_6_3 + bool "4.6.3" depends on !ADK_TARGET_BOARD_BCM28XX depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_6 diff --git a/target/linux/patches/4.6.2/initramfs-nosizelimit.patch b/target/linux/patches/4.6.3/initramfs-nosizelimit.patch index 40d2f6bd8..40d2f6bd8 100644 --- a/target/linux/patches/4.6.2/initramfs-nosizelimit.patch +++ b/target/linux/patches/4.6.3/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.6.2/ld-or1k.patch b/target/linux/patches/4.6.3/ld-or1k.patch index 264f9166f..264f9166f 100644 --- a/target/linux/patches/4.6.2/ld-or1k.patch +++ b/target/linux/patches/4.6.3/ld-or1k.patch diff --git a/target/linux/patches/4.6.2/startup.patch b/target/linux/patches/4.6.3/startup.patch index e54ac19a6..e54ac19a6 100644 --- a/target/linux/patches/4.6.2/startup.patch +++ b/target/linux/patches/4.6.3/startup.patch |