Merge "[qca-nss-ecm] Modify ipq60xx to ipq6018"
diff --git a/frontends/include/ecm_front_end_types.h b/frontends/include/ecm_front_end_types.h
index 2a90b2a..0454ccd 100644
--- a/frontends/include/ecm_front_end_types.h
+++ b/frontends/include/ecm_front_end_types.h
@@ -224,7 +224,7 @@
 	bool nss_supported = of_machine_is_compatible("qcom,ipq8064") ||
 				of_machine_is_compatible("qcom,ipq8062") ||
 				of_machine_is_compatible("qcom,ipq807x") ||
-				of_machine_is_compatible("qcom,ipq60xx");
+				of_machine_is_compatible("qcom,ipq6018");
 #else
 	bool nss_supported = true;
 #endif