Skip to content

Commit

Permalink
Upgrade buildroot to 2016.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Jun 1, 2016
1 parent 448b012 commit 64f889d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV SRC_DIR=/build \
BR_ROOT=/build/buildroot
RUN mkdir -p ${SRC_DIR} ${OVERLAY}

ENV BR_VERSION 2016.05-rc3
ENV BR_VERSION 2016.05
RUN wget -qO- https://buildroot.org/downloads/buildroot-${BR_VERSION}.tar.bz2 | tar xj && \
mv buildroot-${BR_VERSION} ${BR_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion configs/buildroot.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2016.05-rc3 Configuration
# Buildroot 2016.05 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_6=y
Expand Down

0 comments on commit 64f889d

Please sign in to comment.