luci-app-qmodem: disabled LockBand feature for MT5700M-CN

This commit is contained in:
coolsnowwolf 2025-05-15 20:38:37 +08:00
parent 706c4df157
commit fc645a616d
2 changed files with 1 additions and 2 deletions

View File

@ -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 <fjrcn@outlook.com>

View File

@ -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"
}