Accepting request 449172 from home:a_faerber:branches:hardware
Add vendor prefix for CuBox-i compatible string OBS-URL: https://build.opensuse.org/request/show/449172 OBS-URL: https://build.opensuse.org/package/show/hardware/bcm43xx-firmware?expand=0&rev=7
This commit is contained in:
parent
7068f8c2af
commit
a4b6e85190
@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 10:45:42 UTC 2017 - afaerber@suse.de
|
||||
|
||||
- Add vendor prefix for CuBox-i compatible string
|
||||
- Reorder by board name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 21:08:25 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- Add brcmfmac4329-sdio-cubox-i.txt and brcmfmac4330-sdio-cubox-i.txt .
|
||||
- Add brcmfmac4329-sdio-cubox-i.txt and brcmfmac4330-sdio-cubox-i.txt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 13:34:43 UTC 2016 - afaerber@suse.de
|
||||
|
@ -2,18 +2,18 @@
|
||||
|
||||
if [[ -e /sys/firmware/devicetree/base/compatible ]]; then
|
||||
case "$(cat /sys/firmware/devicetree/base/compatible 2>/dev/null)" in
|
||||
*cubietech,cubietruck*)
|
||||
ln -sf brcmfmac43362-sdio-cubietruck.txt /lib/firmware/brcm/brcmfmac43362-sdio.txt
|
||||
;;
|
||||
*cubox-i*)
|
||||
ln -sf brcmfmac4329-sdio-cubox-i.txt /lib/firmware/brcm/brcmfmac4329-sdio.txt
|
||||
ln -sf brcmfmac4330-sdio-cubox-i.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt
|
||||
*lemaker,bananapro*)
|
||||
ln -sf brcmfmac43362-sdio-bananapi-m1+.txt /lib/firmware/brcm/brcmfmac43362-sdio.txt
|
||||
;;
|
||||
*sinovoip,bpi-m2*)
|
||||
ln -sf brcmfmac43362-sdio-bananapi-m2.txt /lib/firmware/brcm/brcmfmac43362-sdio.txt
|
||||
;;
|
||||
*lemaker,bananapro*)
|
||||
ln -sf brcmfmac43362-sdio-bananapi-m1+.txt /lib/firmware/brcm/brcmfmac43362-sdio.txt
|
||||
*cubietech,cubietruck*)
|
||||
ln -sf brcmfmac43362-sdio-cubietruck.txt /lib/firmware/brcm/brcmfmac43362-sdio.txt
|
||||
;;
|
||||
*solidrun,cubox-i*)
|
||||
ln -sf brcmfmac4329-sdio-cubox-i.txt /lib/firmware/brcm/brcmfmac4329-sdio.txt
|
||||
ln -sf brcmfmac4330-sdio-cubox-i.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt
|
||||
;;
|
||||
*raspberrypi,3-model-b*)
|
||||
ln -sf brcmfmac43430-sdio-raspberrypi3b.txt /lib/firmware/brcm/brcmfmac43430-sdio.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user