projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfe6b6
)
comgt: the package contained too many files
author
John Crispin
<john@openwrt.org>
Sat, 23 May 2015 15:29:46 +0000
(15:29 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 23 May 2015 15:29:46 +0000
(15:29 +0000)
fixes #19698
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45741
package/network/utils/comgt/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/comgt/Makefile
b/package/network/utils/comgt/Makefile
index 90adcab10d06aadcff8906768d875e802254f567..18085a6593166b6a79b6044c9921db6b39c1c5c5 100644
(file)
--- 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