Kaynağa Gözat

update to latest stable kernel

Waldemar Brodkorb 11 yıl önce
ebeveyn
işleme
6b5f7c63f2
28 değiştirilmiş dosya ile 19 ekleme ve 8 silme
  1. 3 3
      Config.in
  2. 3 3
      mk/kernel-ver.mk
  3. 2 2
      target/linux/config/Config.in.netfilter.ip4
  4. 0 0
      target/linux/patches/3.13.5/bsd-compatibility.patch
  5. 0 0
      target/linux/patches/3.13.5/defaults.patch
  6. 0 0
      target/linux/patches/3.13.5/disable-netfilter.patch
  7. 0 0
      target/linux/patches/3.13.5/export-symbol-for-exmap.patch
  8. 0 0
      target/linux/patches/3.13.5/gemalto.patch
  9. 0 0
      target/linux/patches/3.13.5/lemote-rfkill.patch
  10. 11 0
      target/linux/patches/3.13.5/microblaze-axi.patch
  11. 0 0
      target/linux/patches/3.13.5/microblaze-ethernet.patch
  12. 0 0
      target/linux/patches/3.13.5/microblaze-setup.patch
  13. 0 0
      target/linux/patches/3.13.5/mtd-rootfs.patch
  14. 0 0
      target/linux/patches/3.13.5/non-static.patch
  15. 0 0
      target/linux/patches/3.13.5/ppc64-missing-zlib.patch
  16. 0 0
      target/linux/patches/3.13.5/raspberry.patch
  17. 0 0
      target/linux/patches/3.13.5/startup.patch
  18. 0 0
      target/linux/patches/3.13.5/uuid.patch
  19. 0 0
      target/linux/patches/3.13.5/vga-cons-default-off.patch
  20. 0 0
      target/linux/patches/3.13.5/wlan-cf.patch
  21. 0 0
      target/linux/patches/3.13.5/xargs.patch
  22. 0 0
      target/linux/patches/3.13.5/zlib-inflate.patch
  23. 0 0
      toolchain/kernel-headers/patches/3.13.5/cleankernel.patch
  24. 0 0
      toolchain/kernel-headers/patches/3.13.5/microperl.patch
  25. 0 0
      toolchain/kernel-headers/patches/3.13.5/mkpiggy.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.13.5/relocs.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.13.5/sgidefs.patch
  28. 0 0
      toolchain/kernel-headers/patches/3.13.5/sortext.patch

+ 3 - 3
Config.in

@@ -109,8 +109,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
 choice
 prompt "Kernel Version"
 
-config ADK_KERNEL_VERSION_3_13_3
-	prompt "3.13.3"
+config ADK_KERNEL_VERSION_3_13_5
+	prompt "3.13.5"
 	boolean
 
 config ADK_KERNEL_VERSION_3_12_11
@@ -129,7 +129,7 @@ endchoice
 
 config ADK_KERNEL_VERSION
 	string
-	default "3.13.3" if ADK_KERNEL_VERSION_3_13_3
+	default "3.13.5" if ADK_KERNEL_VERSION_3_13_5
 	default "3.12.11" if ADK_KERNEL_VERSION_3_12_11
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
 	default "3.4.71" if ADK_KERNEL_VERSION_3_4_71

+ 3 - 3
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		c5b0775d187bc79992bae17ae781de1e
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_13_3),y)
-KERNEL_VERSION:=	3.13.3
+ifeq ($(ADK_KERNEL_VERSION_3_13_5),y)
+KERNEL_VERSION:=	3.13.5
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		ad98a0c623a124a25dab86406ddc7119
+KERNEL_MD5SUM:=		b9fa20262a7ecbbc3277aa2ee10412da
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_12_11),y)
 KERNEL_VERSION:=	3.12.11

+ 2 - 2
target/linux/config/Config.in.netfilter.ip4

@@ -39,7 +39,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT
 	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_71
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_11
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_3
+	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_5
 
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
@@ -54,7 +54,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
 	tristate 'Full NAT'
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	depends on ADK_KERNEL_VERSION_3_11_10 || ADK_KERNEL_VERSION_3_12_11 \
-		|| ADK_KERNEL_VERSION_3_13_3
+		|| ADK_KERNEL_VERSION_3_13_5
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by

+ 0 - 0
target/linux/patches/3.13.3/bsd-compatibility.patch → target/linux/patches/3.13.5/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.13.3/defaults.patch → target/linux/patches/3.13.5/defaults.patch


+ 0 - 0
target/linux/patches/3.13.3/disable-netfilter.patch → target/linux/patches/3.13.5/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.13.3/export-symbol-for-exmap.patch → target/linux/patches/3.13.5/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.13.3/gemalto.patch → target/linux/patches/3.13.5/gemalto.patch


+ 0 - 0
target/linux/patches/3.13.3/lemote-rfkill.patch → target/linux/patches/3.13.5/lemote-rfkill.patch


+ 11 - 0
target/linux/patches/3.13.5/microblaze-axi.patch

@@ -0,0 +1,11 @@
+diff -Nur linux-3.13.3.orig/drivers/net/ethernet/xilinx/xilinx_axienet_main.c linux-3.13.3/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+--- linux-3.13.3.orig/drivers/net/ethernet/xilinx/xilinx_axienet_main.c	2014-02-13 23:00:14.000000000 +0100
++++ linux-3.13.3/drivers/net/ethernet/xilinx/xilinx_axienet_main.c	2014-02-24 08:03:57.000000000 +0100
+@@ -25,6 +25,7 @@
+ #include <linux/init.h>
+ #include <linux/module.h>
+ #include <linux/netdevice.h>
++#include <linux/of_irq.h>
+ #include <linux/of_mdio.h>
+ #include <linux/of_platform.h>
+ #include <linux/of_address.h>

+ 0 - 0
target/linux/patches/3.13.3/microblaze-ethernet.patch → target/linux/patches/3.13.5/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.13.3/microblaze-setup.patch → target/linux/patches/3.13.5/microblaze-setup.patch


+ 0 - 0
target/linux/patches/3.13.3/mtd-rootfs.patch → target/linux/patches/3.13.5/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.13.3/non-static.patch → target/linux/patches/3.13.5/non-static.patch


+ 0 - 0
target/linux/patches/3.13.3/ppc64-missing-zlib.patch → target/linux/patches/3.13.5/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.13.3/raspberry.patch → target/linux/patches/3.13.5/raspberry.patch


+ 0 - 0
target/linux/patches/3.13.3/startup.patch → target/linux/patches/3.13.5/startup.patch


+ 0 - 0
target/linux/patches/3.13.3/uuid.patch → target/linux/patches/3.13.5/uuid.patch


+ 0 - 0
target/linux/patches/3.13.3/vga-cons-default-off.patch → target/linux/patches/3.13.5/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.13.3/wlan-cf.patch → target/linux/patches/3.13.5/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.13.3/xargs.patch → target/linux/patches/3.13.5/xargs.patch


+ 0 - 0
target/linux/patches/3.13.3/zlib-inflate.patch → target/linux/patches/3.13.5/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/cleankernel.patch → toolchain/kernel-headers/patches/3.13.5/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/microperl.patch → toolchain/kernel-headers/patches/3.13.5/microperl.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/mkpiggy.patch → toolchain/kernel-headers/patches/3.13.5/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/relocs.patch → toolchain/kernel-headers/patches/3.13.5/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/sgidefs.patch → toolchain/kernel-headers/patches/3.13.5/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.13.3/sortext.patch → toolchain/kernel-headers/patches/3.13.5/sortext.patch