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.
This commit is contained in:
Jan 2017-12-26 21:24:06 +01:00 committed by GitHub
parent 47cd215aeb
commit 88f17f4ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) \