From 0786caaec9380c77c8787153ba0bef9755ea10d8 Mon Sep 17 00:00:00 2001 From: fujr Date: Fri, 25 Oct 2024 02:39:50 +0800 Subject: [PATCH] fix bugs --- luci/luci-app-qmodem/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/luci/luci-app-qmodem/Makefile b/luci/luci-app-qmodem/Makefile index bdd3a52..44d022c 100644 --- a/luci/luci-app-qmodem/Makefile +++ b/luci/luci-app-qmodem/Makefile @@ -37,10 +37,6 @@ define Package/luci-app-qmodem/conffiles endef define Package/luci-app-qmodem/config - config PACKAGE_luci-app-qmodem_with_lua_index_page - bool "Include Lua Index Page" - default n - config PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT bool "Add PCI SUPPORT" default n @@ -51,12 +47,11 @@ define Package/luci-app-qmodem/config config PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G bool "Using QWRT quectel-CM-5G" - default y if Package_quectel-CM-5G + default y if PACKAGE_quectel-CM-5G config PACKAGE_luci-app-qmodem_USING_NORMAL_QUECTEL_CM bool "Using Normal quectel-cm" - depends on !PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM - default y if Package_quectel-cm + default y if PACKAGE_quectel-cm endef define Package/luci-app-qmodem_with_lua_index_page