buildroot-2024.02.3

This commit is contained in:
Tom Dewey 2024-06-18 16:47:02 +01:00 committed by Tom Dewey
parent 4c7342af08
commit 7e5de45038
4 changed files with 1 additions and 150 deletions

View file

@ -7,6 +7,7 @@ BUILDROOT_TAR=buildroot-2024.02.3.tar.gz
if [ ! -e "${BUILDROOT}" ]; then
tar xvf "${BUILDROOT_TAR}"
patch -p0 < buildroot-mesa3d.patch
fi
if [ ! -e "${BUILDROOT}/.config" ]; then