[openwrt/openwrt] wwan: add Medion S4222 usb lte stick

LEDE Commits lede-commits at lists.infradead.org
Thu May 18 05:33:05 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/51302e51b5fd7d486e55bdd6491c8ac8ee73da34

commit 51302e51b5fd7d486e55bdd6491c8ac8ee73da34
Author: Joe Cooper <highjagger+github at gmail.com>
AuthorDate: Mon May 15 23:49:59 2023 +0200

    wwan: add Medion S4222 usb lte stick
    
    add description for medion usb lte webstick
    
    Signed-off-by: Joe Cooper <highjagger+github at gmail.com>
    [bump PKG_RELEASE]
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/network/utils/wwan/Makefile             | 2 +-
 package/network/utils/wwan/files/data/0e8d-00a5 | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/network/utils/wwan/Makefile b/package/network/utils/wwan/Makefile
index 1c5a5e6669..19404383cb 100644
--- a/package/network/utils/wwan/Makefile
+++ b/package/network/utils/wwan/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wwan
 PKG_VERSION:=2019-04-29
-PKG_RELEASE=5
+PKG_RELEASE=6
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=
diff --git a/package/network/utils/wwan/files/data/0e8d-00a5 b/package/network/utils/wwan/files/data/0e8d-00a5
new file mode 100644
index 0000000000..23a7ce3616
--- /dev/null
+++ b/package/network/utils/wwan/files/data/0e8d-00a5
@@ -0,0 +1,5 @@
+{
+        "desc": "Medion S4222",
+        "control": 2,
+        "data": 0
+}




More information about the lede-commits mailing list