Update buildroot to 2019.05

This commit is contained in:
Tianon Gravi 2019-06-14 13:49:33 -07:00
parent 3194dde54d
commit 1554579b4e
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ RUN set -ex \
# download a few extra files from buildroot (/etc/passwd, etc)
RUN set -ex; \
buildrootVersion='2019.02.2'; \
buildrootVersion='2019.05'; \
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

@ -103,7 +103,7 @@ RUN set -x \
# download a few extra files from buildroot (/etc/passwd, etc)
RUN set -ex; \
buildrootVersion='2019.02.2'; \
buildrootVersion='2019.05'; \
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

@ -30,7 +30,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 2019.02.2
ENV BUILDROOT_VERSION 2019.05
RUN set -ex; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.bz2"; \