From 90120bb7712361d67edb84faee78f2b191e1158b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 08:01:20 +0000 Subject: wwan: add a generic 3g/4g proto this proto handler will detect which of 3g, qmi, mbim, ncm or directip you need for a stick and setup uci automagically Signed-off-by: John Crispin SVN-Revision: 42837 --- package/network/utils/comgt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/network/utils/comgt/Makefile') diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 21dda8b..11a1a49 100644 --- a/package/network/utils/comgt/Makefile +++ b/package/network/utils/comgt/Makefile @@ -73,6 +73,9 @@ 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 + $(INSTALL_DIR) $(1)/lib/network/wwan/ + $(INSTALL_DATA) ./files/data/* $(1)/lib/network/wwan/ endef define Package/comgt-directip/install -- cgit v1.1