slackbuilds/system/acpi_call
Heinz Wiesinger d768605328 system/acpi_call: Fix support for PRINT_PACKAGE_NAME
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:19 +02:00
..
README system/acpi_call: Added (kernel module for calling ACPI methods). 2016-08-10 05:38:05 +07:00
acpi_call.SlackBuild system/acpi_call: Fix support for PRINT_PACKAGE_NAME 2021-07-17 21:55:19 +02:00
acpi_call.info system/acpi_call: Added (kernel module for calling ACPI methods). 2016-08-10 05:38:05 +07:00
doinst.sh system/acpi_call: Added (kernel module for calling ACPI methods). 2016-08-10 05:38:05 +07:00
fix-5.x-kernel.patch system/acpi_call: Allow acpi_call to be built with 5.x kernels. 2020-10-31 00:29:50 +07:00
fix-acpi-include.patch system/acpi_call: Added (kernel module for calling ACPI methods). 2016-08-10 05:38:05 +07:00
slack-desc system/acpi_call: Added (kernel module for calling ACPI methods). 2016-08-10 05:38:05 +07:00

README

Simple kernel module that enables you to call ACPI methods by writing
the method name followed by arguments to /proc/acpi/call. It allows you
to tamper with your system and should be used with CAUTION.

To build the package for a kernel different from the running one,
start the script setting the KERNEL variable as in:

KERNEL=4.4.14 ./acpi_call.SlackBuild