mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
acpid:
- remove native acpid package (we try to use busyboxs one)
This commit is contained in:
parent
548c53e13a
commit
284213b320
@ -1,2 +0,0 @@
|
|||||||
i386
|
|
||||||
x86_64
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
make CC=$CC CFLAGS="$CFLAGS -DVERSION=\"\" -D_GNU_SOURCE"
|
|
@ -1,2 +0,0 @@
|
|||||||
event=button[ /]power.*
|
|
||||||
action=/sbin/poweroff
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/acpid $INSTALL/usr/bin
|
|
||||||
[ "$DEVTOOLS" = yes ] && \
|
|
||||||
cp $PKG_BUILD/acpi_listen $INSTALL/usr/bin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/acpi/events
|
|
||||||
cp $PKG_DIR/config/* $INSTALL/etc/acpi/events
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/acpi/scripts
|
|
@ -1 +0,0 @@
|
|||||||
http://switch.dl.sourceforge.net/sourceforge/acpid/acpid-1.0.10.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user