education.mk: add disable-usb-autosuspend and bluetooth support

This commit is contained in:
Andrey Cherepanov 2016-08-29 12:41:00 +03:00 committed by Michael Shigorin
parent a2d42b5df5
commit 6a3355135d

View File

@ -18,5 +18,7 @@ distro/education: distro/.installer use/slinux/full \
@$(call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput)
@$(call add,THE_KMODULES,lsadrv)
@$(call add,BASE_PACKAGES,os-prober)
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
@$(call add,THE_PACKAGES,bluez pulseaudio-bluez)
endif