4a1021de87
Since r40909 openwrt can automatically shutdown when you press the power button or try to shutdown a kvm virtual machine. When booting a recent CC-rc2 or trunk image, it doesn't work, as two kernel modules are missing. Add these two kernel modules to the default packages, so users don't need to install them manually. Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 46366
9 lines
290 B
Makefile
9 lines
290 B
Makefile
ARCH:=x86_64
|
|
BOARDNAME:=x86_64
|
|
DEFAULT_PACKAGES += kmod-acpi-button 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
|