]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mtd: bump package release 23827/head
authorPaul Spooren <mail@aparcar.org>
Tue, 16 Jun 2026 09:20:05 +0000 (11:20 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 16 Jun 2026 09:32:52 +0000 (11:32 +0200)
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 <mail@aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/23827
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/system/mtd/Makefile

index d83e3599d86251958f6f07d5199d56a3df4cfe45..adc4a3d218b6fbf36c3bec878a6d0a51100c47ff 100644 (file)
@@ -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)