From 5bb576abca3de0f1412244b550bdf90a1b805ebf Mon Sep 17 00:00:00 2001 From: "huitao.chen" Date: Fri, 6 Feb 2026 23:03:50 +0800 Subject: [PATCH] restore acpid.mk to the buildroot version. --- package/acpid/acpid.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/acpid/acpid.mk b/package/acpid/acpid.mk index 0817fdc985f..4bd93068ad4 100644 --- a/package/acpid/acpid.mk +++ b/package/acpid/acpid.mk @@ -35,7 +35,6 @@ define ACPID_SET_EVENTS >$(TARGET_DIR)/etc/acpi/events/powerbtn endef -# batocera : we won't that -#ACPID_POST_INSTALL_TARGET_HOOKS += ACPID_SET_EVENTS +ACPID_POST_INSTALL_TARGET_HOOKS += ACPID_SET_EVENTS $(eval $(autotools-package))