mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
topology: 2.0.7: add host global config
This commit is contained in:
parent
678d8ad567
commit
30baf028d7
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
config global 'global'
|
||||
option ageing_timer '1440'
|
||||
option reboot_persistent '0'
|
||||
Loading…
Add table
Reference in a new issue