summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.7/100-mips-ralink-core.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-22 12:11:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-22 12:11:13 +0000
commitb44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae (patch)
tree4088ff0bc830852ed01fd4cd47b3d4e85dfd29e9 /target/linux/ramips/patches-3.7/100-mips-ralink-core.patch
parentfcf65bdee39b96757469988339d46bf89c26570d (diff)
downloadmaster-31e0f0ae-b44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae.tar.gz
master-31e0f0ae-b44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae.tar.bz2
master-31e0f0ae-b44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae.zip
ramips: add support for 3.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34845
Diffstat (limited to 'target/linux/ramips/patches-3.7/100-mips-ralink-core.patch')
-rw-r--r--target/linux/ramips/patches-3.7/100-mips-ralink-core.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.7/100-mips-ralink-core.patch b/target/linux/ramips/patches-3.7/100-mips-ralink-core.patch
new file mode 100644
index 0000000000..cfca52b5d7
--- /dev/null
+++ b/target/linux/ramips/patches-3.7/100-mips-ralink-core.patch
@@ -0,0 +1,39 @@
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -103,6 +103,9 @@ config ATH79
+ help
+ Support for the Atheros AR71XX/AR724X/AR913X SoCs.
+
++config MIPS_RALINK
++ bool "Ralink MIPS SoC based boards"
++
+ config BCM47XX
+ bool "Broadcom BCM47XX based boards"
+ select CEVT_R4K
+@@ -864,6 +867,7 @@ source "arch/mips/jz4740/Kconfig"
+ source "arch/mips/lantiq/Kconfig"
+ source "arch/mips/lasat/Kconfig"
+ source "arch/mips/pmc-sierra/Kconfig"
++source "arch/mips/ralink/Kconfig"
+ source "arch/mips/powertv/Kconfig"
+ source "arch/mips/sgi-ip27/Kconfig"
+ source "arch/mips/sibyte/Kconfig"
+@@ -1206,7 +1210,7 @@ config BOOT_ELF32
+
+ config MIPS_L1_CACHE_SHIFT
+ int
+- default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL
++ default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL || RALINK_RT288X
+ default "6" if MIPS_CPU_SCACHE
+ default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
+ default "5"
+--- a/arch/mips/Kbuild.platforms
++++ b/arch/mips/Kbuild.platforms
+@@ -22,6 +22,7 @@ platforms += pmc-sierra
+ platforms += pnx833x
+ platforms += pnx8550
+ platforms += powertv
++platforms += ralink
+ platforms += rb532
+ platforms += sgi-ip22
+ platforms += sgi-ip27