From: John Crispin Date: Thu, 11 Sep 2014 12:26:52 +0000 (+0000) Subject: umbim: remove superflous jshn call X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=af8058c17783fdf90f48f86b9ab7e68d7d8c58cd umbim: remove superflous jshn call Signed-off-by: John Crispin SVN-Revision: 42467 --- diff --git a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh index 3cc7412e6b..a777c9bd60 100755 --- a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh +++ b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh @@ -125,7 +125,6 @@ proto_mbim_setup() { json_add_string name "${interface}_dhcpv6" json_add_string ifname "@$interface" json_add_string proto "dhcpv6" - json_close_object ubus call network add_dynamic "$(json_dump)" }