summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-29 19:06:30 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-29 19:06:30 +0200
commit0e8e070fa99d2710120deb1e5d30ce02f9e98006 (patch)
treee948d489151f0a997e1eff94c0467c813b94dfc8
parent42f7758e305e6c4c8e85013006953785a9c4105a (diff)
update to 3.4.4
-rw-r--r--Config.in6
-rw-r--r--mk/kernel-ver.mk6
-rw-r--r--target/linux/patches/3.4.4/bsd-compatibility.patch (renamed from target/linux/patches/3.4.2/bsd-compatibility.patch)0
-rw-r--r--target/linux/patches/3.4.4/cris-etrax.patch (renamed from target/linux/patches/3.4.2/cris-etrax.patch)0
-rw-r--r--target/linux/patches/3.4.4/defaults.patch (renamed from target/linux/patches/3.4.2/defaults.patch)0
-rw-r--r--target/linux/patches/3.4.4/gemalto.patch (renamed from target/linux/patches/3.4.2/gemalto.patch)0
-rw-r--r--target/linux/patches/3.4.4/lemote-rfkill.patch (renamed from target/linux/patches/3.4.2/lemote-rfkill.patch)0
-rw-r--r--target/linux/patches/3.4.4/mmc-host.patch (renamed from target/linux/patches/3.4.2/mmc-host.patch)0
-rw-r--r--target/linux/patches/3.4.4/module-alloc-size-check.patch (renamed from target/linux/patches/3.4.2/module-alloc-size-check.patch)0
-rw-r--r--target/linux/patches/3.4.4/non-static.patch (renamed from target/linux/patches/3.4.2/non-static.patch)0
-rw-r--r--target/linux/patches/3.4.4/sparc-include.patch (renamed from target/linux/patches/3.4.2/sparc-include.patch)0
-rw-r--r--target/linux/patches/3.4.4/startup.patch (renamed from target/linux/patches/3.4.2/startup.patch)0
-rw-r--r--target/linux/patches/3.4.4/usb-defaults-off.patch (renamed from target/linux/patches/3.4.2/usb-defaults-off.patch)0
-rw-r--r--target/linux/patches/3.4.4/uuid.patch (renamed from target/linux/patches/3.4.2/uuid.patch)0
-rw-r--r--target/linux/patches/3.4.4/vga-cons-default-off.patch (renamed from target/linux/patches/3.4.2/vga-cons-default-off.patch)0
-rw-r--r--target/linux/patches/3.4.4/wlan-cf.patch (renamed from target/linux/patches/3.4.2/wlan-cf.patch)0
-rw-r--r--target/linux/patches/3.4.4/zlib-inflate.patch (renamed from target/linux/patches/3.4.2/zlib-inflate.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.4/aufs2.patch (renamed from toolchain/kernel-headers/patches/3.4.2/aufs2.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.4/cleankernel.patch (renamed from toolchain/kernel-headers/patches/3.4.2/cleankernel.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.4/etrax-header.patch (renamed from toolchain/kernel-headers/patches/3.4.2/etrax-header.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.4/linux-gcc-check.patch (renamed from toolchain/kernel-headers/patches/3.4.2/linux-gcc-check.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.4/microperl.patch (renamed from toolchain/kernel-headers/patches/3.4.2/microperl.patch)0
22 files changed, 6 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index 8c9b18269..16029db0d 100644
--- a/Config.in
+++ b/Config.in
@@ -106,8 +106,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_4_2
- prompt "3.4.2"
+config ADK_KERNEL_VERSION_3_4_4
+ prompt "3.4.4"
boolean
config ADK_KERNEL_VERSION_3_3_8
@@ -134,7 +134,7 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.2" if ADK_KERNEL_VERSION_3_4_2
+ default "3.4.4" if ADK_KERNEL_VERSION_3_4_4
default "3.3.8" if ADK_KERNEL_VERSION_3_3_8
default "3.2.20" if ADK_KERNEL_VERSION_3_2_20
default "3.1.10" if ADK_KERNEL_VERSION_3_1_10
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 71a2fd8f2..122b21494 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -34,9 +34,9 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 21068f0fd262b9b3670947f7892e1d6b
endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_2),y)
-KERNEL_VERSION:= 3.4.2
+ifeq ($(ADK_KERNEL_VERSION_3_4_4),y)
+KERNEL_VERSION:= 3.4.4
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 8260d881daa5ce4ce9ed1464beea41f7
+KERNEL_MD5SUM:= 6b8420c24e6f25c56824ce085d194687
endif
diff --git a/target/linux/patches/3.4.2/bsd-compatibility.patch b/target/linux/patches/3.4.4/bsd-compatibility.patch
index 9e91a62de..9e91a62de 100644
--- a/target/linux/patches/3.4.2/bsd-compatibility.patch
+++ b/target/linux/patches/3.4.4/bsd-compatibility.patch
diff --git a/target/linux/patches/3.4.2/cris-etrax.patch b/target/linux/patches/3.4.4/cris-etrax.patch
index a80d9a8b8..a80d9a8b8 100644
--- a/target/linux/patches/3.4.2/cris-etrax.patch
+++ b/target/linux/patches/3.4.4/cris-etrax.patch
diff --git a/target/linux/patches/3.4.2/defaults.patch b/target/linux/patches/3.4.4/defaults.patch
index 58aae610b..58aae610b 100644
--- a/target/linux/patches/3.4.2/defaults.patch
+++ b/target/linux/patches/3.4.4/defaults.patch
diff --git a/target/linux/patches/3.4.2/gemalto.patch b/target/linux/patches/3.4.4/gemalto.patch
index f3c223b5e..f3c223b5e 100644
--- a/target/linux/patches/3.4.2/gemalto.patch
+++ b/target/linux/patches/3.4.4/gemalto.patch
diff --git a/target/linux/patches/3.4.2/lemote-rfkill.patch b/target/linux/patches/3.4.4/lemote-rfkill.patch
index a61488434..a61488434 100644
--- a/target/linux/patches/3.4.2/lemote-rfkill.patch
+++ b/target/linux/patches/3.4.4/lemote-rfkill.patch
diff --git a/target/linux/patches/3.4.2/mmc-host.patch b/target/linux/patches/3.4.4/mmc-host.patch
index 3d0e37add..3d0e37add 100644
--- a/target/linux/patches/3.4.2/mmc-host.patch
+++ b/target/linux/patches/3.4.4/mmc-host.patch
diff --git a/target/linux/patches/3.4.2/module-alloc-size-check.patch b/target/linux/patches/3.4.4/module-alloc-size-check.patch
index a792ac60a..a792ac60a 100644
--- a/target/linux/patches/3.4.2/module-alloc-size-check.patch
+++ b/target/linux/patches/3.4.4/module-alloc-size-check.patch
diff --git a/target/linux/patches/3.4.2/non-static.patch b/target/linux/patches/3.4.4/non-static.patch
index a967703d0..a967703d0 100644
--- a/target/linux/patches/3.4.2/non-static.patch
+++ b/target/linux/patches/3.4.4/non-static.patch
diff --git a/target/linux/patches/3.4.2/sparc-include.patch b/target/linux/patches/3.4.4/sparc-include.patch
index 2f8ffd061..2f8ffd061 100644
--- a/target/linux/patches/3.4.2/sparc-include.patch
+++ b/target/linux/patches/3.4.4/sparc-include.patch
diff --git a/target/linux/patches/3.4.2/startup.patch b/target/linux/patches/3.4.4/startup.patch
index 68e8987b0..68e8987b0 100644
--- a/target/linux/patches/3.4.2/startup.patch
+++ b/target/linux/patches/3.4.4/startup.patch
diff --git a/target/linux/patches/3.4.2/usb-defaults-off.patch b/target/linux/patches/3.4.4/usb-defaults-off.patch
index 31367108a..31367108a 100644
--- a/target/linux/patches/3.4.2/usb-defaults-off.patch
+++ b/target/linux/patches/3.4.4/usb-defaults-off.patch
diff --git a/target/linux/patches/3.4.2/uuid.patch b/target/linux/patches/3.4.4/uuid.patch
index ca23accdf..ca23accdf 100644
--- a/target/linux/patches/3.4.2/uuid.patch
+++ b/target/linux/patches/3.4.4/uuid.patch
diff --git a/target/linux/patches/3.4.2/vga-cons-default-off.patch b/target/linux/patches/3.4.4/vga-cons-default-off.patch
index 178aeeeb9..178aeeeb9 100644
--- a/target/linux/patches/3.4.2/vga-cons-default-off.patch
+++ b/target/linux/patches/3.4.4/vga-cons-default-off.patch
diff --git a/target/linux/patches/3.4.2/wlan-cf.patch b/target/linux/patches/3.4.4/wlan-cf.patch
index fc20759e2..fc20759e2 100644
--- a/target/linux/patches/3.4.2/wlan-cf.patch
+++ b/target/linux/patches/3.4.4/wlan-cf.patch
diff --git a/target/linux/patches/3.4.2/zlib-inflate.patch b/target/linux/patches/3.4.4/zlib-inflate.patch
index 58e1f6d21..58e1f6d21 100644
--- a/target/linux/patches/3.4.2/zlib-inflate.patch
+++ b/target/linux/patches/3.4.4/zlib-inflate.patch
diff --git a/toolchain/kernel-headers/patches/3.4.2/aufs2.patch b/toolchain/kernel-headers/patches/3.4.4/aufs2.patch
index d40c9a3fe..d40c9a3fe 100644
--- a/toolchain/kernel-headers/patches/3.4.2/aufs2.patch
+++ b/toolchain/kernel-headers/patches/3.4.4/aufs2.patch
diff --git a/toolchain/kernel-headers/patches/3.4.2/cleankernel.patch b/toolchain/kernel-headers/patches/3.4.4/cleankernel.patch
index f8d5448ee..f8d5448ee 100644
--- a/toolchain/kernel-headers/patches/3.4.2/cleankernel.patch
+++ b/toolchain/kernel-headers/patches/3.4.4/cleankernel.patch
diff --git a/toolchain/kernel-headers/patches/3.4.2/etrax-header.patch b/toolchain/kernel-headers/patches/3.4.4/etrax-header.patch
index 0c644ce25..0c644ce25 100644
--- a/toolchain/kernel-headers/patches/3.4.2/etrax-header.patch
+++ b/toolchain/kernel-headers/patches/3.4.4/etrax-header.patch
diff --git a/toolchain/kernel-headers/patches/3.4.2/linux-gcc-check.patch b/toolchain/kernel-headers/patches/3.4.4/linux-gcc-check.patch
index 7cc381845..7cc381845 100644
--- a/toolchain/kernel-headers/patches/3.4.2/linux-gcc-check.patch
+++ b/toolchain/kernel-headers/patches/3.4.4/linux-gcc-check.patch
diff --git a/toolchain/kernel-headers/patches/3.4.2/microperl.patch b/toolchain/kernel-headers/patches/3.4.4/microperl.patch
index 44c39f6e8..44c39f6e8 100644
--- a/toolchain/kernel-headers/patches/3.4.2/microperl.patch
+++ b/toolchain/kernel-headers/patches/3.4.4/microperl.patch