Merge pull request #90 from infosiftr/buildroot-2020.11.1

Update buildroot to 2020.11.1
This commit is contained in:
Tianon Gravi 2020-12-28 10:04:58 -08:00 committed by GitHub
commit cd153b2081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ RUN set -eux; \
# download a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2020.11'; \
buildrootVersion='2020.11.1'; \
mkdir -p rootfs/etc; \
for f in passwd shadow group; do \
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion"; \

View File

@ -105,7 +105,7 @@ RUN set -eux; \
# download a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
buildrootVersion='2020.11'; \
buildrootVersion='2020.11.1'; \
mkdir -p rootfs/etc; \
for f in passwd shadow group; do \
curl -fL -o "rootfs/etc/$f" "https://git.busybox.net/buildroot/plain/system/skeleton/etc/$f?id=$buildrootVersion"; \

View File

@ -33,7 +33,7 @@ RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys AB07D806D2CE7
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
ENV BUILDROOT_VERSION 2020.11
ENV BUILDROOT_VERSION 2020.11.1
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.bz2"; \