From fc645a616d67a473716a7d5a905104d05138971d Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 15 May 2025 20:38:37 +0800 Subject: [PATCH] luci-app-qmodem: disabled LockBand feature for MT5700M-CN --- luci/luci-app-qmodem/Makefile | 2 +- luci/luci-app-qmodem/root/usr/share/qmodem/vendor/huawei.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/luci/luci-app-qmodem/Makefile b/luci/luci-app-qmodem/Makefile index 173a9e2..0f306f6 100644 --- a/luci/luci-app-qmodem/Makefile +++ b/luci/luci-app-qmodem/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-qmodem LUCI_TITLE:=LuCI support for QWRT Modem LUCI_PKGARCH:=all -PKG_VERSION:=2.7.1 +PKG_VERSION:=2.7.2 PKG_LICENSE:=GPLv3 PKG_LINCESE_FILES:=LICENSE PKG_MAINTAINER:=Tom diff --git a/luci/luci-app-qmodem/root/usr/share/qmodem/vendor/huawei.sh b/luci/luci-app-qmodem/root/usr/share/qmodem/vendor/huawei.sh index 23e45c4..489443c 100755 --- a/luci/luci-app-qmodem/root/usr/share/qmodem/vendor/huawei.sh +++ b/luci/luci-app-qmodem/root/usr/share/qmodem/vendor/huawei.sh @@ -7,7 +7,6 @@ source /usr/share/qmodem/generic.sh debug_subject="quectel_ctrl" vendor_get_disabled_features(){ - json_add_string "" "NeighborCell" json_add_string "" "LockBand" }