From 5e9be2e9d82c8f1bc7ec8466599f8c29a609b69f 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 (cherry picked from commit cf17128) Link: https://github.com/openwrt/openwrt/pull/22521 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 24487f0c90..161ecbbbc6 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" \