diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-23 15:29:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-23 15:29:46 +0000 |
commit | f535cc952d15e4119772e4feb91110e4b26d3636 (patch) | |
tree | ccbd776a56601203b841c25ea093233044fd3e92 /package/network/utils/comgt | |
parent | 30f507938980d0b3429b7e50ecf81e574f6da78f (diff) | |
download | master-187ad058-f535cc952d15e4119772e4feb91110e4b26d3636.tar.gz master-187ad058-f535cc952d15e4119772e4feb91110e4b26d3636.tar.bz2 master-187ad058-f535cc952d15e4119772e4feb91110e4b26d3636.zip |
comgt: the package contained too many files
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
Diffstat (limited to 'package/network/utils/comgt')
-rw-r--r-- | package/network/utils/comgt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |