From cf171288a0dc942c730669fa59b4cf7483e0f888 Mon Sep 17 00:00:00 2001 From: Edward Chow Date: Fri, 20 Mar 2026 11:01:43 +0800 Subject: [PATCH] ath79: untag to cpu ports on qxwlan_e558-v2 These targets seems to be left over, so changed as other targets covered by commit d35d92a . Signed-off-by: Edward Chow Link: https://github.com/openwrt/openwrt/pull/22510 Signed-off-by: Robert Marko --- target/linux/ath79/generic/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 24487f0c904..161ecbbbc67 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -499,7 +499,7 @@ ath79_setup_interfaces() qxwlan,e558-v2-8m|\ qxwlan,e558-v2-16m) ucidef_add_switch "switch0" \ - "0@eth1" "4:lan" "5:lan" "6@eth0" "3:wan" + "0u@eth1" "4:lan" "5:lan" "6u@eth0" "3:wan" ;; rosinson,wr818) ucidef_add_switch "switch0" \ -- 2.47.3