diff options
| author | Florian Maurer | 2025-12-16 15:12:08 +0000 |
|---|---|---|
| committer | David Bauer | 2025-12-27 17:30:17 +0000 |
| commit | b023a06cfb88ef9688a7f1c39b371a7129a85694 (patch) | |
| tree | 471e02072c0d3fbb584652c8a7dc4f802a933f44 | |
| parent | 2916275a3d6cdda8bbc9decb5fd4df5e89a425a1 (diff) | |
| download | openwrt-b023a06cfb88ef9688a7f1c39b371a7129a85694.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>
(cherry picked from commit 7f3537ee2cefbe90ff9408c5bf0c855186daa62b)
| -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 0c1e301c51..532968e42c 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 { |