X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Facpid%2FMakefile;fp=utils%2Facpid%2FMakefile;h=23a07ec6e2130508feffe6fcf367783faf853048;hb=e2c412babf733655bf43aa279bb77bad130f66e0;hp=01533d4f944bd37a55d53dc0dd0b70fc81857c80;hpb=bf357edbd062045d4362d58ad783710eccde90f2;p=packages.git diff --git a/utils/acpid/Makefile b/utils/acpid/Makefile index 01533d4f9..23a07ec6e 100644 --- a/utils/acpid/Makefile +++ b/utils/acpid/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -22,7 +22,7 @@ define Package/acpid CATEGORY:=Utilities TITLE:=The ACPI Daemon (acpid) With Netlink Support URL:=http://tedfelix.com/linux/acpid-netlink.html - DEPENDS:=+kmod-input-evdev +kmod-button + DEPENDS:=+kmod-input-evdev +kmod-acpi-button endef define Package/acpid/description @@ -56,7 +56,7 @@ define Package/acpid/postinst echo "waiting for input devices to come up" /etc/init.d/acpid enable sleep 5 - /usr/sbin/acpid + /etc/init.d/acpid start echo "please try the power button" exit 0 }