Hi,
as the patch is already 4 weeks old it does not apply anymore. could you
send a rebased version please ?
John
On 19/06/2015 09:09, Stefan Hellermann wrote:
> 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 <[email protected]>
> ---
> target/linux/x86/64/target.mk | 2 +-
> target/linux/x86/kvm_guest/target.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk
> index 1f22eb3..9cf1671 100644
> --- a/target/linux/x86/64/target.mk
> +++ b/target/linux/x86/64/target.mk
> @@ -1,6 +1,6 @@
> ARCH:=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
> MAINTAINER:=Imre Kaloz <[email protected]>
>
> diff --git a/target/linux/x86/kvm_guest/target.mk
> b/target/linux/x86/kvm_guest/target.mk
> index d3f950f..d9af63f 100644
> --- a/target/linux/x86/kvm_guest/target.mk
> +++ b/target/linux/x86/kvm_guest/target.mk
> @@ -1,3 +1,3 @@
> BOARDNAME:=KVM Guest
> 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
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel