mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
bbfdm: updated log level
This commit is contained in:
parent
bf40d37745
commit
a5c13c4ae7
2 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bbfdm
|
PKG_NAME:=bbfdm
|
||||||
PKG_VERSION:=1.15.10
|
PKG_VERSION:=1.15.11
|
||||||
|
|
||||||
USE_LOCAL:=0
|
USE_LOCAL:=0
|
||||||
ifneq ($(USE_LOCAL),1)
|
ifneq ($(USE_LOCAL),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
|
||||||
PKG_SOURCE_VERSION:=1fa64da324322949e4e7dee06517bf368a18d643
|
PKG_SOURCE_VERSION:=53fdfcfa28c569b53c8c3dba0b0606882ea9b99b
|
||||||
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,7 +1,7 @@
|
||||||
config bbfdmd 'bbfdmd'
|
config bbfdmd 'bbfdmd'
|
||||||
option enable '1'
|
option enable '1'
|
||||||
option debug '0'
|
option debug '0'
|
||||||
option loglevel '4'
|
option loglevel '3'
|
||||||
|
|
||||||
config micro_services 'micro_services'
|
config micro_services 'micro_services'
|
||||||
option enable '1'
|
option enable '1'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue