From 17448207705f65975211ce4e7f08bb8e05d81003 Mon Sep 17 00:00:00 2001 From: fujr Date: Thu, 31 Oct 2024 21:20:39 +0800 Subject: [PATCH] Update luci-app-qmodem to version 2.4.5 --- luci/luci-app-qmodem/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci/luci-app-qmodem/Makefile b/luci/luci-app-qmodem/Makefile index 1a42385..3bf2ae4 100644 --- a/luci/luci-app-qmodem/Makefile +++ b/luci/luci-app-qmodem/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-qmodem LUCI_TITLE:=LuCI support for QWRT Modem LUCI_PKGARCH:=all -PKG_VERSION:=2.4.4 +PKG_VERSION:=2.4.5 PKG_LICENSE:=GPLv3 PKG_LINCESE_FILES:=LICENSE PKG_MAINTAINER:=Tom LUCI_DEPENDS:=+luci-compat \ +kmod-usb2 +kmod-usb3 \ - +kmod-usb-serial-option +kmod-usb-serial +kmod-usb-serial-qualcomm \ + +kmod-usb-serial +kmod-usb-serial-option +kmod-usb-serial-qualcomm \ +kmod-usb-net +kmod-usb-acm \ +kmod-usb-wdm +kmod-usb-net-qmi-wwan \ +kmod-usb-net-cdc-ether \