diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:52 +0000 |
commit | 47e0e9ed2f0e0b1d14ef64b8d75e3b19d3a14735 (patch) | |
tree | f475f9cf8b5c4b4042a17471d1743ebd7e0543ba /package/network | |
parent | 7027da552c776ac29d3d5583984288eb09e89faf (diff) | |
download | upstream-47e0e9ed2f0e0b1d14ef64b8d75e3b19d3a14735.tar.gz upstream-47e0e9ed2f0e0b1d14ef64b8d75e3b19d3a14735.tar.bz2 upstream-47e0e9ed2f0e0b1d14ef64b8d75e3b19d3a14735.zip |
comgt: add validation rules to proto handler
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39618 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/comgt/files/3g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/files/3g.sh b/package/network/utils/comgt/files/3g.sh index 2ed74b4c08..2dc719b2ca 100644 --- a/package/network/utils/comgt/files/3g.sh +++ b/package/network/utils/comgt/files/3g.sh @@ -9,7 +9,7 @@ proto_3g_init_config() { no_device=1 available=1 ppp_generic_init_config - proto_config_add_string "device" + proto_config_add_string "device:device" proto_config_add_string "apn" proto_config_add_string "service" proto_config_add_string "pincode" |