diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-14 16:05:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-14 16:05:27 +0200 |
commit | 8b409f014566c3d737feead33f2b11427632dc90 (patch) | |
tree | b15290694929b6166c7dfbafa067d7b2b35e7a67 | |
parent | bbf5aaee18aac559ffb379c2e25ed94b3c753d2f (diff) |
bump kernel to 3.16.1
-rw-r--r-- | mk/kernel-ver.mk | 6 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 6 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/bsd-compatibility.patch (renamed from target/linux/patches/3.16/bsd-compatibility.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/cleankernel.patch (renamed from target/linux/patches/3.16/cleankernel.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/defaults.patch (renamed from target/linux/patches/3.16/defaults.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/disable-netfilter.patch (renamed from target/linux/patches/3.16/disable-netfilter.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/export-symbol-for-exmap.patch (renamed from target/linux/patches/3.16/export-symbol-for-exmap.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/gemalto.patch (renamed from target/linux/patches/3.16/gemalto.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/initramfs-nosizelimit.patch (renamed from target/linux/patches/3.16/initramfs-nosizelimit.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/lemote-rfkill.patch (renamed from target/linux/patches/3.16/lemote-rfkill.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/microblaze-axi.patch (renamed from target/linux/patches/3.16/microblaze-axi.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/microblaze-ethernet.patch (renamed from target/linux/patches/3.16/microblaze-ethernet.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/mkpiggy.patch (renamed from target/linux/patches/3.16/mkpiggy.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/mtd-rootfs.patch (renamed from target/linux/patches/3.16/mtd-rootfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/nfsv3-tcp.patch (renamed from target/linux/patches/3.16/nfsv3-tcp.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/non-static.patch (renamed from target/linux/patches/3.16/non-static.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/patch-fblogo (renamed from target/linux/patches/3.16/patch-fblogo) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/patch-yaffs2 (renamed from target/linux/patches/3.16/patch-yaffs2) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/ppc64-missing-zlib.patch (renamed from target/linux/patches/3.16/ppc64-missing-zlib.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/qemu-coldfire.patch (renamed from target/linux/patches/3.16/qemu-coldfire.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/regmap-boolean.patch (renamed from target/linux/patches/3.16/regmap-boolean.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/relocs.patch (renamed from target/linux/patches/3.16/relocs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/sgidefs.patch (renamed from target/linux/patches/3.16/sgidefs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/sortext.patch (renamed from target/linux/patches/3.16/sortext.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/startup.patch (renamed from target/linux/patches/3.16/startup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/wlan-cf.patch (renamed from target/linux/patches/3.16/wlan-cf.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.16.1/xargs.patch (renamed from target/linux/patches/3.16/xargs.patch) | 0 |
27 files changed, 6 insertions, 6 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index dacc83f80..15f893ca3 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,6 +1,6 @@ -ifeq ($(ADK_KERNEL_VERSION_3_16_0),y) -KERNEL_VERSION:= 3.16 -KERNEL_MOD_VERSION:= 3.16.0 +ifeq ($(ADK_KERNEL_VERSION_3_16_1),y) +KERNEL_VERSION:= 3.16.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 5c569ed649a0c9711879f333e90c5386 endif diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 5c339468d..f6bcf0a22 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -4,10 +4,10 @@ choice prompt "Kernel Version" depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING -default ADK_KERNEL_VERSION_3_16_0 +default ADK_KERNEL_VERSION_3_16_1 -config ADK_KERNEL_VERSION_3_16_0 - prompt "3.16" +config ADK_KERNEL_VERSION_3_16_1 + prompt "3.16.1" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX boolean select ADK_KERNEL_VERSION_3_16 diff --git a/target/linux/patches/3.16/bsd-compatibility.patch b/target/linux/patches/3.16.1/bsd-compatibility.patch index b954b658f..b954b658f 100644 --- a/target/linux/patches/3.16/bsd-compatibility.patch +++ b/target/linux/patches/3.16.1/bsd-compatibility.patch diff --git a/target/linux/patches/3.16/cleankernel.patch b/target/linux/patches/3.16.1/cleankernel.patch index d8c055dc3..d8c055dc3 100644 --- a/target/linux/patches/3.16/cleankernel.patch +++ b/target/linux/patches/3.16.1/cleankernel.patch diff --git a/target/linux/patches/3.16/defaults.patch b/target/linux/patches/3.16.1/defaults.patch index 6cdca084e..6cdca084e 100644 --- a/target/linux/patches/3.16/defaults.patch +++ b/target/linux/patches/3.16.1/defaults.patch diff --git a/target/linux/patches/3.16/disable-netfilter.patch b/target/linux/patches/3.16.1/disable-netfilter.patch index 7b1ca013a..7b1ca013a 100644 --- a/target/linux/patches/3.16/disable-netfilter.patch +++ b/target/linux/patches/3.16.1/disable-netfilter.patch diff --git a/target/linux/patches/3.16/export-symbol-for-exmap.patch b/target/linux/patches/3.16.1/export-symbol-for-exmap.patch index 4f0fc8449..4f0fc8449 100644 --- a/target/linux/patches/3.16/export-symbol-for-exmap.patch +++ b/target/linux/patches/3.16.1/export-symbol-for-exmap.patch diff --git a/target/linux/patches/3.16/gemalto.patch b/target/linux/patches/3.16.1/gemalto.patch index 65f7af1d7..65f7af1d7 100644 --- a/target/linux/patches/3.16/gemalto.patch +++ b/target/linux/patches/3.16.1/gemalto.patch diff --git a/target/linux/patches/3.16/initramfs-nosizelimit.patch b/target/linux/patches/3.16.1/initramfs-nosizelimit.patch index 40d2f6bd8..40d2f6bd8 100644 --- a/target/linux/patches/3.16/initramfs-nosizelimit.patch +++ b/target/linux/patches/3.16.1/initramfs-nosizelimit.patch diff --git a/target/linux/patches/3.16/lemote-rfkill.patch b/target/linux/patches/3.16.1/lemote-rfkill.patch index a61488434..a61488434 100644 --- a/target/linux/patches/3.16/lemote-rfkill.patch +++ b/target/linux/patches/3.16.1/lemote-rfkill.patch diff --git a/target/linux/patches/3.16/microblaze-axi.patch b/target/linux/patches/3.16.1/microblaze-axi.patch index 1a4b17d8c..1a4b17d8c 100644 --- a/target/linux/patches/3.16/microblaze-axi.patch +++ b/target/linux/patches/3.16.1/microblaze-axi.patch diff --git a/target/linux/patches/3.16/microblaze-ethernet.patch b/target/linux/patches/3.16.1/microblaze-ethernet.patch index 742ab477e..742ab477e 100644 --- a/target/linux/patches/3.16/microblaze-ethernet.patch +++ b/target/linux/patches/3.16.1/microblaze-ethernet.patch diff --git a/target/linux/patches/3.16/mkpiggy.patch b/target/linux/patches/3.16.1/mkpiggy.patch index 751678b74..751678b74 100644 --- a/target/linux/patches/3.16/mkpiggy.patch +++ b/target/linux/patches/3.16.1/mkpiggy.patch diff --git a/target/linux/patches/3.16/mtd-rootfs.patch b/target/linux/patches/3.16.1/mtd-rootfs.patch index 775d5fc80..775d5fc80 100644 --- a/target/linux/patches/3.16/mtd-rootfs.patch +++ b/target/linux/patches/3.16.1/mtd-rootfs.patch diff --git a/target/linux/patches/3.16/nfsv3-tcp.patch b/target/linux/patches/3.16.1/nfsv3-tcp.patch index d5e07e1c2..d5e07e1c2 100644 --- a/target/linux/patches/3.16/nfsv3-tcp.patch +++ b/target/linux/patches/3.16.1/nfsv3-tcp.patch diff --git a/target/linux/patches/3.16/non-static.patch b/target/linux/patches/3.16.1/non-static.patch index a967703d0..a967703d0 100644 --- a/target/linux/patches/3.16/non-static.patch +++ b/target/linux/patches/3.16.1/non-static.patch diff --git a/target/linux/patches/3.16/patch-fblogo b/target/linux/patches/3.16.1/patch-fblogo index f1fad64c1..f1fad64c1 100644 --- a/target/linux/patches/3.16/patch-fblogo +++ b/target/linux/patches/3.16.1/patch-fblogo diff --git a/target/linux/patches/3.16/patch-yaffs2 b/target/linux/patches/3.16.1/patch-yaffs2 index bb244c7ca..bb244c7ca 100644 --- a/target/linux/patches/3.16/patch-yaffs2 +++ b/target/linux/patches/3.16.1/patch-yaffs2 diff --git a/target/linux/patches/3.16/ppc64-missing-zlib.patch b/target/linux/patches/3.16.1/ppc64-missing-zlib.patch index c6e0616be..c6e0616be 100644 --- a/target/linux/patches/3.16/ppc64-missing-zlib.patch +++ b/target/linux/patches/3.16.1/ppc64-missing-zlib.patch diff --git a/target/linux/patches/3.16/qemu-coldfire.patch b/target/linux/patches/3.16.1/qemu-coldfire.patch index 503fe8ef3..503fe8ef3 100644 --- a/target/linux/patches/3.16/qemu-coldfire.patch +++ b/target/linux/patches/3.16.1/qemu-coldfire.patch diff --git a/target/linux/patches/3.16/regmap-boolean.patch b/target/linux/patches/3.16.1/regmap-boolean.patch index b61c4792a..b61c4792a 100644 --- a/target/linux/patches/3.16/regmap-boolean.patch +++ b/target/linux/patches/3.16.1/regmap-boolean.patch diff --git a/target/linux/patches/3.16/relocs.patch b/target/linux/patches/3.16.1/relocs.patch index 69a7c88a9..69a7c88a9 100644 --- a/target/linux/patches/3.16/relocs.patch +++ b/target/linux/patches/3.16.1/relocs.patch diff --git a/target/linux/patches/3.16/sgidefs.patch b/target/linux/patches/3.16.1/sgidefs.patch index f00a284d9..f00a284d9 100644 --- a/target/linux/patches/3.16/sgidefs.patch +++ b/target/linux/patches/3.16.1/sgidefs.patch diff --git a/target/linux/patches/3.16/sortext.patch b/target/linux/patches/3.16.1/sortext.patch index 8fd4e1d6b..8fd4e1d6b 100644 --- a/target/linux/patches/3.16/sortext.patch +++ b/target/linux/patches/3.16.1/sortext.patch diff --git a/target/linux/patches/3.16/startup.patch b/target/linux/patches/3.16.1/startup.patch index d396b75e4..d396b75e4 100644 --- a/target/linux/patches/3.16/startup.patch +++ b/target/linux/patches/3.16.1/startup.patch diff --git a/target/linux/patches/3.16/wlan-cf.patch b/target/linux/patches/3.16.1/wlan-cf.patch index fc20759e2..fc20759e2 100644 --- a/target/linux/patches/3.16/wlan-cf.patch +++ b/target/linux/patches/3.16.1/wlan-cf.patch diff --git a/target/linux/patches/3.16/xargs.patch b/target/linux/patches/3.16.1/xargs.patch index 2c7b3df59..2c7b3df59 100644 --- a/target/linux/patches/3.16/xargs.patch +++ b/target/linux/patches/3.16.1/xargs.patch |