From: Rosen Penev Date: Thu, 4 Dec 2025 04:35:12 +0000 (-0800) Subject: ath79: cf-e380ac-v2: fix wrong label-mac-device X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285a69552258355af3e50cdee73af3274121d92a;p=thirdparty%2Fopenwrt.git 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 --- 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;