aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/comgt/Makefile
diff options
context:
space:
mode:
authorRozhuk Ivan <rozhuk.im@gmail.com>2019-11-16 05:10:05 +0300
committerJo-Philipp Wich <jo@mein.io>2020-09-19 19:48:27 +0200
commit86b44028e2123a199d9ff9cfc1585696bed7af53 (patch)
treed27440c6c6eaf0128c29ca3cbb54ac1a8ea640b2 /package/network/utils/comgt/Makefile
parent34a96529041d4e9502c490c66f8af0154187c6d2 (diff)
downloadupstream-86b44028e2123a199d9ff9cfc1585696bed7af53.tar.gz
upstream-86b44028e2123a199d9ff9cfc1585696bed7af53.tar.bz2
upstream-86b44028e2123a199d9ff9cfc1585696bed7af53.zip
comgt: fix hotplug event handling
Hotplug manager send: "remove" -> "add" -> "bind" events, script interpret bind as "not add" = "remove" and mark device as unavailable. Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase] (cherry picked from commit 4821ff064b735c320ae2625a739018d1fc7d6457) Fixes: FS#3351 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/comgt/Makefile')
-rw-r--r--package/network/utils/comgt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 64296c9852..db5ea57473 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=comgt
PKG_VERSION:=0.32
-PKG_RELEASE:=32
+PKG_RELEASE:=33
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/comgt