diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-09 19:46:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-09 19:46:38 +0000 |
commit | 56dbeb781e963c12fc367aae068f989049cf1102 (patch) | |
tree | 7f4260cd9f6c54dc43a64173a502090e1d16cd63 /package/comgt/Makefile | |
parent | aa2f4d4c8d753a90136a165ff70e15a1eb090183 (diff) | |
download | upstream-56dbeb781e963c12fc367aae068f989049cf1102.tar.gz upstream-56dbeb781e963c12fc367aae068f989049cf1102.tar.bz2 upstream-56dbeb781e963c12fc367aae068f989049cf1102.zip |
comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)
SVN-Revision: 33350
Diffstat (limited to 'package/comgt/Makefile')
-rw-r--r-- | package/comgt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/comgt/Makefile b/package/comgt/Makefile index ef0164ea35..ae8aa668ba 100644 --- a/package/comgt/Makefile +++ b/package/comgt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=comgt PKG_VERSION:=0.32 -PKG_RELEASE:=19 +PKG_RELEASE:=20 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/comgt |