Browse Source

linux: bump to 4.5.7

Waldemar Brodkorb 9 years ago
parent
commit
2d0bb30192

+ 3 - 3
mk/kernel-ver.mk

@@ -25,11 +25,11 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		e158f3c69da87c2ec28d0f194dbe18b05e0d0b9e1142566615cea3390bab1c6a
 endif
-ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_4),y)
-KERNEL_FILE_VER:=	4.5.4
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_5_7),y)
+KERNEL_FILE_VER:=	4.5.7
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		575c1707afe37865f49e8e0aa5891a092a81a8dcb5d8c8921a896bd13b8415e8
+KERNEL_HASH:=		c070a62095fe830e7bfdb159e577216e3ed237ad3ab9a2590f53cde4e881fb2b
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_10),y)
 KERNEL_FILE_VER:=	4.4.10

+ 2 - 2
target/config/Config.in.kernelversion

@@ -17,8 +17,8 @@ config ADK_TARGET_KERNEL_VERSION_4_6_2
 	depends on !ADK_TARGET_BOARD_BCM28XX
 	select ADK_TARGET_KERNEL_VERSION_4_6
 
-config ADK_TARGET_KERNEL_VERSION_4_5_4
-	bool "4.5.4"
+config ADK_TARGET_KERNEL_VERSION_4_5_7
+	bool "4.5.7"
 	depends on !ADK_TARGET_ARCH_NIOS2
 	depends on !ADK_TARGET_BOARD_BCM28XX
 	select ADK_TARGET_KERNEL_VERSION_4_5

+ 0 - 0
target/linux/patches/4.5.4/coldfire-sighandler.patch → target/linux/patches/4.5.7/coldfire-sighandler.patch


+ 0 - 0
target/linux/patches/4.5.4/initramfs-nosizelimit.patch → target/linux/patches/4.5.7/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.5.4/ld-or1k.patch → target/linux/patches/4.5.7/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.5.4/startup.patch → target/linux/patches/4.5.7/startup.patch