Author: jow Date: 2015-07-14 19:23:56 +0200 (Tue, 14 Jul 2015) New Revision: 46368
Modified: trunk/package/kernel/linux/modules/input.mk Log: linux: enable kmod-acpi-button for x86_64 (#20080) Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/linux/modules/input.mk =================================================================== --- trunk/package/kernel/linux/modules/input.mk 2015-07-14 16:24:10 UTC (rev 46367) +++ trunk/package/kernel/linux/modules/input.mk 2015-07-14 17:23:56 UTC (rev 46368) @@ -176,7 +176,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
