diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 90ee9d5..e516637 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: "linux-firmware: Fix wifi for BananaPi M1+" + hash: b62f5c95ebefc40edec0b50848353b5d491e2c39 + body: | + Wifi did not work on the BananaPi M1+ before this + commit, so we have to install the specific bcm43362-sdio file + for this device type. + + This firmware configuration file is specific to the M1+ and comes from + https://github.com/armbian/firmware/blob/master/ap6210/nvram_ap6210.txt + and has the checksum fb1ab0d5148e3f58ce94598665828713. + footer: + Changelog-entry: "linux-firmware: Fix wifi for BananaPi M1+" + changelog-entry: "linux-firmware: Fix wifi for BananaPi M1+" + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 2.105.11+rev1 + title: "'linux-firmware: Fix wifi for BananaPi M1+'" + date: 2022-10-14T10:09:36.065Z - commits: - subject: Update layers/meta-balena to 433b72275aa61da736904aa3f55c7b987824d523 hash: 1e51797e61302a5a246566a95227ffa97f2db57c diff --git a/CHANGELOG.md b/CHANGELOG.md index 806c4f5..1ebdcd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v2.105.11+rev1 +## (2022-10-14) + +* linux-firmware: Fix wifi for BananaPi M1+ [Alexandru Costache] + # v2.105.11 ## (2022-10-13) diff --git a/VERSION b/VERSION index f461b0e..43be34f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.105.11 \ No newline at end of file +2.105.11+rev1 \ No newline at end of file