wwan: add a generic 3g/4g proto
[openwrt/openwrt.git] / package / network / utils / comgt / Makefile
index 21dda8bd56608509b7b37e944ad066d9df1e2d9a..11a1a49139184eb18ea00d567b58d3da5e461d5c 100644 (file)
@@ -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