File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## v1.15.2
4
27
5
28
This is a security/bugfix release for Buildroot and Erlang.
Original file line number Diff line number Diff line change 1
- 1.15.2
1
+ 1.16.0
You can’t perform that action at this time.
0 commit comments