- remove native acpid package (we try to use busyboxs one)
This commit is contained in:
Stephan Raue 2009-12-10 16:04:16 +01:00
parent 548c53e13a
commit 284213b320
5 changed files with 0 additions and 29 deletions

View File

@ -1,2 +0,0 @@
i386
x86_64

View File

@ -1,9 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
make CC=$CC CFLAGS="$CFLAGS -DVERSION=\"\" -D_GNU_SOURCE"

View File

@ -1,2 +0,0 @@
event=button[ /]power.*
action=/sbin/poweroff

View File

@ -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

View File

@ -1 +0,0 @@
http://switch.dl.sourceforge.net/sourceforge/acpid/acpid-1.0.10.tar.gz