map-agent: 4.1.1.0

This commit is contained in:
Jakob Olsson 2023-01-31 10:09:29 +01:00
parent ef3e1681f9
commit 0b680a8f67
2 changed files with 3 additions and 3 deletions

View file

@ -5,9 +5,9 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=map-agent PKG_NAME:=map-agent
PKG_VERSION:=4.1.0.4 PKG_VERSION:=4.1.1.0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=c28feecc7004307952d54c78f4110c5763dbe0ee PKG_SOURCE_VERSION:=428e0c1f7e2fdb81421dad2ec8ac45a526389334
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu> PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause

View file

@ -25,7 +25,7 @@ validate_agent_section() {
uci_validate_section mapagent agent "agent" \ uci_validate_section mapagent agent "agent" \
'enabled:bool:true' \ 'enabled:bool:true' \
'debug:range(0,16)' \ 'debug:range(0,16)' \
'profile:range(1,2):2' \ 'profile:range(1,4):2' \
'brcm_setup:bool:false' \ 'brcm_setup:bool:false' \
'controller_macaddr:macaddr' \ 'controller_macaddr:macaddr' \
'al_bridge:string' \ 'al_bridge:string' \