From 64f889dc8d25568b5839d9386d09d785653c6988 Mon Sep 17 00:00:00 2001 From: "A.I" Date: Tue, 31 May 2016 17:10:16 -0700 Subject: [PATCH] Upgrade buildroot to 2016.05 --- Dockerfile | 2 +- configs/buildroot.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ee6a3d..a1e1835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/configs/buildroot.config b/configs/buildroot.config index 065f0f6..762ab36 100644 --- a/configs/buildroot.config +++ b/configs/buildroot.config @@ -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