Merge pull request #56 from J0WI/buildroot-2018.11.1

Update buildroot to 2018.11.1
This commit is contained in:
Tianon Gravi 2018-12-24 12:45:10 -08:00 committed by GitHub
commit 3faaa45afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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='2018.08'; \
buildrootVersion='2018.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

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

@ -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 2018.08
ENV BUILDROOT_VERSION 2018.11.1
RUN set -ex; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.bz2"; \