diff --git a/firmware-phicomm-n1/.SRCINFO b/firmware-phicomm-n1/.SRCINFO index e04ebd6..cfbb72b 100644 --- a/firmware-phicomm-n1/.SRCINFO +++ b/firmware-phicomm-n1/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = firmware-phicomm-n1 pkgdesc = Additional firmware for Phicomm N1 pkgver = 6 - pkgrel = 8 + pkgrel = 9 url = https://github.com/RPi-Distro install = firmware-phicomm-n1.install arch = any diff --git a/firmware-phicomm-n1/PKGBUILD b/firmware-phicomm-n1/PKGBUILD index 5015c6a..c3e2ad3 100644 --- a/firmware-phicomm-n1/PKGBUILD +++ b/firmware-phicomm-n1/PKGBUILD @@ -4,7 +4,7 @@ buildarch=28 pkgname=firmware-phicomm-n1 pkgver=6 -pkgrel=8 +pkgrel=9 pkgdesc="Additional firmware for Phicomm N1" arch=('any') conflicts=('firmware-raspberrypi') diff --git a/firmware-phicomm-n1/firmware-phicomm-n1.install b/firmware-phicomm-n1/firmware-phicomm-n1.install index 2d325d8..275f9cf 100644 --- a/firmware-phicomm-n1/firmware-phicomm-n1.install +++ b/firmware-phicomm-n1/firmware-phicomm-n1.install @@ -19,5 +19,5 @@ post_upgrade() { sed -i "s/^macaddr=.*$/macaddr=${mac}/g" /usr/lib/firmware/brcm/brcmfmac43455-sdio.phicomm,n1.txt # set bluetooth macaddr echo -en $(sed 's/^.*:\(..\):\(..\):\(..\)$/\\x\3\\x\2\\x\1/' <<< "$mac") | \ - dd of=/usr/lib/firmware/brcm/BCM4345C0.hcd bs=1 seek=$((0x21)) count=3 conv=notrunc + dd of=/usr/lib/firmware/brcm/BCM4345C0.hcd bs=1 seek=$((0x21)) count=3 conv=notrunc status=none }