luci-app-qmodem: add choice option for Quectel CM

This commit is contained in:
coolsnowwolf 2025-02-18 07:51:53 +08:00
parent 0d996f0761
commit ed23ef1646

View File

@ -50,17 +50,21 @@ choice
bool "Generic QMI driver" bool "Generic QMI driver"
endchoice endchoice
choice
prompt "Quectel Connect Manager Selection"
default PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM
config PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM
bool "Tom customized Quectel CM"
config PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G
bool "QWRT Quectel-CM-5G"
endchoice
config PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT config PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT
bool "Add PCIe Modem SUPPORT" bool "Add PCIe Modem SUPPORT"
default n default n
config PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM
bool "Using Tom customized Quectel CM"
default y
config PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G
bool "Using QWRT quectel-CM-5G"
default n
endef endef
define Package/luci-app-qmodem_with_lua_index_page define Package/luci-app-qmodem_with_lua_index_page