From 1e0bed638b3a6e5debf452e890bc18665eaea90c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 31 Aug 2010 02:32:18 +0200 Subject: [PATCH] busybox: remove acpid applet Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox.conf | 8 +++---- packages/sysutils/busybox/install | 5 ---- .../sysutils/busybox/scripts/acpi_powerbtn | 24 ------------------- 3 files changed, 4 insertions(+), 33 deletions(-) delete mode 100755 packages/sysutils/busybox/scripts/acpi_powerbtn diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index ff015bc0d0..63fc457893 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.17.1 -# Tue Aug 17 16:46:32 2010 +# Busybox version: 1.17.2 +# Tue Aug 31 02:30:21 2010 # CONFIG_HAVE_DOT_CONFIG=y @@ -497,8 +497,8 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # Linux System Utilities # # CONFIG_REV is not set -CONFIG_ACPID=y -CONFIG_FEATURE_ACPID_COMPAT=y +# CONFIG_ACPID is not set +# CONFIG_FEATURE_ACPID_COMPAT is not set # CONFIG_BLKID is not set CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index 2234042664..a031130920 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -47,10 +47,6 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $USER_PASSWORD`" echo $GREATING3 >> $INSTALL/etc/issue echo $GREATING4 >> $INSTALL/etc/issue -# acpid specific - mkdir -p $INSTALL/etc/acpi/PWRF - cp $PKG_DIR/scripts/acpi_powerbtn $INSTALL/etc/acpi/PWRF/00000080 - mkdir -p $INSTALL/etc/modprobe.d cp $PKG_DIR/modprobe.d/* $INSTALL/etc/modprobe.d @@ -60,4 +56,3 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $USER_PASSWORD`" mkdir -p $INSTALL/usr/config cp $PKG_DIR/config/time.conf $INSTALL/usr/config - diff --git a/packages/sysutils/busybox/scripts/acpi_powerbtn b/packages/sysutils/busybox/scripts/acpi_powerbtn deleted file mode 100755 index 6395758c6f..0000000000 --- a/packages/sysutils/busybox/scripts/acpi_powerbtn +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -/bin/sync -/sbin/poweroff