690c55e8cc
1. Swap eth0/eth1 Both devices are using AR9331, the builtin switch on AR9331 is connected to gmac1 and gmac1 is named as eth1 in ath79. PS: gmac1 is eth0 and gmac0 is eth1 in ar71xx because of the reversed initialization order. 2. Fix the incorrect compatible string in dts Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
9 lines
182 B
Text
9 lines
182 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar9331_tl-wr741nd-v4.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link TL-WR740N/ND v4";
|
|
compatible = "tplink,tl-wr740nd-v4";
|
|
};
|