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:
parent
47cd215aeb
commit
88f17f4ed1
2
site.mk
2
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) \
|
||||
|
Loading…
Reference in New Issue
Block a user