diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-17 22:28:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-17 22:28:11 +0000 |
commit | 8956ab78d5419fd712e79c7f2c011bafb68c934e (patch) | |
tree | 786e26b0d0ec01959cd8873128b4f9f958fffb97 /target/linux/ramips/patches-3.3/100-mips-ralink-core.patch | |
parent | 89cd0b0fde11d77bfc284e21933bab6a8890d3de (diff) | |
download | upstream-8956ab78d5419fd712e79c7f2c011bafb68c934e.tar.gz upstream-8956ab78d5419fd712e79c7f2c011bafb68c934e.tar.bz2 upstream-8956ab78d5419fd712e79c7f2c011bafb68c934e.zip |
ramips: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34744 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.3/100-mips-ralink-core.patch')
-rw-r--r-- | target/linux/ramips/patches-3.3/100-mips-ralink-core.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/ramips/patches-3.3/100-mips-ralink-core.patch b/target/linux/ramips/patches-3.3/100-mips-ralink-core.patch deleted file mode 100644 index 43a2856319..0000000000 --- a/target/linux/ramips/patches-3.3/100-mips-ralink-core.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/arch/mips/Kconfig -+++ b/arch/mips/Kconfig -@@ -90,6 +90,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 -@@ -822,6 +825,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" -@@ -1171,7 +1175,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 -@@ -21,6 +21,7 @@ platforms += pmc-sierra - platforms += pnx833x - platforms += pnx8550 - platforms += powertv -+platforms += ralink - platforms += rb532 - platforms += sgi-ip22 - platforms += sgi-ip27 |