From df6b3e3b1e7e0f3aa6ea63b7137248888a02cf2b Mon Sep 17 00:00:00 2001 From: sfwtw Date: Wed, 5 Mar 2025 15:20:19 +0800 Subject: [PATCH] revert: luci-app-qmodem: remove normal quectel-cm depends --- luci/luci-app-qmodem/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/luci/luci-app-qmodem/Makefile b/luci/luci-app-qmodem/Makefile index a8b69d5..988a590 100644 --- a/luci/luci-app-qmodem/Makefile +++ b/luci/luci-app-qmodem/Makefile @@ -28,6 +28,7 @@ LUCI_DEPENDS:=+luci-compat \ +PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT:pciutils \ +PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM:quectel-CM-5G-M \ +PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G:quectel-CM-5G \ + +PACKAGE_luci-app-qmodem_USING_NORMAL_QUECTEL_CM:quectel-cm \ +luci-app-qmodem_with_lua_index_page \ +tom_modem \ +jq +bc\ @@ -59,6 +60,9 @@ choice config PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G bool "QWRT Quectel-CM-5G" + + config PACKAGE_luci-app-qmodem_USING_NORMAL_QUECTEL_CM + bool "NORMAL Quectel-CM" endchoice config PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT