index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
network
/
utils
/
umbim
/
files
/
lib
/
netifd
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/network/utils/umbim/files/lib/netifd')
-rwxr-xr-x
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
1
1 files changed, 1 insertions, 0 deletions
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 a33759cd6d..3fa411c6c6 100755
--- a/
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
+++ b/
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
@@ -154,6 +154,7 @@ _proto_mbim_setup() {
json_add_string proto "dhcpv6"
json_add_string extendprefix 1
proto_add_dynamic_defaults
+ json_close_object
ubus call network add_dynamic "$(json_dump)"
}