From: Paul Spooren Date: Tue, 16 Jun 2026 09:20:05 +0000 (+0200) Subject: mtd: bump package release X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45b8cb0ce4fe9c12ce1e7fac03db2346e76e0f6d;p=thirdparty%2Fopenwrt.git 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 --- 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)