From f96bf30dc616f90de30e312af44c69b66268b830 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 3 Sep 2015 15:53:40 +0000 Subject: comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default Signed-off-by: Steven Barth SVN-Revision: 46780 --- package/network/utils/umbim/files/lib/netifd/proto/mbim.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/utils/umbim') 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 db0c7b0..f8b2c06 100755 --- a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh +++ b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh @@ -137,6 +137,7 @@ _proto_mbim_setup() { json_add_string name "${interface}_6" json_add_string ifname "@$interface" json_add_string proto "dhcpv6" + json_add_string extendprefix 1 ubus call network add_dynamic "$(json_dump)" } -- cgit v1.1