From adcd7faafc447db75485b75170bc1d3de93eb662 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu> Date: Tue, 28 Jan 2025 16:11:38 +0530 Subject: [PATCH] bbfdm: Rename default Vendor extension prefix to X_IOWRT_EU --- bbfdm/Config_bbfdmd.in | 2 +- bbfdm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bbfdm/Config_bbfdmd.in b/bbfdm/Config_bbfdmd.in index 3886681b4..c4a00aa9f 100644 --- a/bbfdm/Config_bbfdmd.in +++ b/bbfdm/Config_bbfdmd.in @@ -2,7 +2,7 @@ if PACKAGE_bbfdmd config BBF_VENDOR_PREFIX string "Vendor Prefix" - default "X_IOPSYS_EU_" + default "X_IOWRT_EU_" config BBF_OBFUSCATION_KEY string "Obfuscation key" diff --git a/bbfdm/Makefile b/bbfdm/Makefile index 0f406788a..7d1eccaf7 100644 --- a/bbfdm/Makefile +++ b/bbfdm/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bbfdm -PKG_VERSION:=1.14.0 +PKG_VERSION:=1.14.1 USE_LOCAL:=0 ifneq ($(USE_LOCAL),1) -- GitLab