ath79: cf-e380ac-v2: fix wrong label-mac-device

This is a ceiling mount AP with only one ethernet port. eth0 is
specified in the dts but not eth1.

Fixes: 935a63c ("ath79: add support for COMFAST CF-E380AC v2")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21035
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Rosen Penev
2025-12-03 20:35:12 -08:00
committed by Hauke Mehrtens
parent 62c1c6a946
commit 285a695522
@@ -11,7 +11,7 @@
model = "COMFAST CF-E380AC";
aliases {
label-mac-device = &eth1;
label-mac-device = &eth0;
led-boot = &led_lan;
led-failsafe = &led_lan;
led-upgrade = &led_lan;