openwrt_archive/target/linux/x86/64/target.mk
Luka Perkov 2975c633af x86: remove old references to kmod-acpi-button
The kmod-acpi-button functionality is included in the kernel where needed
and the corresponding kmod package has been deleted long ago, therfor drop
the remaining references now.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 49329
2016-05-10 22:36:32 +00:00

10 lines
273 B
Makefile

ARCH:=x86_64
BOARDNAME:=x86_64
DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
ARCH_PACKAGES:=x86_64
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
define Target/Description
Build images for 64 bit systems including virtualized guests.
endef