aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-04-13 20:41:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-04-13 20:41:42 +0000
commitc222d6e2b56c675fb9537ca3fcdbd0b6a51058d4 (patch)
tree23cefaa41cb726a15a59b84f49e176e3665aa5d5 /target/linux/ar71xx
parentb7957c0e8f9c15b367ab5e60e0d1dc6305f88876 (diff)
downloadmaster-187ad058-c222d6e2b56c675fb9537ca3fcdbd0b6a51058d4.tar.gz
master-187ad058-c222d6e2b56c675fb9537ca3fcdbd0b6a51058d4.tar.bz2
master-187ad058-c222d6e2b56c675fb9537ca3fcdbd0b6a51058d4.zip
ar71xx: enable console on the RB91x boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch
index f05fc09fd9..11b49ace33 100644
--- a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch
+++ b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch
@@ -1151,14 +1151,15 @@
+obj-$(CONFIG_ATH79_MACH_CARAMBOLA2) += mach-carambola2.o
--- a/arch/mips/ath79/prom.c
+++ b/arch/mips/ath79/prom.c
-@@ -180,6 +180,11 @@ void __init prom_init(void)
+@@ -180,6 +180,12 @@ void __init prom_init(void)
ath79_prom_append_cmdline("board", env);
}
}
+
+ if (strstr(arcs_cmdline, "board=750Gr3") ||
+ strstr(arcs_cmdline, "board=951G") ||
-+ strstr(arcs_cmdline, "board=2011L"))
++ strstr(arcs_cmdline, "board=2011L") ||
++ strstr(arcs_cmdline, "board=711Gr100"))
+ ath79_prom_append_cmdline("console", "ttyS0,115200");
}