aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/umbim/files/lib/netifd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-09-03 15:53:40 +0000
committerSteven Barth <steven@midlink.org>2015-09-03 15:53:40 +0000
commit10ddd91508f8665d38bc4f8c4971ca20c621f1f9 (patch)
tree7488f1f30732721bc7e3a07538319658ddea6861 /package/network/utils/umbim/files/lib/netifd
parent0191d48aaa9909ca2d5f3448913a22dc4de5890a (diff)
downloadmaster-187ad058-10ddd91508f8665d38bc4f8c4971ca20c621f1f9.tar.gz
master-187ad058-10ddd91508f8665d38bc4f8c4971ca20c621f1f9.tar.bz2
master-187ad058-10ddd91508f8665d38bc4f8c4971ca20c621f1f9.zip
comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/umbim/files/lib/netifd')
-rwxr-xr-xpackage/network/utils/umbim/files/lib/netifd/proto/mbim.sh1
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 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)"
}