aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/comgt/files/3g.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/comgt/files/3g.sh')
-rw-r--r--package/network/utils/comgt/files/3g.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/utils/comgt/files/3g.sh b/package/network/utils/comgt/files/3g.sh
index 968662675b..8aecb0fd62 100644
--- a/package/network/utils/comgt/files/3g.sh
+++ b/package/network/utils/comgt/files/3g.sh
@@ -89,6 +89,9 @@ proto_3g_setup() {
;;
esac
+ # Enable RFC 7278
+ proto_export "EXTENDPREFIX=1"
+
connect="${apn:+USE_APN=$apn }DIALNUMBER=$dialnumber /usr/sbin/chat -t5 -v -E -f $chat"
ppp_generic_setup "$interface" \
noaccomp \