]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
wwan: add Quectel modems 13426/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 7 Sep 2023 16:19:57 +0000 (10:19 -0600)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Apr 2026 16:47:49 +0000 (18:47 +0200)
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>
package/network/utils/wwan/Makefile
package/network/utils/wwan/files/data/1eac-1001 [new file with mode: 0644]
package/network/utils/wwan/files/data/1eac-1002 [new file with mode: 0644]
package/network/utils/wwan/files/data/2c7c-0620 [new file with mode: 0644]
package/network/utils/wwan/files/data/2c7c-0801 [new file with mode: 0644]

index b02f9e11a43c4cf4f3a6002c21874fb16134bccd..8ada8d654221f0d93b343b7549d7124773387d05 100644 (file)
@@ -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:=
diff --git a/package/network/utils/wwan/files/data/1eac-1001 b/package/network/utils/wwan/files/data/1eac-1001
new file mode 100644 (file)
index 0000000..d795fec
--- /dev/null
@@ -0,0 +1,4 @@
+{
+       "desc": "Quectel EM120R-GL",
+       "type": "qmi",
+}
diff --git a/package/network/utils/wwan/files/data/1eac-1002 b/package/network/utils/wwan/files/data/1eac-1002
new file mode 100644 (file)
index 0000000..ecd46ae
--- /dev/null
@@ -0,0 +1,4 @@
+{
+       "desc": "Quectel EM160R-GL",
+       "type": "qmi",
+}
diff --git a/package/network/utils/wwan/files/data/2c7c-0620 b/package/network/utils/wwan/files/data/2c7c-0620
new file mode 100644 (file)
index 0000000..d795fec
--- /dev/null
@@ -0,0 +1,4 @@
+{
+       "desc": "Quectel EM120R-GL",
+       "type": "qmi",
+}
diff --git a/package/network/utils/wwan/files/data/2c7c-0801 b/package/network/utils/wwan/files/data/2c7c-0801
new file mode 100644 (file)
index 0000000..62808e3
--- /dev/null
@@ -0,0 +1,4 @@
+{
+       "desc": "Quectel RM520N-GL",
+       "type": "qmi",
+}