From 45b8cb0ce4fe9c12ce1e7fac03db2346e76e0f6d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 16 Jun 2026 11:20:05 +0200 Subject: [PATCH] mtd: bump package release This commit fixes "a5107ad58c6 mtd: fix buffer leak and fd leak in mtd_dump()" which changed the code but did not increase the release. This causes two packages with the same version to have different content and thereby hashes. Signed-off-by: Paul Spooren Link: https://github.com/openwrt/openwrt/pull/23827 Signed-off-by: Christian Marangi --- package/system/mtd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile index d83e3599d86..adc4a3d218b 100644 --- a/package/system/mtd/Makefile +++ b/package/system/mtd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mtd -PKG_RELEASE:=27 +PKG_RELEASE:=28 PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME) STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS) -- 2.47.3