summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-14 09:41:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-14 09:41:15 +0200
commit7bacce237cc534c8e9645df0ae755c65292a16a6 (patch)
tree4c75d7b8f1e6821b0b507c6ec85400b5b98312a7
parent0df8791661673f253c95baabc9b55d44288d2494 (diff)
update to 3.14.4, deafult for toolchains
-rw-r--r--Config.in10
-rw-r--r--mk/kernel-ver.mk10
-rw-r--r--target/linux/config/Config.in.netfilter.ip44
-rw-r--r--target/linux/patches/3.14.4/bsd-compatibility.patch (renamed from target/linux/patches/3.14.3/bsd-compatibility.patch)0
-rw-r--r--target/linux/patches/3.14.4/defaults.patch (renamed from target/linux/patches/3.14.3/defaults.patch)0
-rw-r--r--target/linux/patches/3.14.4/disable-netfilter.patch (renamed from target/linux/patches/3.14.3/disable-netfilter.patch)0
-rw-r--r--target/linux/patches/3.14.4/export-symbol-for-exmap.patch (renamed from target/linux/patches/3.14.3/export-symbol-for-exmap.patch)0
-rw-r--r--target/linux/patches/3.14.4/fblogo.patch (renamed from target/linux/patches/3.14.3/fblogo.patch)0
-rw-r--r--target/linux/patches/3.14.4/gemalto.patch (renamed from target/linux/patches/3.14.3/gemalto.patch)0
-rw-r--r--target/linux/patches/3.14.4/initramfs-nosizelimit.patch (renamed from target/linux/patches/3.14.3/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/3.14.4/lemote-rfkill.patch (renamed from target/linux/patches/3.14.3/lemote-rfkill.patch)0
-rw-r--r--target/linux/patches/3.14.4/microblaze-axi.patch (renamed from target/linux/patches/3.14.3/microblaze-axi.patch)0
-rw-r--r--target/linux/patches/3.14.4/microblaze-ethernet.patch (renamed from target/linux/patches/3.14.3/microblaze-ethernet.patch)0
-rw-r--r--target/linux/patches/3.14.4/mtd-rootfs.patch (renamed from target/linux/patches/3.14.3/mtd-rootfs.patch)0
-rw-r--r--target/linux/patches/3.14.4/non-static.patch (renamed from target/linux/patches/3.14.3/non-static.patch)0
-rw-r--r--target/linux/patches/3.14.4/ppc64-missing-zlib.patch (renamed from target/linux/patches/3.14.3/ppc64-missing-zlib.patch)0
-rw-r--r--target/linux/patches/3.14.4/startup.patch (renamed from target/linux/patches/3.14.3/startup.patch)0
-rw-r--r--target/linux/patches/3.14.4/uuid.patch (renamed from target/linux/patches/3.14.3/uuid.patch)0
-rw-r--r--target/linux/patches/3.14.4/wlan-cf.patch (renamed from target/linux/patches/3.14.3/wlan-cf.patch)0
-rw-r--r--target/linux/patches/3.14.4/xargs.patch (renamed from target/linux/patches/3.14.3/xargs.patch)0
-rw-r--r--target/linux/patches/3.14.4/zlib-inflate.patch (renamed from target/linux/patches/3.14.3/zlib-inflate.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.14.4/cleankernel.patch (renamed from toolchain/kernel-headers/patches/3.14.3/cleankernel.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.14.4/mkpiggy.patch (renamed from toolchain/kernel-headers/patches/3.14.3/mkpiggy.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.14.4/relocs.patch (renamed from toolchain/kernel-headers/patches/3.14.3/relocs.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.14.4/sgidefs.patch (renamed from toolchain/kernel-headers/patches/3.14.3/sgidefs.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.14.4/sortext.patch (renamed from toolchain/kernel-headers/patches/3.14.3/sortext.patch)0
26 files changed, 12 insertions, 12 deletions
diff --git a/Config.in b/Config.in
index 954423bdb..02e47fbbf 100644
--- a/Config.in
+++ b/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
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index fe6c48e9a..906bd2b18 100644
--- a/mk/kernel-ver.mk
+++ b/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
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4
index 1cc41c741..db3207af8 100644
--- a/target/linux/config/Config.in.netfilter.ip4
+++ b/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
diff --git a/target/linux/patches/3.14.3/bsd-compatibility.patch b/target/linux/patches/3.14.4/bsd-compatibility.patch
index b954b658f..b954b658f 100644
--- a/target/linux/patches/3.14.3/bsd-compatibility.patch
+++ b/target/linux/patches/3.14.4/bsd-compatibility.patch
diff --git a/target/linux/patches/3.14.3/defaults.patch b/target/linux/patches/3.14.4/defaults.patch
index 6cdca084e..6cdca084e 100644
--- a/target/linux/patches/3.14.3/defaults.patch
+++ b/target/linux/patches/3.14.4/defaults.patch
diff --git a/target/linux/patches/3.14.3/disable-netfilter.patch b/target/linux/patches/3.14.4/disable-netfilter.patch
index 7b1ca013a..7b1ca013a 100644
--- a/target/linux/patches/3.14.3/disable-netfilter.patch
+++ b/target/linux/patches/3.14.4/disable-netfilter.patch
diff --git a/target/linux/patches/3.14.3/export-symbol-for-exmap.patch b/target/linux/patches/3.14.4/export-symbol-for-exmap.patch
index 4f0fc8449..4f0fc8449 100644
--- a/target/linux/patches/3.14.3/export-symbol-for-exmap.patch
+++ b/target/linux/patches/3.14.4/export-symbol-for-exmap.patch
diff --git a/target/linux/patches/3.14.3/fblogo.patch b/target/linux/patches/3.14.4/fblogo.patch
index cbbb4216f..cbbb4216f 100644
--- a/target/linux/patches/3.14.3/fblogo.patch
+++ b/target/linux/patches/3.14.4/fblogo.patch
diff --git a/target/linux/patches/3.14.3/gemalto.patch b/target/linux/patches/3.14.4/gemalto.patch
index 65f7af1d7..65f7af1d7 100644
--- a/target/linux/patches/3.14.3/gemalto.patch
+++ b/target/linux/patches/3.14.4/gemalto.patch
diff --git a/target/linux/patches/3.14.3/initramfs-nosizelimit.patch b/target/linux/patches/3.14.4/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/3.14.3/initramfs-nosizelimit.patch
+++ b/target/linux/patches/3.14.4/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/3.14.3/lemote-rfkill.patch b/target/linux/patches/3.14.4/lemote-rfkill.patch
index a61488434..a61488434 100644
--- a/target/linux/patches/3.14.3/lemote-rfkill.patch
+++ b/target/linux/patches/3.14.4/lemote-rfkill.patch
diff --git a/target/linux/patches/3.14.3/microblaze-axi.patch b/target/linux/patches/3.14.4/microblaze-axi.patch
index 1a4b17d8c..1a4b17d8c 100644
--- a/target/linux/patches/3.14.3/microblaze-axi.patch
+++ b/target/linux/patches/3.14.4/microblaze-axi.patch
diff --git a/target/linux/patches/3.14.3/microblaze-ethernet.patch b/target/linux/patches/3.14.4/microblaze-ethernet.patch
index 742ab477e..742ab477e 100644
--- a/target/linux/patches/3.14.3/microblaze-ethernet.patch
+++ b/target/linux/patches/3.14.4/microblaze-ethernet.patch
diff --git a/target/linux/patches/3.14.3/mtd-rootfs.patch b/target/linux/patches/3.14.4/mtd-rootfs.patch
index 775d5fc80..775d5fc80 100644
--- a/target/linux/patches/3.14.3/mtd-rootfs.patch
+++ b/target/linux/patches/3.14.4/mtd-rootfs.patch
diff --git a/target/linux/patches/3.14.3/non-static.patch b/target/linux/patches/3.14.4/non-static.patch
index a967703d0..a967703d0 100644
--- a/target/linux/patches/3.14.3/non-static.patch
+++ b/target/linux/patches/3.14.4/non-static.patch
diff --git a/target/linux/patches/3.14.3/ppc64-missing-zlib.patch b/target/linux/patches/3.14.4/ppc64-missing-zlib.patch
index c6e0616be..c6e0616be 100644
--- a/target/linux/patches/3.14.3/ppc64-missing-zlib.patch
+++ b/target/linux/patches/3.14.4/ppc64-missing-zlib.patch
diff --git a/target/linux/patches/3.14.3/startup.patch b/target/linux/patches/3.14.4/startup.patch
index d396b75e4..d396b75e4 100644
--- a/target/linux/patches/3.14.3/startup.patch
+++ b/target/linux/patches/3.14.4/startup.patch
diff --git a/target/linux/patches/3.14.3/uuid.patch b/target/linux/patches/3.14.4/uuid.patch
index e8d523074..e8d523074 100644
--- a/target/linux/patches/3.14.3/uuid.patch
+++ b/target/linux/patches/3.14.4/uuid.patch
diff --git a/target/linux/patches/3.14.3/wlan-cf.patch b/target/linux/patches/3.14.4/wlan-cf.patch
index fc20759e2..fc20759e2 100644
--- a/target/linux/patches/3.14.3/wlan-cf.patch
+++ b/target/linux/patches/3.14.4/wlan-cf.patch
diff --git a/target/linux/patches/3.14.3/xargs.patch b/target/linux/patches/3.14.4/xargs.patch
index 2c7b3df59..2c7b3df59 100644
--- a/target/linux/patches/3.14.3/xargs.patch
+++ b/target/linux/patches/3.14.4/xargs.patch
diff --git a/target/linux/patches/3.14.3/zlib-inflate.patch b/target/linux/patches/3.14.4/zlib-inflate.patch
index 58e1f6d21..58e1f6d21 100644
--- a/target/linux/patches/3.14.3/zlib-inflate.patch
+++ b/target/linux/patches/3.14.4/zlib-inflate.patch
diff --git a/toolchain/kernel-headers/patches/3.14.3/cleankernel.patch b/toolchain/kernel-headers/patches/3.14.4/cleankernel.patch
index d8c055dc3..d8c055dc3 100644
--- a/toolchain/kernel-headers/patches/3.14.3/cleankernel.patch
+++ b/toolchain/kernel-headers/patches/3.14.4/cleankernel.patch
diff --git a/toolchain/kernel-headers/patches/3.14.3/mkpiggy.patch b/toolchain/kernel-headers/patches/3.14.4/mkpiggy.patch
index 751678b74..751678b74 100644
--- a/toolchain/kernel-headers/patches/3.14.3/mkpiggy.patch
+++ b/toolchain/kernel-headers/patches/3.14.4/mkpiggy.patch
diff --git a/toolchain/kernel-headers/patches/3.14.3/relocs.patch b/toolchain/kernel-headers/patches/3.14.4/relocs.patch
index 69a7c88a9..69a7c88a9 100644
--- a/toolchain/kernel-headers/patches/3.14.3/relocs.patch
+++ b/toolchain/kernel-headers/patches/3.14.4/relocs.patch
diff --git a/toolchain/kernel-headers/patches/3.14.3/sgidefs.patch b/toolchain/kernel-headers/patches/3.14.4/sgidefs.patch
index f00a284d9..f00a284d9 100644
--- a/toolchain/kernel-headers/patches/3.14.3/sgidefs.patch
+++ b/toolchain/kernel-headers/patches/3.14.4/sgidefs.patch
diff --git a/toolchain/kernel-headers/patches/3.14.3/sortext.patch b/toolchain/kernel-headers/patches/3.14.4/sortext.patch
index 8fd4e1d6b..8fd4e1d6b 100644
--- a/toolchain/kernel-headers/patches/3.14.3/sortext.patch
+++ b/toolchain/kernel-headers/patches/3.14.4/sortext.patch