aboutsummaryrefslogtreecommitdiff
path: root/utils/bluez/patches/004-Move-the-43xx-firmware-into-lib-firmware.patch
Commit message (Collapse)AuthorAge
* Bluez: Update to 5.56Johnny Vogels2021-03-03
| | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* bluez: Update to version 5.51Bruno Randolf2019-10-16
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* bluez: Add support for Raspberry Pi 3Álvaro Fernández Rojas2016-03-06
- Adds bcm43xx-3wire variant. - Resets UART speed after firmware download. - Prints chip name when firmware isn't found for bcm43xx. - Increases timeout for bcm43xx. - Moves bcm43xx firmware to lib. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>