summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in5
-rw-r--r--mk/kernel-ver.mk6
-rw-r--r--target/linux/patches/3.4.41/bsd-compatibility.patch (renamed from target/linux/patches/3.4.15/bsd-compatibility.patch)0
-rw-r--r--target/linux/patches/3.4.41/cris-etrax.patch (renamed from target/linux/patches/3.4.15/cris-etrax.patch)0
-rw-r--r--target/linux/patches/3.4.41/defaults.patch (renamed from target/linux/patches/3.4.15/defaults.patch)0
-rw-r--r--target/linux/patches/3.4.41/gemalto.patch (renamed from target/linux/patches/3.4.15/gemalto.patch)0
-rw-r--r--target/linux/patches/3.4.41/lemote-rfkill.patch (renamed from target/linux/patches/3.4.15/lemote-rfkill.patch)0
-rw-r--r--target/linux/patches/3.4.41/mmc-host.patch (renamed from target/linux/patches/3.4.15/mmc-host.patch)0
-rw-r--r--target/linux/patches/3.4.41/module-alloc-size-check.patch (renamed from target/linux/patches/3.4.15/module-alloc-size-check.patch)0
-rw-r--r--target/linux/patches/3.4.41/non-static.patch (renamed from target/linux/patches/3.4.15/non-static.patch)0
-rw-r--r--target/linux/patches/3.4.41/sparc-include.patch (renamed from target/linux/patches/3.4.15/sparc-include.patch)0
-rw-r--r--target/linux/patches/3.4.41/startup.patch (renamed from target/linux/patches/3.4.15/startup.patch)0
-rw-r--r--target/linux/patches/3.4.41/usb-defaults-off.patch (renamed from target/linux/patches/3.4.15/usb-defaults-off.patch)0
-rw-r--r--target/linux/patches/3.4.41/uuid.patch (renamed from target/linux/patches/3.4.15/uuid.patch)0
-rw-r--r--target/linux/patches/3.4.41/vga-cons-default-off.patch (renamed from target/linux/patches/3.4.15/vga-cons-default-off.patch)0
-rw-r--r--target/linux/patches/3.4.41/wlan-cf.patch (renamed from target/linux/patches/3.4.15/wlan-cf.patch)0
-rw-r--r--target/linux/patches/3.4.41/zlib-inflate.patch (renamed from target/linux/patches/3.4.15/zlib-inflate.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/aufs2.patch (renamed from toolchain/kernel-headers/patches/3.4.15/aufs2.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/cleankernel.patch (renamed from toolchain/kernel-headers/patches/3.4.15/cleankernel.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/etrax-header.patch (renamed from toolchain/kernel-headers/patches/3.4.15/etrax-header.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/linux-gcc-check.patch (renamed from toolchain/kernel-headers/patches/3.4.15/linux-gcc-check.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/microperl.patch (renamed from toolchain/kernel-headers/patches/3.4.15/microperl.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/mkpiggy.patch (renamed from toolchain/kernel-headers/patches/3.4.15/mkpiggy.patch)0
-rw-r--r--toolchain/kernel-headers/patches/3.4.41/relocs.patch (renamed from toolchain/kernel-headers/patches/3.4.15/relocs.patch)0
24 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index d4b59bb4f..d5fdee590 100644
--- a/Config.in
+++ b/Config.in
@@ -110,11 +110,16 @@ config ADK_KERNEL_VERSION_3_8_6
prompt "3.8.6"
boolean
+config ADK_KERNEL_VERSION_3_4_41
+ prompt "3.4.41"
+ boolean
+
endchoice
config ADK_KERNEL_VERSION
string
default "3.8.6" if ADK_KERNEL_VERSION_3_8_6
+ default "3.4.41" if ADK_KERNEL_VERSION_3_4_41
help
choice
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 3a67db0a4..852fde275 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -10,3 +10,9 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 0934e6b31931c1832e48a28bd35ef27f
endif
+ifeq ($(ADK_KERNEL_VERSION_3_4_41),y)
+KERNEL_VERSION:= 3.4.41
+KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
+KERNEL_RELEASE:= 1
+KERNEL_MD5SUM:= 3078c420a7adf1393deca76d07de548d
+endif
diff --git a/target/linux/patches/3.4.15/bsd-compatibility.patch b/target/linux/patches/3.4.41/bsd-compatibility.patch
index 9e91a62de..9e91a62de 100644
--- a/target/linux/patches/3.4.15/bsd-compatibility.patch
+++ b/target/linux/patches/3.4.41/bsd-compatibility.patch
diff --git a/target/linux/patches/3.4.15/cris-etrax.patch b/target/linux/patches/3.4.41/cris-etrax.patch
index a80d9a8b8..a80d9a8b8 100644
--- a/target/linux/patches/3.4.15/cris-etrax.patch
+++ b/target/linux/patches/3.4.41/cris-etrax.patch
diff --git a/target/linux/patches/3.4.15/defaults.patch b/target/linux/patches/3.4.41/defaults.patch
index 58aae610b..58aae610b 100644
--- a/target/linux/patches/3.4.15/defaults.patch
+++ b/target/linux/patches/3.4.41/defaults.patch
diff --git a/target/linux/patches/3.4.15/gemalto.patch b/target/linux/patches/3.4.41/gemalto.patch
index 65f7af1d7..65f7af1d7 100644
--- a/target/linux/patches/3.4.15/gemalto.patch
+++ b/target/linux/patches/3.4.41/gemalto.patch
diff --git a/target/linux/patches/3.4.15/lemote-rfkill.patch b/target/linux/patches/3.4.41/lemote-rfkill.patch
index a61488434..a61488434 100644
--- a/target/linux/patches/3.4.15/lemote-rfkill.patch
+++ b/target/linux/patches/3.4.41/lemote-rfkill.patch
diff --git a/target/linux/patches/3.4.15/mmc-host.patch b/target/linux/patches/3.4.41/mmc-host.patch
index 3d0e37add..3d0e37add 100644
--- a/target/linux/patches/3.4.15/mmc-host.patch
+++ b/target/linux/patches/3.4.41/mmc-host.patch
diff --git a/target/linux/patches/3.4.15/module-alloc-size-check.patch b/target/linux/patches/3.4.41/module-alloc-size-check.patch
index a792ac60a..a792ac60a 100644
--- a/target/linux/patches/3.4.15/module-alloc-size-check.patch
+++ b/target/linux/patches/3.4.41/module-alloc-size-check.patch
diff --git a/target/linux/patches/3.4.15/non-static.patch b/target/linux/patches/3.4.41/non-static.patch
index a967703d0..a967703d0 100644
--- a/target/linux/patches/3.4.15/non-static.patch
+++ b/target/linux/patches/3.4.41/non-static.patch
diff --git a/target/linux/patches/3.4.15/sparc-include.patch b/target/linux/patches/3.4.41/sparc-include.patch
index 2f8ffd061..2f8ffd061 100644
--- a/target/linux/patches/3.4.15/sparc-include.patch
+++ b/target/linux/patches/3.4.41/sparc-include.patch
diff --git a/target/linux/patches/3.4.15/startup.patch b/target/linux/patches/3.4.41/startup.patch
index 68e8987b0..68e8987b0 100644
--- a/target/linux/patches/3.4.15/startup.patch
+++ b/target/linux/patches/3.4.41/startup.patch
diff --git a/target/linux/patches/3.4.15/usb-defaults-off.patch b/target/linux/patches/3.4.41/usb-defaults-off.patch
index 31367108a..31367108a 100644
--- a/target/linux/patches/3.4.15/usb-defaults-off.patch
+++ b/target/linux/patches/3.4.41/usb-defaults-off.patch
diff --git a/target/linux/patches/3.4.15/uuid.patch b/target/linux/patches/3.4.41/uuid.patch
index ca23accdf..ca23accdf 100644
--- a/target/linux/patches/3.4.15/uuid.patch
+++ b/target/linux/patches/3.4.41/uuid.patch
diff --git a/target/linux/patches/3.4.15/vga-cons-default-off.patch b/target/linux/patches/3.4.41/vga-cons-default-off.patch
index 178aeeeb9..178aeeeb9 100644
--- a/target/linux/patches/3.4.15/vga-cons-default-off.patch
+++ b/target/linux/patches/3.4.41/vga-cons-default-off.patch
diff --git a/target/linux/patches/3.4.15/wlan-cf.patch b/target/linux/patches/3.4.41/wlan-cf.patch
index fc20759e2..fc20759e2 100644
--- a/target/linux/patches/3.4.15/wlan-cf.patch
+++ b/target/linux/patches/3.4.41/wlan-cf.patch
diff --git a/target/linux/patches/3.4.15/zlib-inflate.patch b/target/linux/patches/3.4.41/zlib-inflate.patch
index 58e1f6d21..58e1f6d21 100644
--- a/target/linux/patches/3.4.15/zlib-inflate.patch
+++ b/target/linux/patches/3.4.41/zlib-inflate.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/aufs2.patch b/toolchain/kernel-headers/patches/3.4.41/aufs2.patch
index d40c9a3fe..d40c9a3fe 100644
--- a/toolchain/kernel-headers/patches/3.4.15/aufs2.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/aufs2.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/cleankernel.patch b/toolchain/kernel-headers/patches/3.4.41/cleankernel.patch
index f8d5448ee..f8d5448ee 100644
--- a/toolchain/kernel-headers/patches/3.4.15/cleankernel.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/cleankernel.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/etrax-header.patch b/toolchain/kernel-headers/patches/3.4.41/etrax-header.patch
index 559c0f322..559c0f322 100644
--- a/toolchain/kernel-headers/patches/3.4.15/etrax-header.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/etrax-header.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/linux-gcc-check.patch b/toolchain/kernel-headers/patches/3.4.41/linux-gcc-check.patch
index 7cc381845..7cc381845 100644
--- a/toolchain/kernel-headers/patches/3.4.15/linux-gcc-check.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/linux-gcc-check.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/microperl.patch b/toolchain/kernel-headers/patches/3.4.41/microperl.patch
index 44c39f6e8..44c39f6e8 100644
--- a/toolchain/kernel-headers/patches/3.4.15/microperl.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/microperl.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/mkpiggy.patch b/toolchain/kernel-headers/patches/3.4.41/mkpiggy.patch
index d4e815cd2..d4e815cd2 100644
--- a/toolchain/kernel-headers/patches/3.4.15/mkpiggy.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/mkpiggy.patch
diff --git a/toolchain/kernel-headers/patches/3.4.15/relocs.patch b/toolchain/kernel-headers/patches/3.4.41/relocs.patch
index 43c5bb580..43c5bb580 100644
--- a/toolchain/kernel-headers/patches/3.4.15/relocs.patch
+++ b/toolchain/kernel-headers/patches/3.4.41/relocs.patch