]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
button-hotplug: bump package release 23826/head
authorPaul Spooren <mail@aparcar.org>
Tue, 16 Jun 2026 09:24:16 +0000 (11:24 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 16 Jun 2026 09:33:24 +0000 (11:33 +0200)
This commit fixes "286f377389a button-hotplug: add KEY_SETUP and KEY_VENDOR
handling" which changed the code without bumping the PKG_RELEASE, resulting in
different binaries under the same version.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/23826
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/button-hotplug/Makefile

index 8e8c02609c8bb9d5dfcec4ad14541462c04710a2..2908e5b0307e0f4830678419a9ca40c95944997a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=button-hotplug
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_LICENSE:=GPL-2.0
 
 include $(INCLUDE_DIR)/package.mk