mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
bulkdata: Fix random crashes
This commit is contained in:
parent
a0eab2f7b9
commit
6cdabddc23
2 changed files with 4 additions and 4 deletions
|
|
@ -7,13 +7,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bulkdata
|
PKG_NAME:=bulkdata
|
||||||
PKG_VERSION:=2.1.17
|
PKG_VERSION:=2.1.18
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bulkdata.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bulkdata.git
|
||||||
PKG_SOURCE_VERSION:=2fea783dc983dcb995b861ee531694d3679706a5
|
PKG_SOURCE_VERSION:=d38cb633fbca9e7391269c053a91d91db34730b7
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
config bulkdata 'bulkdata'
|
config bulkdata 'bulkdata'
|
||||||
option enable '0'
|
option enable '0'
|
||||||
#Log levels: Error=1, Warning=2, Info=3, Debug=4
|
#Log levels: As per syslog 0-7, default 6=>LOG_INFO
|
||||||
option log_level '3'
|
option log_level '6'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue