Author: nbd Date: 2015-11-07 17:22:23 +0100 (Sat, 07 Nov 2015) New Revision: 47414
Modified: trunk/package/kernel/linux/modules/input.mk Log: kernel: remove kmod-acpi-button package, it is already built into the kernel Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/input.mk =================================================================== --- trunk/package/kernel/linux/modules/input.mk 2015-11-07 16:22:18 UTC (rev 47413) +++ trunk/package/kernel/linux/modules/input.mk 2015-11-07 16:22:23 UTC (rev 47414) @@ -173,22 +173,6 @@ $(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||TARGET_x86_64) +kmod-input-evdev - KCONFIG:=CONFIG_ACPI_BUTTON - FILES:=$(LINUX_DIR)/drivers/acpi/button.ko - AUTOLOAD:=$(call AutoLoad,06,button) -endef - -define KernelPackage/acpi-button/description - Kernel module for ACPI Button support -endef - -$(eval $(call KernelPackage,acpi-button)) - - define KernelPackage/keyboard-imx SUBMENU:=$(INPUT_MODULES_MENU) TITLE:=IMX keypad support _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
