diff --git a/conf/distro/roro.conf b/conf/distro/roro.conf index 5725d42..bad3a43 100644 --- a/conf/distro/roro.conf +++ b/conf/distro/roro.conf @@ -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"