bbfdm: Fix add/del object notification with operate cmd

This commit is contained in:
Vivek Kumar Dutta 2024-07-15 11:57:22 +05:30
parent b702ff6564
commit 657b2c7b65

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.9.8
PKG_VERSION:=1.9.9
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=c2520020896423d642c45e406a0fd58d86c742c1
PKG_SOURCE_VERSION:=56312c7b0344cb2d52352c285ebc3554450fad34
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif