diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-05-09 22:34:47 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-05-17 22:11:56 +0200 |
commit | aea146736cfd5792fbce06f33371adc13516e318 (patch) | |
tree | 28be6083ce1e32a629639b891ae4694fcc098b62 /target/linux/ath79/dts | |
parent | 4ff23afdcc75a4b65440a08292b84824c96feac8 (diff) | |
download | upstream-aea146736cfd5792fbce06f33371adc13516e318.tar.gz upstream-aea146736cfd5792fbce06f33371adc13516e318.tar.bz2 upstream-aea146736cfd5792fbce06f33371adc13516e318.zip |
ath79: fix TP-Link TL-WR1043ND v1 image build
Both initramfs and flashed images are built and boot. No Ethernet, no WLAN,
probably further issues, so the image is not added to TARGET_DEVICES for
now.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9132.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi index 7a7a5f1b3d..4cc4f04a2e 100644 --- a/target/linux/ath79/dts/ar9132.dtsi +++ b/target/linux/ath79/dts/ar9132.dtsi @@ -7,6 +7,10 @@ #address-cells = <1>; #size-cells = <1>; + chosen { + bootargs = "console=ttyS0,115200"; + }; + cpus { #address-cells = <1>; #size-cells = <0>; |