diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 20:41:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 20:41:42 +0000 |
commit | 6a0f8ea201cf086e8933241007d93a37124f512d (patch) | |
tree | 85b7e9e36a2e395ffa5a927af95930c3fdec81d7 /target/linux/ar71xx/patches-3.10 | |
parent | 010dcd092f57561beb8be638531b6c519167488c (diff) | |
download | upstream-6a0f8ea201cf086e8933241007d93a37124f512d.tar.gz upstream-6a0f8ea201cf086e8933241007d93a37124f512d.tar.bz2 upstream-6a0f8ea201cf086e8933241007d93a37124f512d.zip |
ar71xx: enable console on the RB91x boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40505
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | 5 |
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"); } |