linux: enable kmod-acpi-button for x86_64 (#20080)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46368
This commit is contained in:
parent
94ef06a8c2
commit
52bfee77e4
@ -176,7 +176,7 @@ $(eval $(call KernelPackage,input-matrixkmap))
|
|||||||
define KernelPackage/acpi-button
|
define KernelPackage/acpi-button
|
||||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||||
TITLE:=ACPI Button Support
|
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
|
KCONFIG:=CONFIG_ACPI_BUTTON
|
||||||
FILES:=$(LINUX_DIR)/drivers/acpi/button.ko
|
FILES:=$(LINUX_DIR)/drivers/acpi/button.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,06,button)
|
AUTOLOAD:=$(call AutoLoad,06,button)
|
||||||
|
Loading…
Reference in New Issue
Block a user