From 285a69552258355af3e50cdee73af3274121d92a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 3 Dec 2025 20:35:12 -0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/21035 Signed-off-by: Hauke Mehrtens --- target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts b/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts index 9da9ec6c7ec..ee4436182a1 100644 --- a/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts +++ b/target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts @@ -11,7 +11,7 @@ model = "COMFAST CF-E380AC"; aliases { - label-mac-device = ð1; + label-mac-device = ð0; led-boot = &led_lan; led-failsafe = &led_lan; led-upgrade = &led_lan;