Skip to content

Commit

Permalink
Dockerfile.gcc: Move rtw88 repository
Browse files Browse the repository at this point in the history
The current rtw88 WiFi driver repository doesn't have any tags or branches
fixed to the revision used by EVE. This commit moves the rtw88 to an
alternative repository, with the right revision tagged.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Apr 19, 2024
1 parent 11760a9 commit 5ab82f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ RUN --mount=type=cache,target=/root/.cache/ccache,id=zfs-ccache-${TARGETARCH} \
ccache -s

# rtw88 wireless driver
ENV RTW88_REVISION=master
ADD https://github.com/lwfinger/rtw88.git#${RTW88_REVISION} /tmp/rtw88
ENV RTW88_REVISION=0.6
ADD https://github.com/rene/rtw88.git#${RTW88_REVISION} /tmp/rtw88
WORKDIR /tmp/rtw88

RUN --mount=type=cache,target=/root/.cache/ccache,id=rtw88-ccache-${TARGETARCH} \
Expand Down

0 comments on commit 5ab82f7

Please sign in to comment.