diff options
author | John Crispin <john@openwrt.org> | 2015-03-09 14:06:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-09 14:06:20 +0000 |
commit | dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a (patch) | |
tree | 84debc952ce338e243a4d5a63a6b3fe4659e4fe8 /package/network/utils/comgt/Makefile | |
parent | ba887275ca56c28e6b7a6aecda26e7fd4107f4bc (diff) | |
download | upstream-dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a.tar.gz upstream-dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a.tar.bz2 upstream-dfb9e7c31c9bbe43641c4a28ca0506e698dd8f2a.zip |
comgt, wwan: Move USB data files to wwan package
USB modem data files should be a part of the wwan package, which
actually uses them unlike comgt.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 44628
Diffstat (limited to 'package/network/utils/comgt/Makefile')
-rw-r--r-- | package/network/utils/comgt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 8fcf54e3a4..2501682e65 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -81,8 +81,6 @@ define Package/comgt/install $(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 - $(INSTALL_DIR) $(1)/lib/network/wwan/ - $(INSTALL_DATA) ./files/data/* $(1)/lib/network/wwan/ endef define Package/comgt-directip/install |