From 88f17f4ed1ce0d0ef8c060b8e4e35d9579481f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Jonas=20S=C3=A4mann?= Date: Tue, 26 Dec 2017 21:24:06 +0100 Subject: [PATCH] Update site.mk Added kmod-button-hotplug to be build for vm-related architectures so that the firmware can react properly to a shutdown request. --- site.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site.mk b/site.mk index 113429a..1d125be 100644 --- a/site.mk +++ b/site.mk @@ -137,6 +137,7 @@ ifeq ($(GLUON_TARGET),x86-generic) GLUON_SITE_PACKAGES += \ kmod-usb-hid \ kmod-hid-generic \ + kmod-button-hotplug \ $(USB_PACKAGES_BASIC) \ $(USB_PACKAGES_STORAGE) \ $(USB_PACKAGES_NET) \ @@ -152,6 +153,7 @@ ifeq ($(GLUON_TARGET),x86-64) GLUON_SITE_PACKAGES += \ kmod-usb-hid \ kmod-hid-generic \ + kmod-button-hotplug \ $(USB_PACKAGES_BASIC) \ $(USB_PACKAGES_STORAGE) \ $(USB_PACKAGES_NET) \