[source] ar71xx: drop default CONSOLE values

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 29 00:25:46 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/95c333a3b5568a9043afe52de3a5ea8b6a39127f

commit 95c333a3b5568a9043afe52de3a5ea8b6a39127f
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Mar 29 09:22:46 2017 +0200

    ar71xx: drop default CONSOLE values
    
    Compex boards dont need to set these as they are default.
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/ar71xx/image/generic.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index cd5e401..2ad058e 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -796,7 +796,6 @@ define Device/wpj342
   BOARDNAME := WPJ342
   MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro
   IMAGE_SIZE := 16128k
-  CONSOLE := ttyS0,115200
 endef
 TARGET_DEVICES += wpj342
 
@@ -806,7 +805,6 @@ define Device/wpj344
   BOARDNAME := WPJ344
   MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro
   IMAGE_SIZE := 16128k
-  CONSOLE := ttyS0,115200
 endef
 TARGET_DEVICES += wpj344
 
@@ -816,7 +814,6 @@ define Device/wpj531
   BOARDNAME := WPJ531
   MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro
   IMAGE_SIZE := 16128k
-  CONSOLE := ttyS0,115200
 endef
 TARGET_DEVICES += wpj531
 
@@ -826,6 +823,5 @@ define Device/wpj558
   BOARDNAME := WPJ558
   MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro
   IMAGE_SIZE := 16128k
-  CONSOLE := ttyS0,115200
 endef
 TARGET_DEVICES += wpj558



More information about the lede-commits mailing list