mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: 6.0.0.1
This commit is contained in:
parent
34be7d88b0
commit
1f3c68ad79
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <jakob.olsson@iopsys.eu>
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue