diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:39:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:40:09 +0200 |
commit | 1c179ade75adbb5b00dead07e0d6f9d0d1ca402b (patch) | |
tree | fd1cb2bc656a9794f8502c0b8ea25a0975b716e5 | |
parent | 8e62a12accfc13f5a5181455aab3c6e3859ef05d (diff) |
linux: update 3.2.x to 3.2.88
-rw-r--r-- | mk/kernel-ver.mk | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 2 | ||||
-rw-r--r-- | target/linux/patches/3.2.88/sparc-aout.patch (renamed from target/linux/patches/3.2.83/sparc-aout.patch) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index c6eebd290..05c640a2e 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -64,10 +64,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) KERNEL_HASH:= c474a1d630357e64ae89f374a2575fa9623e87ea1a97128c4d83f08d4e7a0b4f endif ifeq ($(ADK_TARGET_KERNEL_VERSION_3_2),y) -KERNEL_FILE_VER:= 3.2.83 +KERNEL_FILE_VER:= 3.2.88 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= db578292c43c8cbca7530723d4da4fc784e6cdadc61bff5e966bfb00dbc947e1 +KERNEL_HASH:= 426d254322c521dcb16606d6a390b8600e4f6ccf0edd03bbffc582d6cda1429c endif ifeq ($(ADK_TARGET_KERNEL_VERSION_2_6_32),y) KERNEL_FILE_VER:= 2.6.32.70 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index be6fb10ec..9579d96a1 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -160,7 +160,7 @@ config ADK_TARGET_KERNEL_VERSION_3_4_NDS32 depends on ADK_TARGET_ARCH_NDS32 config ADK_TARGET_KERNEL_VERSION_3_2 - bool "3.2.83" + bool "3.2.88" 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.2.83/sparc-aout.patch b/target/linux/patches/3.2.88/sparc-aout.patch index 6ad252479..6ad252479 100644 --- a/target/linux/patches/3.2.83/sparc-aout.patch +++ b/target/linux/patches/3.2.88/sparc-aout.patch |