map-controller: 6.4.2.8: obsolete config option initial_channel_scan

This commit is contained in:
Jakob Olsson 2025-09-17 15:13:51 +02:00
parent 417a5c5428
commit 7d5c13a9f5
3 changed files with 2 additions and 4 deletions

View file

@ -6,9 +6,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map-controller
PKG_VERSION:=6.4.2.8
PKG_VERSION:=6.4.2.9
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=242e64e5df701eba01523ba8d0079dea039f0863
PKG_SOURCE_VERSION:=95314109235f15fa4b7847552b4ea822f84c4479
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@genexis.eu>
LOCAL_DEV=0

View file

@ -4,7 +4,6 @@ config controller 'controller'
option registrar '2 5 6'
option debug '2'
option bcn_metrics_max_num '10'
option initial_channel_scan '0'
option enable_ts '0'
option primary_vid '1'
option primary_pcp '0'

View file

@ -20,7 +20,6 @@ validate_controller_section() {
'registrar:string' \
'debug:range(0,16)' \
'bcn_metrics_max_num:range(1,256)' \
'initial_channel_scan:bool:true' \
'resend_num:uinteger:0' \
'allow_bgdfs:range(0,2629744)' \
'stale_sta_timeout:string' \