From 5409dcffbde47d40dff07758dda36b96d0cb38b5 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 21 Jul 2018 00:04:08 +0200 Subject: ath79: fix OCEDO Raccoon The OCEDO Raccoon only has one ethernet port, but currently uci sections for WAN and LAN are created. Additionally, newer versions of the devices U-Boot (units with SteelWRT) set the kernel-cmdline and therefore overwrite the partition-layout. We fix this by overwriting the cmdline supplied by the bootloader. Signed-off-by: David Bauer --- target/linux/ath79/dts/ar9344_ocedo_raccoon.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts index a98f251e34..01d5dae307 100644 --- a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts +++ b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts @@ -10,6 +10,10 @@ model = "OCEDO Raccoon"; compatible = "ocedo,raccoon", "qca,ar9344"; + chosen { + bootargs = "console=ttyS0,115200n8"; + }; + aliases { led-status = &system; }; -- cgit v1.2.3