diff --git a/iopsys-econet/base-files/etc/preinit b/iopsys-econet/base-files/etc/preinit
index ae3cf78d9d932775b83529a883cd72db9b1fc2c5..d5a6dc4cb110d64189d3299f76293fdee0cf98e7 100755
--- a/iopsys-econet/base-files/etc/preinit
+++ b/iopsys-econet/base-files/etc/preinit
@@ -64,8 +64,8 @@ insmod /lib/modules/5.4.55/sw_rps_for_wifi.ko
 echo "insmod hw_nat.ko"
 insmod /lib/modules/5.4.55/hw_nat.ko
 
-echo "insmod ae_wan.ko"
-insmod /lib/modules/5.4.55/ae_wan.ko
+echo "insmod ae_wan.ko wan_sel=1"
+insmod /lib/modules/5.4.55/ae_wan.ko wan_sel=1
 
 echo "insmod hsgmii_lan.ko"
 insmod /lib/modules/5.4.55/hsgmii_lan.ko
diff --git a/iopsys-econet/config/config b/iopsys-econet/config/config
index 96130c03706eeb8a13d75b91a300c411b1442b42..88859600d881872a48aa460a6b6474262c6ce10c 100644
--- a/iopsys-econet/config/config
+++ b/iopsys-econet/config/config
@@ -17,7 +17,7 @@ CONFIG_PACKAGE_kmod-qdma_wan=y
 CONFIG_PACKAGE_kmod-tcledctrl=y
 CONFIG_PACKAGE_kmod-tccicmd=y
 CONFIG_PACKAGE_kmod-sif=y
-# CONFIG_PACKAGE_kmod-tcphy is not set
+CONFIG_PACKAGE_kmod-tcphy=y
 
 #Econet apps
 CONFIG_PACKAGE_ecnt_sys=y
diff --git a/iopsys-econet/en7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak b/iopsys-econet/en7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak
index c974a45182ae9b6809542210ed7d37d532945e35..9e38a2f6d71b50ba21530f63387c09058ecfd159 100755
--- a/iopsys-econet/en7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak
+++ b/iopsys-econet/en7562/UNION_EN7562_7915D_ActiveEthWan_KERNEL_5_4_demo.mak
@@ -336,7 +336,7 @@ TCSUPPORT_TSO_ENABLE=y
 TCSUPPORT_TSO_V2_ENABLE=y
 TCSUPPORT_LRO_ENABLE=y
 TCSUPPORT_ACTIVE_ETHERNET_WAN=y
-TCSUPPORT_HSGMII_LAN=y
+# TCSUPPORT_HSGMII_LAN is not set
 TCSUPPORT_VOIP=y
 
 #
diff --git a/iopsys-econet/image/upgrade-bundle/upgrade b/iopsys-econet/image/upgrade-bundle/upgrade
index 18bc7d301b95db0d45b21eaa693f8b0cd521b9c2..dc9618d5b2ed75cd6ea0b0de13206789253c19b3 100755
--- a/iopsys-econet/image/upgrade-bundle/upgrade
+++ b/iopsys-econet/image/upgrade-bundle/upgrade
@@ -28,6 +28,11 @@ do_post_upgrade() {
 		fw_setenv iop_eco_bootargs "qdma_init=33 serdes_sel=2"
 		fw_setenv bootcmd "run iop_set_mtdblock_\${rootfstype}; setenv bootargs \${iop_gen_bootargs} \${iop_sys_bootargs} \${iop_eco_bootargs}; run iop_read_kernel; bootm"
 	fi
+	if [[ "2" != "$(fw_printenv -n serdes_sel)" ]]; then
+		log "- Fixing uboot serdes_sel variable -"
+		fw_setenv serdes_sel 2
+	fi
+
 	#For future use
 	#reboot && sleep 60 ; reboot -f ; sleep 60 ; exit 1
 }