diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-18 18:47:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:40:09 +0200 |
commit | d4d4cd14d2c6baf2fca66f3523b9d5a17573fd0d (patch) | |
tree | ca78ac2c15517417678b5384b8912fe4075a78df | |
parent | a54012c911b9c7e7f19c118b63f03aea03399e8f (diff) |
linux: update 3.12.x to 3.12.73
-rw-r--r-- | mk/kernel-ver.mk | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/bsd-compatibility.patch (renamed from target/linux/patches/3.12.69/bsd-compatibility.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/cleankernel.patch (renamed from target/linux/patches/3.12.69/cleankernel.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/defaults.patch (renamed from target/linux/patches/3.12.69/defaults.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/disable-netfilter.patch (renamed from target/linux/patches/3.12.69/disable-netfilter.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/export-symbol-for-exmap.patch (renamed from target/linux/patches/3.12.69/export-symbol-for-exmap.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/gemalto.patch (renamed from target/linux/patches/3.12.69/gemalto.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/lemote-rfkill.patch (renamed from target/linux/patches/3.12.69/lemote-rfkill.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/microblaze-ethernet.patch (renamed from target/linux/patches/3.12.69/microblaze-ethernet.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/microblaze-setup.patch (renamed from target/linux/patches/3.12.69/microblaze-setup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/mips-lzo-fix.patch (renamed from target/linux/patches/3.12.69/mips-lzo-fix.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/mkpiggy.patch (renamed from target/linux/patches/3.12.69/mkpiggy.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/mtd-rootfs.patch (renamed from target/linux/patches/3.12.69/mtd-rootfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/non-static.patch (renamed from target/linux/patches/3.12.69/non-static.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/ppc64-missing-zlib.patch (renamed from target/linux/patches/3.12.69/ppc64-missing-zlib.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/regmap-bool.patch (renamed from target/linux/patches/3.12.69/regmap-bool.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/relocs.patch (renamed from target/linux/patches/3.12.69/relocs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/sgidefs.patch (renamed from target/linux/patches/3.12.69/sgidefs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/sortext.patch (renamed from target/linux/patches/3.12.69/sortext.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/startup.patch (renamed from target/linux/patches/3.12.69/startup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/usb-defaults-off.patch (renamed from target/linux/patches/3.12.69/usb-defaults-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/versatile-nommu.patch (renamed from target/linux/patches/3.12.69/versatile-nommu.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/wlan-cf.patch (renamed from target/linux/patches/3.12.69/wlan-cf.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/xargs.patch (renamed from target/linux/patches/3.12.69/xargs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.73/zlib-inflate.patch (renamed from target/linux/patches/3.12.69/zlib-inflate.patch) | 0 |
26 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 17faf78a2..943a3edda 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -46,10 +46,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= 93843c6a14e774327950159cade4c2c54ba105617275e4b595555ca9c34bc1e3 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_12),y) -KERNEL_FILE_VER:= 3.12.69 +KERNEL_FILE_VER:= 3.12.73 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= b5b2753d17e4f95acd7c8b2bd3a6d61a8fe35ff4d9ce6189ae500b096485efdf +KERNEL_HASH:= d6353ce2c1dd52c732bd0fe7c116cff29607f9bd768f62a9b9aa0e2f0a02140a endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_10),y) KERNEL_FILE_VER:= 3.10.104 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 2da4c2c8f..cca9c5f13 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -90,7 +90,7 @@ config ADK_TARGET_KERNEL_VERSION_3_16 depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6 config ADK_TARGET_KERNEL_VERSION_3_12 - bool "3.12.69" + bool "3.12.73" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 diff --git a/target/linux/patches/3.12.69/bsd-compatibility.patch b/target/linux/patches/3.12.73/bsd-compatibility.patch index b954b658f..b954b658f 100644 --- a/target/linux/patches/3.12.69/bsd-compatibility.patch +++ b/target/linux/patches/3.12.73/bsd-compatibility.patch diff --git a/target/linux/patches/3.12.69/cleankernel.patch b/target/linux/patches/3.12.73/cleankernel.patch index d8c055dc3..d8c055dc3 100644 --- a/target/linux/patches/3.12.69/cleankernel.patch +++ b/target/linux/patches/3.12.73/cleankernel.patch diff --git a/target/linux/patches/3.12.69/defaults.patch b/target/linux/patches/3.12.73/defaults.patch index 6cdca084e..6cdca084e 100644 --- a/target/linux/patches/3.12.69/defaults.patch +++ b/target/linux/patches/3.12.73/defaults.patch diff --git a/target/linux/patches/3.12.69/disable-netfilter.patch b/target/linux/patches/3.12.73/disable-netfilter.patch index 7b1ca013a..7b1ca013a 100644 --- a/target/linux/patches/3.12.69/disable-netfilter.patch +++ b/target/linux/patches/3.12.73/disable-netfilter.patch diff --git a/target/linux/patches/3.12.69/export-symbol-for-exmap.patch b/target/linux/patches/3.12.73/export-symbol-for-exmap.patch index 4f0fc8449..4f0fc8449 100644 --- a/target/linux/patches/3.12.69/export-symbol-for-exmap.patch +++ b/target/linux/patches/3.12.73/export-symbol-for-exmap.patch diff --git a/target/linux/patches/3.12.69/gemalto.patch b/target/linux/patches/3.12.73/gemalto.patch index 65f7af1d7..65f7af1d7 100644 --- a/target/linux/patches/3.12.69/gemalto.patch +++ b/target/linux/patches/3.12.73/gemalto.patch diff --git a/target/linux/patches/3.12.69/lemote-rfkill.patch b/target/linux/patches/3.12.73/lemote-rfkill.patch index a61488434..a61488434 100644 --- a/target/linux/patches/3.12.69/lemote-rfkill.patch +++ b/target/linux/patches/3.12.73/lemote-rfkill.patch diff --git a/target/linux/patches/3.12.69/microblaze-ethernet.patch b/target/linux/patches/3.12.73/microblaze-ethernet.patch index 742ab477e..742ab477e 100644 --- a/target/linux/patches/3.12.69/microblaze-ethernet.patch +++ b/target/linux/patches/3.12.73/microblaze-ethernet.patch diff --git a/target/linux/patches/3.12.69/microblaze-setup.patch b/target/linux/patches/3.12.73/microblaze-setup.patch index 43815f274..43815f274 100644 --- a/target/linux/patches/3.12.69/microblaze-setup.patch +++ b/target/linux/patches/3.12.73/microblaze-setup.patch diff --git a/target/linux/patches/3.12.69/mips-lzo-fix.patch b/target/linux/patches/3.12.73/mips-lzo-fix.patch index 0740bdc6a..0740bdc6a 100644 --- a/target/linux/patches/3.12.69/mips-lzo-fix.patch +++ b/target/linux/patches/3.12.73/mips-lzo-fix.patch diff --git a/target/linux/patches/3.12.69/mkpiggy.patch b/target/linux/patches/3.12.73/mkpiggy.patch index d4e815cd2..d4e815cd2 100644 --- a/target/linux/patches/3.12.69/mkpiggy.patch +++ b/target/linux/patches/3.12.73/mkpiggy.patch diff --git a/target/linux/patches/3.12.69/mtd-rootfs.patch b/target/linux/patches/3.12.73/mtd-rootfs.patch index 775d5fc80..775d5fc80 100644 --- a/target/linux/patches/3.12.69/mtd-rootfs.patch +++ b/target/linux/patches/3.12.73/mtd-rootfs.patch diff --git a/target/linux/patches/3.12.69/non-static.patch b/target/linux/patches/3.12.73/non-static.patch index a967703d0..a967703d0 100644 --- a/target/linux/patches/3.12.69/non-static.patch +++ b/target/linux/patches/3.12.73/non-static.patch diff --git a/target/linux/patches/3.12.69/ppc64-missing-zlib.patch b/target/linux/patches/3.12.73/ppc64-missing-zlib.patch index c6e0616be..c6e0616be 100644 --- a/target/linux/patches/3.12.69/ppc64-missing-zlib.patch +++ b/target/linux/patches/3.12.73/ppc64-missing-zlib.patch diff --git a/target/linux/patches/3.12.69/regmap-bool.patch b/target/linux/patches/3.12.73/regmap-bool.patch index c3fd9a318..c3fd9a318 100644 --- a/target/linux/patches/3.12.69/regmap-bool.patch +++ b/target/linux/patches/3.12.73/regmap-bool.patch diff --git a/target/linux/patches/3.12.69/relocs.patch b/target/linux/patches/3.12.73/relocs.patch index 649b9e73e..649b9e73e 100644 --- a/target/linux/patches/3.12.69/relocs.patch +++ b/target/linux/patches/3.12.73/relocs.patch diff --git a/target/linux/patches/3.12.69/sgidefs.patch b/target/linux/patches/3.12.73/sgidefs.patch index f00a284d9..f00a284d9 100644 --- a/target/linux/patches/3.12.69/sgidefs.patch +++ b/target/linux/patches/3.12.73/sgidefs.patch diff --git a/target/linux/patches/3.12.69/sortext.patch b/target/linux/patches/3.12.73/sortext.patch index 8fd4e1d6b..8fd4e1d6b 100644 --- a/target/linux/patches/3.12.69/sortext.patch +++ b/target/linux/patches/3.12.73/sortext.patch diff --git a/target/linux/patches/3.12.69/startup.patch b/target/linux/patches/3.12.73/startup.patch index 4cd477da1..4cd477da1 100644 --- a/target/linux/patches/3.12.69/startup.patch +++ b/target/linux/patches/3.12.73/startup.patch diff --git a/target/linux/patches/3.12.69/usb-defaults-off.patch b/target/linux/patches/3.12.73/usb-defaults-off.patch index 54dff2bd4..54dff2bd4 100644 --- a/target/linux/patches/3.12.69/usb-defaults-off.patch +++ b/target/linux/patches/3.12.73/usb-defaults-off.patch diff --git a/target/linux/patches/3.12.69/versatile-nommu.patch b/target/linux/patches/3.12.73/versatile-nommu.patch index a4b99ad54..a4b99ad54 100644 --- a/target/linux/patches/3.12.69/versatile-nommu.patch +++ b/target/linux/patches/3.12.73/versatile-nommu.patch diff --git a/target/linux/patches/3.12.69/wlan-cf.patch b/target/linux/patches/3.12.73/wlan-cf.patch index fc20759e2..fc20759e2 100644 --- a/target/linux/patches/3.12.69/wlan-cf.patch +++ b/target/linux/patches/3.12.73/wlan-cf.patch diff --git a/target/linux/patches/3.12.69/xargs.patch b/target/linux/patches/3.12.73/xargs.patch index 2c7b3df59..2c7b3df59 100644 --- a/target/linux/patches/3.12.69/xargs.patch +++ b/target/linux/patches/3.12.73/xargs.patch diff --git a/target/linux/patches/3.12.69/zlib-inflate.patch b/target/linux/patches/3.12.73/zlib-inflate.patch index 58e1f6d21..58e1f6d21 100644 --- a/target/linux/patches/3.12.69/zlib-inflate.patch +++ b/target/linux/patches/3.12.73/zlib-inflate.patch |