mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
wwan: add Quectel modems
Add some of the more current 4G and 5G modems. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Link: https://github.com/openwrt/openwrt/pull/13426 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
committed by
Hauke Mehrtens
parent
39b31b31f5
commit
5e7ba98019
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wwan
|
||||
PKG_VERSION:=2019.04.29
|
||||
PKG_RELEASE=6
|
||||
PKG_RELEASE=7
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"desc": "Quectel EM120R-GL",
|
||||
"type": "qmi",
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"desc": "Quectel EM160R-GL",
|
||||
"type": "qmi",
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"desc": "Quectel EM120R-GL",
|
||||
"type": "qmi",
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"desc": "Quectel RM520N-GL",
|
||||
"type": "qmi",
|
||||
}
|
||||
Reference in New Issue
Block a user