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.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/network/utils/comgt/files/3g.sh b/package/network/utils/comgt/files/3g.sh
index 8aecb0fd62..b0cdae234d 100644
--- a/package/network/utils/comgt/files/3g.sh
+++ b/package/network/utils/comgt/files/3g.sh
@@ -89,9 +89,6 @@ 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 \
@@ -99,6 +96,7 @@ proto_3g_setup() {
novj \
nobsdcomp \
noauth \
+ set EXTENDPREFIX=1 \
lock \
crtscts \
115200 "$device"