From: jow Date: Tue, 14 Jul 2015 17:23:56 +0000 (+0000) Subject: linux: enable kmod-acpi-button for x86_64 (#20080) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5feb747f655211018c67b117869c3e576fee8ff3;p=openwrt.git linux: enable kmod-acpi-button for x86_64 (#20080) Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 86ff33cb26..0539493cbd 100644 --- a/package/kernel/linux/modules/input.mk +++ b/package/kernel/linux/modules/input.mk @@ -176,7 +176,7 @@ $(eval $(call KernelPackage,input-matrixkmap)) define KernelPackage/acpi-button SUBMENU:=$(INPUT_MODULES_MENU) TITLE:=ACPI Button Support - DEPENDS:=@(TARGET_x86_generic||TARGET_x86_kvm_guest||TARGET_x86_xen_domu) +kmod-input-evdev + DEPENDS:=@(TARGET_x86_generic||TARGET_x86_kvm_guest||TARGET_x86_xen_domu||TARGET_x86_64) +kmod-input-evdev KCONFIG:=CONFIG_ACPI_BUTTON FILES:=$(LINUX_DIR)/drivers/acpi/button.ko AUTOLOAD:=$(call AutoLoad,06,button)