commit
30904414c9
4 changed files with 22 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.14.0+rev1
|
||||
2.14.0+rev2
|
||||
|
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 59ccd8558435ff6424827fb36ccb43b14650f4d4
|
||||
Subproject commit 8312741e13604a9d166370349061876afb22c0fa
|
Loading…
Add table
Reference in a new issue