From 30fba972f1d25e45976e50bdd610098b18f2cc35 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 18 Feb 2025 12:38:12 +0800 Subject: [PATCH] luci-app-qmodem: switch to Generic QMI driver --- luci/luci-app-qmodem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/Makefile b/luci/luci-app-qmodem/Makefile index 32b788e..496b06a 100644 --- a/luci/luci-app-qmodem/Makefile +++ b/luci/luci-app-qmodem/Makefile @@ -41,7 +41,7 @@ endef define Package/luci-app-qmodem/config choice prompt "Qualcomm QMI WWAN Driver Selection" - default PACKAGE_luci-app-qmodem_INCLUDE_vendor-qmi-wwan + default PACKAGE_luci-app-qmodem_INCLUDE_generic-qmi-wwan config PACKAGE_luci-app-qmodem_INCLUDE_vendor-qmi-wwan bool "Vendor QMI driver"