[Bugfix][R305][bug-view-1603][webui] fix modify hostname error

Change-Id: I320f32e79197cf4503bc398727713b45de0dda24
diff --git a/lynq/CPE_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/CPE_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/CPE_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/CPE_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/CPE_TELKOMSEL/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/CPE_TELKOMSEL/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/CPE_TELKOMSEL/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/CPE_TELKOMSEL/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/MD310/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/MD310/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/MD310/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/MD310/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/MD310EU/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/MD310EU/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/MD310EU/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/MD310EU/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R305/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R305/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/R305/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R305/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R306/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R306/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/R306/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R306/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R306BR/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R306BR/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/R306BR/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R306BR/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R306_MTN/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R306_MTN/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/R306_MTN/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R306_MTN/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R307/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R307/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/R307/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R307/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/R307L/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/R307L/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/R307L/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/R307L/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/S300/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/S300/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/S300/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/S300/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/S300_AIC/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/S300_AIC/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100644
--- a/lynq/S300_AIC/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/S300_AIC/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)
diff --git a/lynq/S300_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c b/lynq/S300_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
index 2110999..ad088ac 100755
--- a/lynq/S300_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
+++ b/lynq/S300_COMMON/ap/app/zte_comm/zte_mainctrl/net_other.c
@@ -1106,8 +1106,8 @@
 	mac = mac_hostname_->mac;
 	hostname = mac_hostname_->hostname;
 	sprintf(cmd, "config-hostname.sh \"%s\" \"%s\"", mac, hostname);
-	system_cmd_ex(cmd);
-
+	// system_cmd_ex(cmd);
+	system(cmd);
 }
 
 void children_device_add(struct mac_hostname_info *mac_hostname)