comgt: the package contained too many files
authorJohn Crispin <blogic@openwrt.org>
Sat, 23 May 2015 15:29:46 +0000 (15:29 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sat, 23 May 2015 15:29:46 +0000 (15:29 +0000)
fixes #19698

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45741 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/utils/comgt/Makefile

index 90adcab..18085a6 100644 (file)
@@ -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