aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-08 22:48:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-08 22:48:19 +0000
commitcce5a0876d97c07069f644dc027603cc23675023 (patch)
tree5065b356ffd9f23b526cfc01ebb014111fd9750c /target
parent97fb4203ae9102fc9af9176f0c631093cf0ebf2a (diff)
downloadmaster-187ad058-cce5a0876d97c07069f644dc027603cc23675023.tar.gz
master-187ad058-cce5a0876d97c07069f644dc027603cc23675023.tar.bz2
master-187ad058-cce5a0876d97c07069f644dc027603cc23675023.zip
[rdc] make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc/patches-2.6.30/004-yenta_mystery.patch2
-rw-r--r--target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/rdc/patches-2.6.30/004-yenta_mystery.patch b/target/linux/rdc/patches-2.6.30/004-yenta_mystery.patch
index 4c2e2face0..92589ea548 100644
--- a/target/linux/rdc/patches-2.6.30/004-yenta_mystery.patch
+++ b/target/linux/rdc/patches-2.6.30/004-yenta_mystery.patch
@@ -4,7 +4,7 @@
/* We must finish initialization here */
-+#ifdef CONFIG_X86_RDC
++#ifdef CONFIG_X86_RDC321X
+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044f044 */
+#define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0844b060
+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044d044 */
diff --git a/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch b/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
index 92bce802bf..552e5f7eb9 100644
--- a/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
+++ b/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
@@ -15,8 +15,8 @@
#include "boot.h"
#include <asm/segment.h>
-+#ifdef CONFIG_X86_RDC
-+#include <asm/mach-rdc/rdc321x_defs.h>
++#ifdef CONFIG_X86_RDC321X
++#include <asm/rdc321x_defs.h>
+#endif
/*
@@ -25,7 +25,7 @@
die();
}
-+#ifdef CONFIG_X86_RDC
++#ifdef CONFIG_X86_RDC321X
+ {
+ u32 bootctl;
+