topology: 2.0.7: add host global config

This commit is contained in:
nevadita.chatterjee 2021-06-23 13:39:00 +05:30 committed by Jakob Olsson
parent 678d8ad567
commit 30baf028d7
2 changed files with 6 additions and 2 deletions

View file

@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=map-topology
PKG_VERSION:=2.0.6
PKG_VERSION:=2.0.7
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_VERSION:=637dfd68754db0e2c6b714c09d864d631c140133
PKG_SOURCE_VERSION:=9c8f00b452754a4a724a6c2df0a8640b196f5f8c
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-topology.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz

View file

@ -0,0 +1,4 @@
config global 'global'
option ageing_timer '1440'
option reboot_persistent '0'