diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f28fa..208d759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change log ----------- +# v2.14.0+rev2 +## (2018-07-26) + +* linux-mainline: Enable drivers for CP210x usb-serial converters [Sebastian] +* linux-mainline: Enable drivers for Huawei modems [Sebastian] +* Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian] + # v2.14.0+rev1 ## (2018-07-18) diff --git a/VERSION b/VERSION index 5b7ab5b..135801f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.14.0+rev1 +2.14.0+rev2 diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index c49c900..b4d02d8 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -36,3 +36,16 @@ RESIN_CONFIGS_DEPS[hdmi] = "\ RESIN_CONFIGS[hdmi] ="\ CONFIG_DRM_SUN8I_DW_HDMI=y \ " + +RESIN_CONFIGS_append = " huawei_modems" +RESIN_CONFIGS_DEPS[huawei_modems] = "\ + CONFIG_USB_USBNET=m \ +" +RESIN_CONFIGS[huawei_modems] ="\ + CONFIG_USB_NET_HUAWEI_CDC_NCM=m \ +" + +RESIN_CONFIGS_append = " cp210x" +RESIN_CONFIGS[cp210x] ="\ + CONFIG_USB_SERIAL_CP210X=m \ +" diff --git a/resin-yocto-scripts b/resin-yocto-scripts index 59ccd85..8312741 160000 --- a/resin-yocto-scripts +++ b/resin-yocto-scripts @@ -1 +1 @@ -Subproject commit 59ccd8558435ff6424827fb36ccb43b14650f4d4 +Subproject commit 8312741e13604a9d166370349061876afb22c0fa