diff options
| author | Florian Maurer | 2025-12-16 15:12:08 +0000 |
|---|---|---|
| committer | David Bauer | 2025-12-27 17:27:34 +0000 |
| commit | 7f3537ee2cefbe90ff9408c5bf0c855186daa62b (patch) | |
| tree | f6bf81f7a225a7f61d7f1507815b8ee5311f8051 | |
| parent | 2015a40c387119d56c290734f571c41878938e88 (diff) | |
| download | openwrt-7f3537ee2cefbe90ff9408c5bf0c855186daa62b.tar.gz | |
ath79: cf-ew71-v2: set label-mac-device to eth1
The EW71v2 has the WAN port configured at eth1.
The printed label-mac is configured on this iface in openwrt.
Signed-off-by: Florian Maurer <f.maurer@outlook.de>
| -rw-r--r-- | target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts b/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts index 934cb19a58..a467e5e823 100644 --- a/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts +++ b/target/linux/ath79/dts/qca9531_comfast_cf-ew71-v2.dts @@ -15,6 +15,7 @@ led-boot = &led_wan; led-failsafe = &led_wan; led-upgrade = &led_wan; + label-mac-device = ð1; }; leds { |