x86: add kmod-acpi-button and kmod-button-hotplug to default packages

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
lede-17.01
John Crispin 2015-07-14 16:24:02 +00:00
parent 388647b580
commit 4a1021de87
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ARCH:=x86_64 ARCH:=x86_64
BOARDNAME:=x86_64 BOARDNAME:=x86_64
DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 DEFAULT_PACKAGES += kmod-acpi-button kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
ARCH_PACKAGES:=x86_64 ARCH_PACKAGES:=x86_64
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>

View File

@ -1,4 +1,4 @@
BOARDNAME:=KVM Guest BOARDNAME:=KVM Guest
FEATURES:=ext4 pci usb FEATURES:=ext4 pci usb
DEFAULT_PACKAGES += kmod-virtio-balloon kmod-virtio-net kmod-virtio-random DEFAULT_PACKAGES += kmod-acpi-button kmod-button-hotplug kmod-virtio-balloon kmod-virtio-net kmod-virtio-random
CPU_TYPE := pentium4 CPU_TYPE := pentium4