diff options
author | John Crispin <john@openwrt.org> | 2014-02-18 13:33:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-02-18 13:33:52 +0000 |
commit | ed72f7102cd82a4699df6de7f077cea29d531081 (patch) | |
tree | 1f7072e0f003f48385d91f8205e1566ba2248806 /package | |
parent | 15ebcfc04e102ccd54f3782a696c01fbde134b4c (diff) | |
download | upstream-ed72f7102cd82a4699df6de7f077cea29d531081.tar.gz upstream-ed72f7102cd82a4699df6de7f077cea29d531081.tar.bz2 upstream-ed72f7102cd82a4699df6de7f077cea29d531081.zip |
comgt: add validation rules to proto handler
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39618
Diffstat (limited to 'package')
-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" |