diff --git a/packages/linux/config/linux.i386.conf b/packages/linux/config/linux.i386.conf index 5d83ff6ab0..e97c484fae 100644 --- a/packages/linux/config/linux.i386.conf +++ b/packages/linux/config/linux.i386.conf @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.30-rc3 +# Linux kernel version: 2.6.30-rc4 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -344,10 +344,10 @@ CONFIG_PM=y # CONFIG_PM_DEBUG is not set # CONFIG_SUSPEND is not set CONFIG_ACPI=y -CONFIG_ACPI_PROCFS=y -CONFIG_ACPI_PROCFS_POWER=y +# CONFIG_ACPI_PROCFS is not set +# CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_SYSFS_POWER=y -CONFIG_ACPI_PROC_EVENT=y +# CONFIG_ACPI_PROC_EVENT is not set CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y diff --git a/packages/sysutils/busybox/init.d/25_acpi b/packages/sysutils/busybox/init.d/25_acpid similarity index 77% rename from packages/sysutils/busybox/init.d/25_acpi rename to packages/sysutils/busybox/init.d/25_acpid index b9e32bb0de..4c6ceb1a89 100755 --- a/packages/sysutils/busybox/init.d/25_acpi +++ b/packages/sysutils/busybox/init.d/25_acpid @@ -8,6 +8,6 @@ progress "Starting ACPI daemon" -acpid 2>&1 > /dev/null +acpid /dev/input/event* 2>&1 > /dev/null exit 0