aboutsummaryrefslogtreecommitdiff
path: root/utils/acpid/Makefile
Commit message (Collapse)AuthorAge
* acpid: Update to 2.0.34Tianling Shen2023-05-17
| | | | | | Backported an upstream commit to fix build with musl 1.2.4. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* acpid: fix init scriptRob Mosher2020-05-27
| | | | | | | | | init script would error: procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 18: procd_send_signal: not found procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 19: syntax error: unexpected "}" Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* acpid: convert to procdRosen Penev2020-03-09
| | | | | | acpid has no option -x, so removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* acpid: Update to 2.0.32Rosen Penev2019-10-30
| | | | | | | | | | | | Switched compilation to standard PKG_INSTALL. Added extra binary. Added size optimizations. Miscellaneous cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* acpid: Update to 2.0.30Rosen Penev2018-07-26
| | | | | | Remove obsolete patch. Also update the website. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #6216 from neheb/patch-7Hannu Nyman2018-07-07
|\ | | | | acpid: Update to 2.0.29
| * acpid: Update to 2.0.29Rosen Penev2018-06-07
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | acpid: remove depends on TARGET_x86 or TARGET_x86_64Antonio Silverio2018-03-27
|/ | | | | | | acpid can react on netlinkn events that are generated also from SoC GPIO driven event, not only acpi x86 BIOS Signed-off-by: Antonio Silverio <menion@gmail.com>
* acpid: update to 2.0.28Thomas Heil2017-10-15
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* acpid: bump to version 2.0.27heil2016-03-30
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* acpid: update to 2.0.25heil2015-08-24
| | | | | | - remove 001-musl-compat-patch Signed-off-by: heil <heil@terminal-consulting.de>
* acpid: Import from oldpackages, update to latest version, add myself asheil2015-06-17
maintainer, ensure musl compatibility - with acpid kvm based setups can react on acpi shutdown and reboot actions Signed-off-by: heil <heil@terminal-consulting.de>