map-controller: 6.4.0.17

Set debug level to 2 (INFO) by default.
This commit is contained in:
Filip Matusiak 2025-08-22 16:20:01 +02:00
parent 074d9268b0
commit 8ffe108f95
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map-controller
PKG_VERSION:=6.4.0.16
PKG_VERSION:=6.4.0.17
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=06482c4dd5533bb4cabd12e4eb7855cd18dbdaee
PKG_SOURCE_VERSION:=b2e75fb44f5659ab7ea2d707d5d0db3c5146437d
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@genexis.eu>
LOCAL_DEV=0

View file

@ -2,7 +2,7 @@ config controller 'controller'
option enabled '1' # may be modified by other package start-up scripts (i.e. map-agent)
option profile '3'
option registrar '2 5 6'
option debug '0'
option debug '2'
option bcn_metrics_max_num '10'
option initial_channel_scan '0'
option enable_ts '0'