From e455c420711d189fa2d0b9e987fbe0e386e32202 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Thu, 22 Jun 2017 09:34:14 -0500 Subject: Add USB serial simple driver for radio modem FOTA --- recipes-kernel/linux/linux-3.12.70/mtcap/defconfig | 2 +- recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig | 2 +- recipes-kernel/linux/linux_3.12.70.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig index 155ff82..bc878dc 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig +++ b/recipes-kernel/linux/linux-3.12.70/mtcap/defconfig @@ -2000,7 +2000,7 @@ CONFIG_USB_STORAGE=m # CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y -# CONFIG_USB_SERIAL_SIMPLE is not set +CONFIG_USB_SERIAL_SIMPLE=m CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m diff --git a/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig b/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig index 58025f7..8f399d5 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig +++ b/recipes-kernel/linux/linux-3.12.70/mtcdt/defconfig @@ -2005,7 +2005,7 @@ CONFIG_USB_STORAGE=m # CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y -# CONFIG_USB_SERIAL_SIMPLE is not set +CONFIG_USB_SERIAL_SIMPLE=m CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m diff --git a/recipes-kernel/linux/linux_3.12.70.bb b/recipes-kernel/linux/linux_3.12.70.bb index 47fa821..9cdfef8 100644 --- a/recipes-kernel/linux/linux_3.12.70.bb +++ b/recipes-kernel/linux/linux_3.12.70.bb @@ -2,7 +2,7 @@ inherit kernel # mts class to build dtb and append to kernel image inherit linux-append-dtb -PR = "r12" +PR = "r13" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -- cgit v1.2.3