mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
brcmfmac_sdio-firmware: Banana Pi M2 Zero fix
Use BCM43430A1.vim for Banana Pi M2 Zero
This commit is contained in:
parent
5d0dc8a821
commit
88b9f1b6b6
@ -5,7 +5,10 @@
|
||||
|
||||
DTNAME=$(/usr/bin/dtname)
|
||||
|
||||
if [ "$DTNAME" = "khadas,vim" -o "$DTNAME" = "xunlong,orangepi-win" -o "$DTNAME" = "sinovoip,bpi-m2-ultra" ]; then
|
||||
if [ "$DTNAME" = "khadas,vim" -o \
|
||||
"$DTNAME" = "xunlong,orangepi-win" -o \
|
||||
"$DTNAME" = "sinovoip,bpi-m2-ultra" -o \
|
||||
"$DTNAME" = "sinovoip,bpi-m2-zero" ]; then
|
||||
ln -sf /usr/lib/kernel-overlays/base/lib/firmware/brcm/BCM43430A1.vim /usr/lib/firmware/brcm/BCM43430A1.hcd
|
||||
else
|
||||
ln -sf /usr/lib/kernel-overlays/base/lib/firmware/brcm/BCM43430A1.def /usr/lib/firmware/brcm/BCM43430A1.hcd
|
||||
|
Loading…
x
Reference in New Issue
Block a user