summaryrefslogtreecommitdiff
path: root/target/linux/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
commit18b38b0eb68cbcb8793efe989dcd8796a60288af (patch)
tree4bee5aea0f6749536caa657409f638d36c46bce6 /target/linux/patches
parent872be713be0ade5670e009195d8a08c1ea05a00b (diff)
kernel patch cleanup
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo
Diffstat (limited to 'target/linux/patches')
-rw-r--r--target/linux/patches/2.6.30/cygwin-compat.patch (renamed from target/linux/patches/cygwin-compat.patch)0
-rw-r--r--target/linux/patches/2.6.30/freebsd-compat.patch (renamed from target/linux/patches/freebsd-compat.patch)0
-rw-r--r--target/linux/patches/2.6.30/mips-delay-fix.patch11
-rw-r--r--target/linux/patches/2.6.30/ocf.patch (renamed from target/linux/patches/ocf.patch)0
-rw-r--r--target/linux/patches/2.6.30/swconfig.patch (renamed from target/linux/patches/swconfig.patch)0
-rw-r--r--target/linux/patches/2.6.30/yaffs2.patch (renamed from target/linux/patches/yaffs2.patch)0
6 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/cygwin-compat.patch b/target/linux/patches/2.6.30/cygwin-compat.patch
index 8d087dddf..8d087dddf 100644
--- a/target/linux/patches/cygwin-compat.patch
+++ b/target/linux/patches/2.6.30/cygwin-compat.patch
diff --git a/target/linux/patches/freebsd-compat.patch b/target/linux/patches/2.6.30/freebsd-compat.patch
index 051fdc63e..051fdc63e 100644
--- a/target/linux/patches/freebsd-compat.patch
+++ b/target/linux/patches/2.6.30/freebsd-compat.patch
diff --git a/target/linux/patches/2.6.30/mips-delay-fix.patch b/target/linux/patches/2.6.30/mips-delay-fix.patch
new file mode 100644
index 000000000..bb99f1df6
--- /dev/null
+++ b/target/linux/patches/2.6.30/mips-delay-fix.patch
@@ -0,0 +1,11 @@
+diff -Nur linux-2.6.30.orig/arch/mips/lib/delay.c linux-2.6.30/arch/mips/lib/delay.c
+--- linux-2.6.30.orig/arch/mips/lib/delay.c 2009-06-10 05:05:27.000000000 +0200
++++ linux-2.6.30/arch/mips/lib/delay.c 2009-06-12 19:11:07.000000000 +0200
+@@ -51,6 +51,6 @@
+ {
+ unsigned int lpj = current_cpu_data.udelay_val;
+
+- __delay((us * 0x00000005 * HZ * lpj) >> 32);
++ __delay((ns * 0x00000005 * HZ * lpj) >> 32);
+ }
+ EXPORT_SYMBOL(__ndelay);
diff --git a/target/linux/patches/ocf.patch b/target/linux/patches/2.6.30/ocf.patch
index 64c5eeb0f..64c5eeb0f 100644
--- a/target/linux/patches/ocf.patch
+++ b/target/linux/patches/2.6.30/ocf.patch
diff --git a/target/linux/patches/swconfig.patch b/target/linux/patches/2.6.30/swconfig.patch
index 3297bb116..3297bb116 100644
--- a/target/linux/patches/swconfig.patch
+++ b/target/linux/patches/2.6.30/swconfig.patch
diff --git a/target/linux/patches/yaffs2.patch b/target/linux/patches/2.6.30/yaffs2.patch
index a19ab9c84..a19ab9c84 100644
--- a/target/linux/patches/yaffs2.patch
+++ b/target/linux/patches/2.6.30/yaffs2.patch