Explorar o código

update to 3.14.4, deafult for toolchains

Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
7bacce237c

+ 5 - 5
Config.in

@@ -95,7 +95,7 @@ prompt "Kernel Version"
 depends on ADK_TOOLCHAIN_ONLY
 
 config ADK_KERNEL_VERSION_TOOLCHAIN
-	prompt "3.13.11"
+	prompt "3.14.4"
 	boolean
 	depends on ADK_TOOLCHAIN_ONLY
 
@@ -106,14 +106,14 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
 
 choice
 prompt "Kernel Version"
-default ADK_KERNEL_VERSION_3_13_11
+default ADK_KERNEL_VERSION_3_14_4
 
 config ADK_KERNEL_VERSION_3_15_RC5
 	prompt "3.15-rc5"
 	boolean
 
-config ADK_KERNEL_VERSION_3_14_3
-	prompt "3.14.3"
+config ADK_KERNEL_VERSION_3_14_4
+	prompt "3.14.4"
 	depends on !ADK_TARGET_SYSTEM_CUBOX_I
 	boolean
 
@@ -148,7 +148,7 @@ endchoice
 config ADK_KERNEL_VERSION
 	string
 	default "3.15-rc4" if ADK_KERNEL_VERSION_3_15_RC4
-	default "3.14.3" if ADK_KERNEL_VERSION_3_14_3
+	default "3.14.4" if ADK_KERNEL_VERSION_3_14_4
 	default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
 	default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10

+ 5 - 5
mk/kernel-ver.mk

@@ -1,8 +1,8 @@
 ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:=	3.13.11
+KERNEL_VERSION:=	3.14.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		d4e06af8b674ac74ba745d52e4382bd3
+KERNEL_MD5SUM:=		c7c565d14833550faa39ef8279272182
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_15_RC5),y)
 KERNEL_VERSION:=	3.15-rc5
@@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:=	3.15.0-rc5
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		b030ddc3f1581c4675c31e51f3551089
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_14_3),y)
-KERNEL_VERSION:=	3.14.3
+ifeq ($(ADK_KERNEL_VERSION_3_14_4),y)
+KERNEL_VERSION:=	3.14.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		99043433ad7368d2471b4743c9f562a2
+KERNEL_MD5SUM:=		c7c565d14833550faa39ef8279272182
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_13_11),y)
 KERNEL_VERSION:=	3.13.11

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

@@ -46,7 +46,7 @@ config ADK_KERNEL_FULL_NAT
 	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
 	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18
 	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_11
-	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_3
+	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_4
 	select ADK_KERNEL_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC5
 	default m if ADK_PACKAGE_IPTABLES
 	default n
@@ -69,7 +69,7 @@ config ADK_KERNEL_NF_NAT_IPV4
 		|| ADK_KERNEL_VERSION_3_11_10 \
 		|| ADK_KERNEL_VERSION_3_12_18 \
 		|| ADK_KERNEL_VERSION_3_13_11 \
-		|| ADK_KERNEL_VERSION_3_14_3 \
+		|| ADK_KERNEL_VERSION_3_14_4 \
 		|| ADK_KERNEL_VERSION_3_15_RC5
 	default m if ADK_PACKAGE_IPTABLES
 	default n

+ 0 - 0
target/linux/patches/3.14.3/bsd-compatibility.patch → target/linux/patches/3.14.4/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.14.3/defaults.patch → target/linux/patches/3.14.4/defaults.patch


+ 0 - 0
target/linux/patches/3.14.3/disable-netfilter.patch → target/linux/patches/3.14.4/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.14.3/export-symbol-for-exmap.patch → target/linux/patches/3.14.4/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.14.3/fblogo.patch → target/linux/patches/3.14.4/fblogo.patch


+ 0 - 0
target/linux/patches/3.14.3/gemalto.patch → target/linux/patches/3.14.4/gemalto.patch


+ 0 - 0
target/linux/patches/3.14.3/initramfs-nosizelimit.patch → target/linux/patches/3.14.4/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.14.3/lemote-rfkill.patch → target/linux/patches/3.14.4/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.14.3/microblaze-axi.patch → target/linux/patches/3.14.4/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.14.3/microblaze-ethernet.patch → target/linux/patches/3.14.4/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.14.3/mtd-rootfs.patch → target/linux/patches/3.14.4/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.14.3/non-static.patch → target/linux/patches/3.14.4/non-static.patch


+ 0 - 0
target/linux/patches/3.14.3/ppc64-missing-zlib.patch → target/linux/patches/3.14.4/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.14.3/startup.patch → target/linux/patches/3.14.4/startup.patch


+ 0 - 0
target/linux/patches/3.14.3/uuid.patch → target/linux/patches/3.14.4/uuid.patch


+ 0 - 0
target/linux/patches/3.14.3/wlan-cf.patch → target/linux/patches/3.14.4/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.14.3/xargs.patch → target/linux/patches/3.14.4/xargs.patch


+ 0 - 0
target/linux/patches/3.14.3/zlib-inflate.patch → target/linux/patches/3.14.4/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.14.3/cleankernel.patch → toolchain/kernel-headers/patches/3.14.4/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.14.3/mkpiggy.patch → toolchain/kernel-headers/patches/3.14.4/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.14.3/relocs.patch → toolchain/kernel-headers/patches/3.14.4/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.14.3/sgidefs.patch → toolchain/kernel-headers/patches/3.14.4/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.14.3/sortext.patch → toolchain/kernel-headers/patches/3.14.4/sortext.patch