Merge pull request #115 from home-assistant/build

Add firmware BCM43430A1.hcd
This commit is contained in:
Pascal Vizeli
2017-06-06 14:52:18 +02:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@@ -11,6 +11,9 @@ RUN git clone --depth 1 https://github.com/RPi-Distro/firmware-nonfree /tmp/firm
&& mkdir -p /lib/firmware/brcm \
&& cp -f /tmp/firmware/brcm80211/brcm/* /lib/firmware/brcm/ \
&& rm -rf /tmp/firmware
# Copy firmware
COPY BCM43430A1.hcd /lib/firmware/brcm/
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Bluetooth BCM43xx",
"version": "0.4",
"version": "0.5",
"slug": "bluetooth_bcm43xx",
"description": "Activate bluetooth for bcm43xx",
"url": "https://home-assistant.io/addons/Bluetooth_bcm43xx/",