Skip to content

Commit

Permalink
Merge pull request #56 from bargees/buildroot-2017.08.1
Browse files Browse the repository at this point in the history
Buildroot 2017.08.1
  • Loading branch information
ailispaw committed Oct 24, 2017
2 parents 6dd5dd2 + 0632617 commit aaaea87
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 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 2017.08
ENV BR_VERSION 2017.08.1
RUN wget -qO- https://buildroot.org/downloads/buildroot-${BR_VERSION}.tar.bz2 | tar xj && \
mv buildroot-${BR_VERSION} ${BR_ROOT}

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL_VERSION := 4.9.52
BUSYBOX_VERSION := 1.27.1
KERNEL_VERSION := 4.9.58
BUSYBOX_VERSION := 1.27.2

OUTPUTS := output/rootfs.tar.xz output/bzImage output/barge.iso output/barge.img
SOURCES := Dockerfile .dockerignore \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It's inspired by the following projects.

## Features

- Built with Buildroot 2017.08 with Linux kernel v4.9.52 and glibc.
- Built with Buildroot 2017.08.1 with Linux kernel v4.9.58 and glibc.
- Strip down the Linux kernel modules and drivers
- Busybox + the following utilities from Buildroot
- sudo, bash, wget, xz, sntp, logrotate
Expand Down
10 changes: 5 additions & 5 deletions configs/buildroot.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2017.08 Configuration
# Buildroot 2017.08.1 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_5=y
Expand Down Expand Up @@ -355,8 +355,8 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y
# BR2_LINUX_KERNEL_CUSTOM_GIT is not set
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
# BR2_LINUX_KERNEL_CUSTOM_SVN is not set
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.52"
BR2_LINUX_KERNEL_VERSION="4.9.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.58"
BR2_LINUX_KERNEL_VERSION="4.9.58"
BR2_LINUX_KERNEL_PATCH="/build/patches/linux"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
Expand Down Expand Up @@ -851,7 +851,7 @@ BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
# BR2_PACKAGE_XORG7 is not set

#
# midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9, host gcc >= 4.8
# midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 5, host gcc >= 4.8
#
# BR2_PACKAGE_XKEYBOARD_CONFIG is not set

Expand Down Expand Up @@ -1426,7 +1426,7 @@ BR2_PACKAGE_JPEG_SIMD_SUPPORT=y
BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS=y

#
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9, host gcc >= 4.8
# webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 5, host gcc >= 4.8
#
# BR2_PACKAGE_WEBP is not set

Expand Down
5 changes: 3 additions & 2 deletions configs/busybox.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.27.1
# Thu Aug 3 20:38:15 2017
# Busybox version: 1.27.2
# Tue Oct 24 03:09:13 2017
#
CONFIG_HAVE_DOT_CONFIG=y

Expand All @@ -10,6 +10,7 @@ CONFIG_HAVE_DOT_CONFIG=y
#
CONFIG_DESKTOP=y
# CONFIG_EXTRA_COMPAT is not set
# CONFIG_FEDORA_COMPAT is not set
CONFIG_INCLUDE_SUSv2=y
# CONFIG_USE_PORTABLE_CODE is not set
CONFIG_SHOW_USAGE=y
Expand Down
3 changes: 2 additions & 1 deletion configs/kernel.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.9.52 Kernel Configuration
# Linux/x86_64 4.9.58 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
Expand Down Expand Up @@ -2482,6 +2482,7 @@ CONFIG_OPTIMIZE_INLINING=y
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
Expand Down

0 comments on commit aaaea87

Please sign in to comment.