aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi
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/uqmi
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/uqmi')
-rwxr-xr-xpackage/network/utils/uqmi/files/lib/netifd/proto/qmi.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
index 25e5d1f521..b416da6bc8 100755
--- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
+++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh
@@ -128,6 +128,7 @@ _proto_qmi_setup() {
json_add_string name "${interface}_6"
json_add_string ifname "@$interface"
json_add_string proto "dhcpv6"
+ json_add_string extendprefix 1
json_close_object
ubus call network add_dynamic "$(json_dump)"
}