Skip to content

Commit 56edd8c

Browse files
committed
v1.16.0 release
1 parent 1425401 commit 56edd8c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v1.16.0
4+
5+
This is a major update to Buildroot 2021.05. Please review the Buildroot release
6+
notification below in addition to the following.
7+
8+
1. The `wpa_supplicant` options in Buildroot changed. If you're using
9+
`vintage_net_wifi`, you'll need to make sure that the control interface is
10+
enabled now. Add the following to your `nerves_defconfig`:
11+
12+
```
13+
BR2_PACKAGE_WPA_SUPPLICANT_CTRL_IFACE=y
14+
```
15+
16+
* Package updates
17+
* [Buildroot 2021.05](http://lists.busybox.net/pipermail/buildroot/2021-June/311946.html)
18+
* [Erlang/OTP 24.0.2](https://erlang.org/download/OTP-24.0.2.README)
19+
* Broadcom WiFi firmware for Raspberry Pis 1:20190114-1+rpt11. Despite the
20+
version number, this is the latest from Raspberry Pi OS.
21+
22+
* Improvements
23+
* Build Nerves on RISC-V platforms. RISC-V is not officially supported, but
24+
experiments are ongoing as low cost hardware becomes available.
25+
326
## v1.15.2
427

528
This is a security/bugfix release for Buildroot and Erlang.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.2
1+
1.16.0

0 commit comments

Comments
 (0)