[x-wrt] r4812 committed - revert r4808 as it does not fix the issue of writing out blank lines, ...

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 19, 2009, 2:41:00 AM8/19/09
to x-wrt-...@googlegroups.com
Revision: 4812
Author: kemen04
Date: Tue Aug 18 23:40:06 2009
Log: revert r4808 as it does not fix the issue of writing out blank lines,
will be fixed in uci.
http://code.google.com/p/x-wrt/source/detail?r=4812

Modified:
/trunk/package/webif/files/www/cgi-bin/webif/network.sh

=======================================
--- /trunk/package/webif/files/www/cgi-bin/webif/network.sh Sun Aug 16
16:32:44 2009
+++ /trunk/package/webif/files/www/cgi-bin/webif/network.sh Tue Aug 18
23:40:06 2009
@@ -272,14 +272,12 @@
uci_set "network" "$interface" "defaultroute" "$FORM_defaultroute"
uci_set "network" "$interface" "ppp_redial" "$FORM_ppp_redial";;
esac
- if "$FORM_proto" != "dhcp"; then
uci_set "network" "$interface" "ipaddr" "$FORM_ipaddr"
uci_set "network" "$interface" "ip6addr" "$FORM_ip6addr"
uci_set "network" "$interface" "netmask" "$FORM_netmask"
uci_set "network" "$interface" "gateway" "$FORM_gateway"
uci_set "network" "$interface" "ip6gw" "$FORM_gateway6"
uci_set "network" "$interface" "dns" "$FORM_dns"
- fi
}
fi

Reply all
Reply to author
Forward
0 new messages