diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-15 09:09:05 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-15 09:09:05 +0000 |
commit | a3a2e7ee8b530fca42a27a636ff02304d32931b7 (patch) | |
tree | f5f6ff26b57766e5213fd9b414c70e679b26bc21 /package/comgt/Makefile | |
parent | 7350a80ed1665d7e04a49722ce44f6f8672ccbe7 (diff) |
[package] comgt: handle ttyHS* devices in usb hotplug, fix typo (#9046)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26175 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c3cf8ed1b5..7c120cb50d 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/comgt |