From 10ddd91508f8665d38bc4f8c4971ca20c621f1f9 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46780 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/umbim/files/lib/netifd/proto/mbim.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/utils/umbim/files/lib/netifd') 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 db0c7b0c3c..f8b2c06b67 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.2.3