diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 17:15:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 17:15:39 +0100 |
commit | fdc95fb65694d3178a754ebd62f7a6644146e999 (patch) | |
tree | b7b8b40ac1177169e88c47f67a96216d45e8f41e /target | |
parent | 5f15cd1ef60cc4d8693610f91e3b49f722ed0b79 (diff) |
update older 2.6.x and 3.2.x kernels
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 8 | ||||
-rw-r--r-- | target/linux/patches/2.6.32.70/cris-header.patch (renamed from target/linux/patches/2.6.32.69/cris-header.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/2.6.32.70/cris-initramfs.patch (renamed from target/linux/patches/2.6.32.69/cris-initramfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.2.77/sparc-aout.patch (renamed from target/linux/patches/3.2.69/sparc-aout.patch) | 0 | ||||
-rw-r--r-- | target/mips/systems/qemu-mips | 4 |
5 files changed, 7 insertions, 5 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 1d893d48f..2b758d9c9 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -101,8 +101,8 @@ config ADK_TARGET_KERNEL_VERSION_3_4_110 depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_3_4 -config ADK_TARGET_KERNEL_VERSION_3_2_74 - bool "3.2.74" +config ADK_TARGET_KERNEL_VERSION_3_2_77 + bool "3.2.77" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 @@ -115,8 +115,8 @@ config ADK_TARGET_KERNEL_VERSION_3_2_74 depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_3_2 -config ADK_TARGET_KERNEL_VERSION_2_6_32_69 - bool "2.6.32.69" +config ADK_TARGET_KERNEL_VERSION_2_6_32_70 + bool "2.6.32.70" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 diff --git a/target/linux/patches/2.6.32.69/cris-header.patch b/target/linux/patches/2.6.32.70/cris-header.patch index 1645d519c..1645d519c 100644 --- a/target/linux/patches/2.6.32.69/cris-header.patch +++ b/target/linux/patches/2.6.32.70/cris-header.patch diff --git a/target/linux/patches/2.6.32.69/cris-initramfs.patch b/target/linux/patches/2.6.32.70/cris-initramfs.patch index b709e705e..b709e705e 100644 --- a/target/linux/patches/2.6.32.69/cris-initramfs.patch +++ b/target/linux/patches/2.6.32.70/cris-initramfs.patch diff --git a/target/linux/patches/3.2.69/sparc-aout.patch b/target/linux/patches/3.2.77/sparc-aout.patch index 6ad252479..6ad252479 100644 --- a/target/linux/patches/3.2.69/sparc-aout.patch +++ b/target/linux/patches/3.2.77/sparc-aout.patch diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips index 898d6959d..462e0c45d 100644 --- a/target/mips/systems/qemu-mips +++ b/target/mips/systems/qemu-mips @@ -1,7 +1,9 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS bool "Qemu Emulator" select ADK_TARGET_QEMU - select ADK_TARGET_KERNEL_VMLINUZ + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_4 + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_3 + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_1 select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu support for MIPS architecture. |