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