bbfdm: Use generic struct dm_data for multi-instance objects

This commit is contained in:
Vivek Kumar Dutta 2024-03-06 10:22:44 +05:30
parent 5ce0a2213c
commit 2aba8381a8

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.7.5
PKG_VERSION:=1.7.6
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=3d83590251ff97d65d58ecafb41fbc91a463b27b
PKG_SOURCE_VERSION:=8acd70acf1e47626ec1c5faf46e41b5841df9e10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif