From cdb2ffb0f5d1de232037270b03e975fce9a7aec3 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 24 Apr 2019 17:50:27 -0500 Subject: Autoload i2c-dev for LoRa users --- recipes-kernel/linux/linux-at91_4.9.87.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 5a1da8d..cd9b511 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -18,7 +18,7 @@ RDEPENDS_kernel-base="" FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" -PR = "r6" +PR = "r7" KERNEL_VERSION = "${PV}" EXTRAVERSION = "" @@ -67,6 +67,8 @@ SRC_URI_append_mtr = "\ file://fix-atmel-mci-reg-overloading.patch \ file://wl12xx_enable_disable.patch \ " +KERNEL_MODULE_AUTOLOAD_mtcap_append += "i2c-dev" +KERNEL_MODULE_AUTOLOAD_mtcdt_append += "i2c-dev" DTB_APPEND_mtcdt = "mtcdt" DTB_APPEND_mtrv1 = "mtrv1" -- cgit v1.2.3