From 41a761281d182caae5bebd09d4f7047a3102cc32 Mon Sep 17 00:00:00 2001 From: Vyacheslav <64684523+adeepn@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:49:55 +0300 Subject: [PATCH] JetHome: update bsp package for AP6255 firmware match (#3388) --- config/sources/families/jethub.conf | 3 ++- .../jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.bin | 1 + ...ome,j100.txt => brcmfmac43455-sdio.jethome,jethub-j100.txt} | 0 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.bin rename packages/bsp/jethub/jethubj100/{brcmfmac43455-sdio.jethome,j100.txt => brcmfmac43455-sdio.jethome,jethub-j100.txt} (100%) diff --git a/config/sources/families/jethub.conf b/config/sources/families/jethub.conf index 02a3c3a3ae..953f536693 100644 --- a/config/sources/families/jethub.conf +++ b/config/sources/families/jethub.conf @@ -141,7 +141,8 @@ buildjethomecmds() { # Wifi & Bluetooth mkdir -p --mode=755 "$destination/lib/firmware/" || exit_with_error "Unable to mkdir firmware" mkdir --mode=775 "$destination/lib/firmware/brcm/" || exit_with_error "Unable to mkdir brcm" - cp -P "$SRC"/packages/bsp/jethub/"$BOARD"/{BCM4345C0.hcd,'brcmfmac43455-sdio.jethome,j100.txt'} "$destination/lib/firmware/brcm/" || "Unable to copy brcm firmware symlinks" + cp -P "$SRC"/packages/bsp/jethub/"$BOARD"/{BCM4345C0.hcd,'brcmfmac43455-sdio.jethome,jethub-j100.txt','brcmfmac43455-sdio.jethome,jethub-j100.bin'} "$destination/lib/firmware/brcm/" || exit_with_error "Unable to copy brcm firmware symlinks" + else exit_with_error "Unexpected board \"$BOARD\"" fi diff --git a/packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.bin b/packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.bin new file mode 120000 index 0000000000..e44aa55aa4 --- /dev/null +++ b/packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.bin @@ -0,0 +1 @@ +brcmfmac43455-sdio.bin \ No newline at end of file diff --git a/packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,j100.txt b/packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.txt similarity index 100% rename from packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,j100.txt rename to packages/bsp/jethub/jethubj100/brcmfmac43455-sdio.jethome,jethub-j100.txt