diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/comgt/patches/patch-comgt_h |
Initial import
Diffstat (limited to 'package/comgt/patches/patch-comgt_h')
-rw-r--r-- | package/comgt/patches/patch-comgt_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/comgt/patches/patch-comgt_h b/package/comgt/patches/patch-comgt_h new file mode 100644 index 000000000..fe715df4f --- /dev/null +++ b/package/comgt/patches/patch-comgt_h @@ -0,0 +1,14 @@ +$Id$ +--- comgt.0.32.orig/comgt.h 2006-10-20 16:49:46.000000000 +0200 ++++ comgt.0.32/comgt.h 2006-12-06 13:10:54.000000000 +0100 +@@ -470,8 +470,8 @@ char _SETAPN_code[]= + if a=0 goto apnerror\n\ + if a>32 goto apnerror\n\ + :enterapn\n\ +- send \"AT+CGDCONT=1,\\\"IP\\\",\\\"\n\ +- send $c\n\ ++ send \"AT+CGDCONT=1,\\\"IP\\\",\\\"\"\n\ ++ send $x\n\ + send \"\\\"^m\"\n\ + waitfor 20 \"OK\",\"ERR\"\n\ + if % = -1 goto timeerror\n\ |