From 841b50a6652404912af7075de30a00991a10cc6c Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sat, 23 May 2015 15:29:46 +0000
Subject: [PATCH] comgt: the package contained too many files

fixes #19698

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 45741
---
 package/network/utils/comgt/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile
index 90adcab10d..18085a6593 100644
--- a/package/network/utils/comgt/Makefile
+++ b/package/network/utils/comgt/Makefile
@@ -80,7 +80,6 @@ define Package/comgt/install
 	$(INSTALL_DATA) ./files/3g.usb $(1)/etc/hotplug.d/tty/30-3g
 	$(INSTALL_DIR) $(1)/lib/netifd/proto
 	$(INSTALL_BIN) ./files/3g.sh $(1)/lib/netifd/proto/3g.sh
-	$(INSTALL_BIN) ./files/directip.sh $(1)/lib/netifd/proto/directip.sh
 endef
 
 define Package/comgt-directip/install
-- 
2.30.2