Browse Source

linux: update kernel

Waldemar Brodkorb 8 years ago
parent
commit
f3d7855a9e

+ 4 - 4
mk/kernel-ver.mk

@@ -16,16 +16,16 @@ KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(ADK_TARGET_KERNEL_GIT_VER)
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:=	4.9.6
+KERNEL_FILE_VER:=	4.9.9
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		f493af770a5b08a231178cbb27ab517369a81f6039625737aa8b36d69bcfce9b
+KERNEL_HASH:=		2635c69854579550b75c2405c5a012800f1776109dfeb6639516bd879031d9ee
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y)
-KERNEL_FILE_VER:=	4.4.46
+KERNEL_FILE_VER:=	4.4.48
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		bb944846c5901aa2cadaa20c3d953ec03ff707dc1178e6ac3851e98747872058
+KERNEL_HASH:=		7c50851de98647dcc0f7b057f6fd45fdbbcd8272647c6dc1f7d2339faacb8025
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y)
 KERNEL_FILE_VER:=	4.1.35

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

@@ -24,14 +24,14 @@ config ADK_TARGET_KERNEL_VERSION_GIT
 	select ADK_TARGET_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
 
 config ADK_TARGET_KERNEL_VERSION_4_9
-	bool "4.9.6"
+	bool "4.9.9"
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG
 	depends on !ADK_TARGET_ARCH_NDS32
 	depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
 
 config ADK_TARGET_KERNEL_VERSION_4_4
-	bool "4.4.46"
+	bool "4.4.48"
 	depends on !ADK_TARGET_ARCH_NDS32
 	depends on !ADK_TARGET_ARCH_NIOS2
 	depends on !ADK_TARGET_ARCH_OR1K

+ 0 - 0
target/linux/patches/4.4.46/coldfire-sighandler.patch → target/linux/patches/4.4.48/coldfire-sighandler.patch


+ 0 - 0
target/linux/patches/4.4.46/crisv32.patch → target/linux/patches/4.4.48/crisv32.patch


+ 0 - 0
target/linux/patches/4.4.46/crisv32_ethernet_driver.patch → target/linux/patches/4.4.48/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.4.46/initramfs-nosizelimit.patch → target/linux/patches/4.4.48/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.4.46/ld-or1k.patch → target/linux/patches/4.4.48/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.4.46/macsonic.patch → target/linux/patches/4.4.48/macsonic.patch


+ 0 - 0
target/linux/patches/4.4.46/mips-xz.patch → target/linux/patches/4.4.48/mips-xz.patch


+ 0 - 0
target/linux/patches/4.4.46/patch-realtime → target/linux/patches/4.4.48/patch-realtime


+ 0 - 0
target/linux/patches/4.4.46/startup.patch → target/linux/patches/4.4.48/startup.patch


+ 0 - 0
target/linux/patches/4.4.46/use-libgcc-for-sh.patch → target/linux/patches/4.4.48/use-libgcc-for-sh.patch


+ 0 - 0
target/linux/patches/4.4.46/versatile-nommu.patch → target/linux/patches/4.4.48/versatile-nommu.patch


+ 0 - 0
target/linux/patches/4.9.6/crisv32_ethernet_driver.patch → target/linux/patches/4.9.9/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.9.6/initramfs-nosizelimit.patch → target/linux/patches/4.9.9/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.9.6/ld-or1k.patch → target/linux/patches/4.9.9/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.9.6/macsonic.patch → target/linux/patches/4.9.9/macsonic.patch


+ 0 - 0
target/linux/patches/4.9.6/microblaze-sigaltstack.patch → target/linux/patches/4.9.9/microblaze-sigaltstack.patch


+ 0 - 0
target/linux/patches/4.9.6/or1k-more-ram.patch → target/linux/patches/4.9.9/or1k-more-ram.patch


+ 0 - 0
target/linux/patches/4.9.6/patch-realtime → target/linux/patches/4.9.9/patch-realtime


+ 0 - 0
target/linux/patches/4.9.6/sh2.patch → target/linux/patches/4.9.9/sh2.patch


+ 0 - 0
target/linux/patches/4.9.6/startup.patch → target/linux/patches/4.9.9/startup.patch


+ 0 - 0
target/linux/patches/4.9.6/vdso2.patch → target/linux/patches/4.9.9/vdso2.patch