]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: cf-e380ac-v2: fix wrong label-mac-device
authorRosen Penev <rosenp@gmail.com>
Thu, 4 Dec 2025 04:35:12 +0000 (20:35 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 10 May 2026 18:45:35 +0000 (20:45 +0200)
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>
target/linux/ath79/dts/qca9558_comfast_cf-e380ac-v2.dts

index 9da9ec6c7ece7f994c5f912a1ad5e28f579715cd..ee4436182a121d2c68dcb2e773233b103fd9d727 100644 (file)
@@ -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;