diff --git a/map-agent/Config.in b/map-agent/Config.in index d630a2a6a..eaafd37b9 100644 --- a/map-agent/Config.in +++ b/map-agent/Config.in @@ -57,6 +57,7 @@ config AGENT_USE_LIBDPP config AGENT_CHECK_PARTIAL_WIFI_RELOAD bool "Option that allow SSID/PSK simple reload" + default y endmenu endif diff --git a/map-agent/Makefile b/map-agent/Makefile index 5ea5b8ea4..fe7c9998d 100644 --- a/map-agent/Makefile +++ b/map-agent/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-agent -PKG_VERSION:=6.0.0.0 +PKG_VERSION:=6.0.0.1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=827c2f4d2397af63b3ed9c4648a237850bc98f12 +PKG_SOURCE_VERSION:=4b2a91fbe84728c1273708e02b0008b8bf7b76df PKG_MAINTAINER:=Jakob Olsson PKG_LICENSE:=BSD-3-Clause diff --git a/map-agent/files/etc/config/mapagent b/map-agent/files/etc/config/mapagent index b687b7860..320c7f37b 100644 --- a/map-agent/files/etc/config/mapagent +++ b/map-agent/files/etc/config/mapagent @@ -8,6 +8,7 @@ config agent 'agent' option scan_on_boot_only '0' option chan_ch_relay_mcast '0' option guest_isolation '1' + option partial_wifi_reload '0' list map_port 'all' # option controller_macaddr '0a:1b:2c:3d:4e:50'