aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-24 14:43:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-24 14:43:41 +0000
commit244132bf09c2eac7910bfd9a8a9d5a4af144b3de (patch)
tree2369dea0ceb7a0c879d1fe135e511c545b5acfc0 /target/linux/rb532-2.6/patches/100-rb5xx_support.patch
parent022ac5019d6b599d72b75e379697b958e1d21df6 (diff)
downloadupstream-244132bf09c2eac7910bfd9a8a9d5a4af144b3de.tar.gz
upstream-244132bf09c2eac7910bfd9a8a9d5a4af144b3de.tar.bz2
upstream-244132bf09c2eac7910bfd9a8a9d5a4af144b3de.zip
fix rb532 compile
SVN-Revision: 7329
Diffstat (limited to 'target/linux/rb532-2.6/patches/100-rb5xx_support.patch')
-rw-r--r--target/linux/rb532-2.6/patches/100-rb5xx_support.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/rb532-2.6/patches/100-rb5xx_support.patch b/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
index 5cff9b7d44..fcb6d7c5d5 100644
--- a/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
+++ b/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
@@ -1,7 +1,7 @@
diff -urN linux.old/arch/mips/Kconfig linux.dev/arch/mips/Kconfig
--- linux.old/arch/mips/Kconfig 2006-11-29 22:57:37.000000000 +0100
+++ linux.dev/arch/mips/Kconfig 2006-12-14 04:09:50.000000000 +0100
-@@ -728,6 +728,19 @@
+@@ -780,6 +780,19 @@
select SYS_SUPPORTS_BIG_ENDIAN
select TOSHIBA_BOARDS
@@ -21,12 +21,12 @@ diff -urN linux.old/arch/mips/Kconfig linux.dev/arch/mips/Kconfig
config TOSHIBA_RBTX4927
bool "Toshiba TBTX49[23]7 board"
select DMA_NONCOHERENT
-@@ -1015,7 +1028,7 @@
+@@ -1106,7 +1119,7 @@
config MIPS_L1_CACHE_SHIFT
int
-- default "4" if MACH_DECSTATION
-+ default "4" if MACH_DECSTATION || MIKROTIK_RB500
+- default "4" if MACH_DECSTATION || SNI_RM
++ default "4" if MACH_DECSTATION || SNI_RM || MIKROTIK_RB500
default "7" if SGI_IP27
default "5"