Browse Source

update 3.4 kernel

Waldemar Brodkorb 11 years ago
parent
commit
8675c6dd6e

+ 3 - 3
Config.in

@@ -127,8 +127,8 @@ config ADK_KERNEL_VERSION_3_10_37
 	prompt "3.10.37"
 	prompt "3.10.37"
 	boolean
 	boolean
 
 
-config ADK_KERNEL_VERSION_3_4_84
-	prompt "3.4.84"
+config ADK_KERNEL_VERSION_3_4_87
+	prompt "3.4.87"
 	depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
 	depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
 	boolean
 	boolean
 
 
@@ -141,7 +141,7 @@ config ADK_KERNEL_VERSION
 	default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
 	default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
 	default "3.10.37" if ADK_KERNEL_VERSION_3_10_37
 	default "3.10.37" if ADK_KERNEL_VERSION_3_10_37
-	default "3.4.84" if ADK_KERNEL_VERSION_3_4_84
+	default "3.4.87" if ADK_KERNEL_VERSION_3_4_87
 	help
 	help
 
 
 config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI
 config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI

+ 3 - 3
mk/kernel-ver.mk

@@ -34,9 +34,9 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		a08a10ffc31b07d9422af1cd2baa3274
 KERNEL_MD5SUM:=		a08a10ffc31b07d9422af1cd2baa3274
 endif
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_84),y)
-KERNEL_VERSION:=	3.4.84
+ifeq ($(ADK_KERNEL_VERSION_3_4_87),y)
+KERNEL_VERSION:=	3.4.87
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		b99f88ca356b5003ce44e952baa3e6a3
+KERNEL_MD5SUM:=		f926dc8c57400f57aec407106632de0b
 endif
 endif

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

@@ -36,7 +36,7 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER
 
 
 config ADK_KPACKAGE_KMOD_FULL_NAT
 config ADK_KPACKAGE_KMOD_FULL_NAT
 	tristate "Meta package for Full NAT"
 	tristate "Meta package for Full NAT"
-	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_84
+	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_87
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_37
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_37
 	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_11_10
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18
@@ -46,7 +46,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT
 config ADK_KPACKAGE_KMOD_NF_NAT
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
 	tristate 'Full NAT'
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
-	depends on ADK_KERNEL_VERSION_3_4_84
+	depends on ADK_KERNEL_VERSION_3_4_87
 	help
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by
 	  forms of full Network Address Port Translation.  It is controlled by

+ 0 - 0
target/linux/patches/3.4.84/bsd-compatibility.patch → target/linux/patches/3.4.87/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.4.84/defaults.patch → target/linux/patches/3.4.87/defaults.patch


+ 0 - 0
target/linux/patches/3.4.84/gemalto.patch → target/linux/patches/3.4.87/gemalto.patch


+ 0 - 0
target/linux/patches/3.4.84/lemote-rfkill.patch → target/linux/patches/3.4.87/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.4.84/mips-error.patch → target/linux/patches/3.4.87/mips-error.patch


+ 0 - 0
target/linux/patches/3.4.84/module-alloc-size-check.patch → target/linux/patches/3.4.87/module-alloc-size-check.patch


+ 0 - 0
target/linux/patches/3.4.84/non-static.patch → target/linux/patches/3.4.87/non-static.patch


+ 0 - 0
target/linux/patches/3.4.84/sparc-include.patch → target/linux/patches/3.4.87/sparc-include.patch


+ 0 - 0
target/linux/patches/3.4.84/startup.patch → target/linux/patches/3.4.87/startup.patch


+ 0 - 0
target/linux/patches/3.4.84/usb-defaults-off.patch → target/linux/patches/3.4.87/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.4.84/uuid.patch → target/linux/patches/3.4.87/uuid.patch


+ 0 - 0
target/linux/patches/3.4.84/vga-cons-default-off.patch → target/linux/patches/3.4.87/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.4.84/wlan-cf.patch → target/linux/patches/3.4.87/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.4.84/zlib-inflate.patch → target/linux/patches/3.4.87/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.84/aufs2.patch → toolchain/kernel-headers/patches/3.4.87/aufs2.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.84/linux-gcc-check.patch → toolchain/kernel-headers/patches/3.4.87/linux-gcc-check.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.84/mkpiggy.patch → toolchain/kernel-headers/patches/3.4.87/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.84/relocs.patch → toolchain/kernel-headers/patches/3.4.87/relocs.patch