Browse Source

linux: update 4.9.x kernel, disable avr32 for latest kernel versions

Waldemar Brodkorb 8 years ago
parent
commit
e29b0f2b45

+ 2 - 2
mk/kernel-ver.mk

@@ -28,10 +28,10 @@ KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
 KERNEL_HASH:=		dcc547c505e4b4d150c32426547e4aad070d7b4b103bfd559f1674c9fc7fe00b
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y)
-KERNEL_FILE_VER:=	4.9.22
+KERNEL_FILE_VER:=	4.9.28
 KERNEL_RELEASE:=	1
 KERNEL_VERSION:=	$(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:=		dbdb1c58706a9010627f1fb68f3246f37544f2b6e2df524925c181e249b8036a
+KERNEL_HASH:=		05d1f32f0d4853e4b31e1f9a834cb4d2695d026d6518f9287a4a2f3c28a4a928
 endif
 ifeq ($(ADK_TARGET_KERNEL_VERSION_4_6),y)
 KERNEL_FILE_VER:=	4.6.2

+ 4 - 1
target/config/Config.in.kernelversion

@@ -18,6 +18,7 @@ default ADK_TARGET_KERNEL_VERSION_4_9
 
 config ADK_TARGET_KERNEL_VERSION_GIT
 	bool "git"
+	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_NDS32
 	depends on !ADK_TARGET_ARCH_RISCV32
 	depends on !ADK_TARGET_ARCH_RISCV64
@@ -28,6 +29,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT
 
 config ADK_TARGET_KERNEL_VERSION_4_11
 	bool "4.11"
+	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG
 	depends on !ADK_TARGET_ARCH_NDS32
@@ -37,6 +39,7 @@ config ADK_TARGET_KERNEL_VERSION_4_11
 
 config ADK_TARGET_KERNEL_VERSION_4_10
 	bool "4.10.16"
+	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG
 	depends on !ADK_TARGET_ARCH_NDS32
@@ -45,7 +48,7 @@ config ADK_TARGET_KERNEL_VERSION_4_10
 	depends on !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU
 
 config ADK_TARGET_KERNEL_VERSION_4_9
-	bool "4.9.22"
+	bool "4.9.28"
 	depends on !ADK_TARGET_ARCH_CRIS
 	depends on !ADK_TARGET_ARCH_METAG
 	depends on !ADK_TARGET_ARCH_NDS32

+ 0 - 0
target/linux/patches/4.9.22/crisv32_ethernet_driver.patch → target/linux/patches/4.9.28/crisv32_ethernet_driver.patch


+ 0 - 0
target/linux/patches/4.9.22/h8300.patch → target/linux/patches/4.9.28/h8300.patch


+ 0 - 0
target/linux/patches/4.9.22/initramfs-nosizelimit.patch → target/linux/patches/4.9.28/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.9.22/ld-or1k.patch → target/linux/patches/4.9.28/ld-or1k.patch


+ 0 - 0
target/linux/patches/4.9.22/macsonic.patch → target/linux/patches/4.9.28/macsonic.patch


+ 0 - 0
target/linux/patches/4.9.22/microblaze-sigaltstack.patch → target/linux/patches/4.9.28/microblaze-sigaltstack.patch


+ 0 - 0
target/linux/patches/4.9.22/or1k-more-ram.patch → target/linux/patches/4.9.28/or1k-more-ram.patch


File diff suppressed because it is too large
+ 219 - 219
target/linux/patches/4.9.28/patch-realtime


+ 0 - 0
target/linux/patches/4.9.22/sh2.patch → target/linux/patches/4.9.28/sh2.patch


+ 0 - 0
target/linux/patches/4.9.22/startup.patch → target/linux/patches/4.9.28/startup.patch


+ 0 - 0
target/linux/patches/4.9.22/vdso2.patch → target/linux/patches/4.9.28/vdso2.patch


Some files were not shown because too many files changed in this diff