conf: Enable autoload for onewire related kernel modules

This commit is contained in:
tkl 2021-04-07 07:14:51 +02:00
parent 03dd24fbe6
commit faaf992e4e

View File

@ -49,3 +49,6 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
MAINTAINER = "rorodist "
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"
KERNEL_MODULE_AUTOLOAD += "w1-gpio"
KERNEL_MODULE_AUTOLOAD += "w1-therm"