diff options
author | John Klug <john.klug@multitech.com> | 2019-04-24 17:50:27 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | d9dc48d415f2c03ff48d7d6b34146ed649b28bda (patch) | |
tree | 313e81b471baad2ea3d2ea672ac8a6f0188b52b3 /recipes-kernel | |
parent | 96c8ffda26975c19bac8035c80c1a5d903101432 (diff) | |
download | meta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.tar.gz meta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.tar.bz2 meta-multitech-d9dc48d415f2c03ff48d7d6b34146ed649b28bda.zip |
Autoload i2c-dev for LoRa users
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" |