summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-19 21:32:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-19 21:32:05 +0000
commitda2cc2c79a4478ea98fd7e78ab3dfd53c2586198 (patch)
treefda8cb1863cd63826e57e2075bf40e1e1159755c /target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch
parent9854d6fb7f6d9c6e83408816cc65645ffa09d633 (diff)
downloadmaster-31e0f0ae-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.tar.gz
master-31e0f0ae-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.tar.bz2
master-31e0f0ae-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.zip
ar71xx: nuke 3.2 support
SVN-Revision: 31360
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch')
-rw-r--r--target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch b/target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch
deleted file mode 100644
index 1326489d4a..0000000000
--- a/target/linux/ar71xx/patches-3.2/613-MIPS-ath79-RB750GL-support.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/arch/mips/ath79/machtypes.h
-+++ b/arch/mips/ath79/machtypes.h
-@@ -52,6 +52,7 @@ enum ath79_mach_type {
- ATH79_MACH_RB_493, /* Mikrotik RouterBOARD 493/493AH */
- ATH79_MACH_RB_493G, /* Mikrotik RouterBOARD 493G */
- ATH79_MACH_RB_750, /* MikroTik RouterBOARD 750 */
-+ ATH79_MACH_RB_750G_R3, /* MikroTik RouterBOARD 750GL */
- ATH79_MACH_RW2458N, /* Redwave RW2458N */
- ATH79_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */
- ATH79_MACH_TEW_673GRU, /* TRENDnet TEW-673GRU */
---- a/arch/mips/ath79/prom.c
-+++ b/arch/mips/ath79/prom.c
-@@ -180,6 +180,9 @@ void __init prom_init(void)
- ath79_prom_append_cmdline("board", env);
- }
- }
-+
-+ if (strstr(arcs_cmdline, "board=750Gr3"))
-+ ath79_prom_append_cmdline("console", "ttyS0,115200");
- }
-
- void __init prom_free_prom_memory(void)