Commit Graph

17 Commits

Author SHA1 Message Date
Tianling Shen 990c2bcf0a acpid: Update to 2.0.34
Backported an upstream commit to fix build with musl 1.2.4.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-17 16:13:11 +08:00
Andre Heider e7d9c86503 treewide: refactor to use PKG_BUILD_FLAGS:=lto
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>
2023-04-08 08:38:54 +02:00
Andre Heider 35f4ef76e0 treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections
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>
2023-04-08 08:38:54 +02:00
Rob Mosher bf668c35b7 acpid: fix init script
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>
2020-05-27 06:48:34 -04:00
Rosen Penev d385bbe752
acpid: convert to procd
acpid has no option -x, so removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 14:10:43 -07:00
Rosen Penev bdfa075902
acpid: Update to 2.0.32
Switched compilation to standard PKG_INSTALL.

Added extra binary.

Added size optimizations.

Miscellaneous cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 10:17:08 -07:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev fb0426e91a acpid: Update to 2.0.30
Remove obsolete patch. Also update the website.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 13:15:51 -07:00
Hannu Nyman 5bbbc36b3b
Merge pull request #6216 from neheb/patch-7
acpid: Update to 2.0.29
2018-07-07 20:20:27 +03:00
Rosen Penev 7fca11ffd5 acpid: Update to 2.0.29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-07 18:10:28 -07:00
Antonio Silverio 77e8989236 acpid: remove depends on TARGET_x86 or TARGET_x86_64
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>
2018-03-27 15:26:04 +02:00
Thomas Heil 970adea169 acpid: update to 2.0.28
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 17:15:08 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
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>
2016-07-09 14:50:58 -04:00
heil e0e98c8cb1 acpid: bump to version 2.0.27
Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-30 14:37:00 +02:00
heil 1f0e1fa7c7 acpid: update to 2.0.25
- remove 001-musl-compat-patch

Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:33:33 +02:00
heil 3661e01a0d acpid: Import from oldpackages, update to latest version, add myself as
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>
2015-06-17 17:25:52 +02:00