bbfdm: 1.12.2

- Fix rpcd bbf.secure script
- Fix validation for empty datamodel parameter reference
This commit is contained in:
Vivek Kumar Dutta 2024-09-12 18:38:51 +05:30
parent 964a1008fd
commit 52add3fc14
2 changed files with 3 additions and 3 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.12.1
PKG_VERSION:=1.12.2
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=9a6dfdfe3e8a6e0964b2b8006453c8278fbf9467
PKG_SOURCE_VERSION:=db98fd94a542ae72ae440c17e6f7d78bfbf36268
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=64
START=80
STOP=10
USE_PROCD=1