1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 03:41:54 +00:00

Add more modems support

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-03-25 08:07:57 +01:00
parent a82fb2e2b4
commit f0ec7d2129
355 changed files with 1841 additions and 0 deletions

View file

@ -0,0 +1,39 @@
#
# Copyright (C) 2019 Teltonika
#
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/download.mk
PKG_NAME:=modems
PKG_VERSION:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/modems
SECTION:=utils
CATEGORY:=Utilities
TITLE:=3G/4G modem list
endef
define Build/Compile
endef
define Package/modems/install
$(INSTALL_DIR) $(1)/lib/network/wwan/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/data/* $(1)/lib/network/wwan/
#in order to keep the Lede GIT repo free of filenames with colons,
#we name the files xxxx-yyyy
# and rename here after copying to the build directory
shopt -s nullglob ; \
for filevar in $(1)/lib/network/wwan/*-* ; \
do \
FILENAME=$$$$(basename $$$$filevar) ; \
NEWNAME=$$$${FILENAME//-/:} ; \
mv "$(1)/lib/network/wwan/$$$$FILENAME" "$(1)/lib/network/wwan/$$$$NEWNAME" ; \
done
endef
$(eval $(call BuildPackage,modems))

View file

@ -0,0 +1,2 @@
# modems

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia C5-00 Mobile phone",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-10",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-10",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-15/CS-18",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-12",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-11",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-17",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-18",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-19",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia CS-19",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Nokia 21M-02",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "iBall 3.5G Connect",
"control": 2,
"data": 2
} "generic": 1
}

View file

@ -0,0 +1,5 @@
{
"desc": "Leoxsys LN-72V",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,6 @@
{
"desc": "Axesstel MV241",
"control": 2,
"data": 0
} "generic": 1
}

View file

@ -0,0 +1,5 @@
{
"desc": "Siemens SG75",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Generic Qualcomm",
"control": 1,
"data": 2
}}

View file

@ -0,0 +1,8 @@
{
"desc": "Quectel EC20",
"type": "gobinet",
"control": 2,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1
}

View file

@ -0,0 +1,5 @@
{
"desc": "D-Link DWM-152",
"control": 1,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "D-Link DWM-156",
"control": 1,
"data": 0
}}

View file

@ -0,0 +1,6 @@
{
"desc": "D-Link DWM-156",
"control": 1,
"data": 2
} "generic": 1
}

View file

@ -0,0 +1,4 @@
{
"desc": "Option GIO711",
"type": "qmi"
}

View file

@ -0,0 +1,5 @@
{
"desc": "Option GI0201",
"control": 1,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Option GTM380",
"control": 1,
"data": 0
}}

View file

@ -0,0 +1,4 @@
{
"desc": "Option GTM681W",
"type": "qmi"
}

View file

@ -0,0 +1,5 @@
{
"desc": "Option GTM671WFS",
"control": 2,
"data": 2
}}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 100",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 120",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 140",
"type": "qmi"
}

View file

@ -0,0 +1,5 @@
{
"desc": "Olivetti Olicard 145",
"control": 0,
"data": 4
}}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 155",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 200",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 160",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "Olivetti Olicard 500",
"type": "qmi"
}

View file

@ -0,0 +1,6 @@
{
"desc": "Ericsson F3507g",
"control": 4,
"data": 1
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Ericsson F3507g",
"control": 4,
"data": 1
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Ericsson F3307",
"control": 4,
"data": 1
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Ericsson F5521gw",
"control": 4,
"data": 1
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "Ericsson F5521gw",
"control": 4,
"data": 1
} "acm": 1
}

View file

@ -0,0 +1,5 @@
{
"desc": "Kyocera KPC650",
"control": 0,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Kyocera KPC680",
"control": 0,
"data": 0
}}

View file

@ -0,0 +1,4 @@
{
"desc": "Sierra MC7700",
"type": "qmi"
}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra Wireless AC313U/320U/330U Direct IP",
"control": 3,
"data": 3
}}

View file

@ -0,0 +1,6 @@
{
"desc": "LG L-05A",
"control": 0,
"data": 2
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "LG LUU-2100TI",
"control": 0,
"data": 2
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "LG LUU-2110TI",
"control": 0,
"data": 2
} "acm": 1
}

View file

@ -0,0 +1,5 @@
{
"desc": "LG L-02C",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,6 @@
{
"desc": "PANTECH UM-150",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "PANTECH UM-175",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "PANTECH UM-175AL",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "PANTECH UM-190",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,6 @@
{
"desc": "PANTECH UM-185C/UM185E",
"control": 0,
"data": 0
} "acm": 1
}

View file

@ -0,0 +1,4 @@
{
"desc": "PANTECH UML-290 4G Modem",
"type": "qmi"
}

View file

@ -0,0 +1,4 @@
{
"desc": "PANTECH P4200 4G Modem",
"type": "qmi"
}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra EM5625",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5720",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC595U",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5725",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC597E",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra EM5725",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC597",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5727 CDMA",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC598",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra T11",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC402",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5728",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra CDMA 1xEVDO PC Card, AC580",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC595U",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5720",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5725",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC5727",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC250U",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8755",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8765",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8755",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8765",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8755",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8755",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8775",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8775",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8775",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC875",
"control": 0,
"data": 2
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC875U",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC875E",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8781",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8780",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8781",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8780",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8781",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8785",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra MC8785 Composite",
"control": 3,
"data": 4
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC880",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC 881",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC880E",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC881E",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC880U",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra ATT USB Connect 881",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC885E",
"control": 2,
"data": 0
}}

View file

@ -0,0 +1,5 @@
{
"desc": "Sierra AC885E",
"control": 2,
"data": 0
}}

Some files were not shown because too many files have changed in this diff Show more