From: Benjamin Levine Date: Fri, 20 Mar 2026 06:07:31 +0000 (+0000) Subject: lantiq: xrx200: autoload lantiq_gswip and tag_gswip to fix failsafe mode X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20ae49dde7786fcfa795a2315b5abd12cdc236d7;p=thirdparty%2Fopenwrt.git lantiq: xrx200: autoload lantiq_gswip and tag_gswip to fix failsafe mode lantiq_gswip and tag_gswip were not loaded during failsafe, leaving the switch uninitialised. This caused LAN1 port to show no link, making SSH-based recovery impossible. Add the autoload flag and include tag_gswip (which was also missing from the autoload list) so the switch initialises correctly in failsafe mode. Tested on BT HomeHub 5A (lantiq/xrx200). Fixes: https://github.com/openwrt/openwrt/issues/22480 Signed-off-by: Benjamin Levine Link: https://github.com/openwrt/openwrt/pull/22514 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/lantiq/modules.mk b/target/linux/lantiq/modules.mk index e1aea4b0398..37c54cedd39 100644 --- a/target/linux/lantiq/modules.mk +++ b/target/linux/lantiq/modules.mk @@ -27,7 +27,7 @@ define KernelPackage/dsa-gswip FILES:= \ $(LINUX_DIR)/drivers/net/dsa/lantiq_gswip.ko \ $(LINUX_DIR)/net/dsa/tag_gswip.ko - AUTOLOAD:=$(call AutoLoad,41,lantiq_gswip) + AUTOLOAD:=$(call AutoLoad,41,tag_gswip lantiq_gswip,1) endef define KernelPackage/dsa-gswip/description