dectmngr: Call openlog() at the beginning to avoid some incomplete log messages

This commit is contained in:
Wenpeng Song 2022-05-05 12:12:18 +00:00
parent ac32ff013e
commit 8382bcc0ac

View file

@ -14,7 +14,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=5fe4a7dbdd29ff3a1eefc392df4208ac21c5034c PKG_SOURCE_VERSION:=8c94908eb230dc453dd2f5575be6c06b086b2e7d
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip
endif endif