Skip to content

Commit 5cefd47

Browse files
committed
Revert "Update Raspberry PI Firmware"
This reverts commit 91cf4c8.
1 parent ace4d52 commit 5cefd47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/raspberryconfig.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ echo "Adding PI3 & PiZero W Wireless, PI WIFI Wireless dongle, ralink mt7601u &
183183
apt-get install -y --only-upgrade firmware-atheros firmware-ralink firmware-realtek firmware-brcm80211
184184

185185
# Temporary brcm firmware fix solution until we use Buster
186-
wget http://repo.volumio.org/Volumio2/Firmwares/firmware-brcm80211_20190114-1+rpt9_all.deb
187-
dpkg -i firmware-brcm80211_20190114-1+rpt9_all.deb
188-
rm firmware-brcm80211_20190114-1+rpt9_all.deb
186+
wget http://repo.volumio.org/Volumio2/Firmwares/firmware-brcm80211_20190114-1+rpt6_all.deb
187+
dpkg -i firmware-brcm80211_20190114-1+rpt6_all.deb
188+
rm firmware-brcm80211_20190114-1+rpt6_all.deb
189189

190190
if [ "$KERNEL_VERSION" = "4.4.9" ]; then # probably won't be necessary in future kernels
191191
echo "Adding initial support for PiZero W wireless on 4.4.9 kernel"

0 commit comments

Comments
 (0)