Browse Source

linux: update 3.2.x to 3.2.88

Waldemar Brodkorb 7 years ago
parent
commit
1c179ade75

+ 2 - 2
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

+ 1 - 1
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

+ 0 - 0
target/linux/patches/3.2.83/sparc-aout.patch → target/linux/patches/3.2.88/sparc-aout.patch