Skip to content

Commit

Permalink
Merge pull request #6 from wokwi/buildroot-2021
Browse files Browse the repository at this point in the history
Update buildroot version to latest
  • Loading branch information
humphd authored Feb 23, 2021
2 parents 313ac1b + 239accc commit b1edf4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rastasheep/ubuntu-sshd:18.04

# Buildroot version to use
ARG BUILD_ROOT_RELEASE=2018.02
ARG BUILD_ROOT_RELEASE=2021.02-rc2
# Root password for SSH
ARG ROOT_PASSWORD=browser-vm

Expand Down
4 changes: 3 additions & 1 deletion buildroot-v86/configs/v86_defconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
BR2_x86_pentiumpro=y
BR2_CCACHE=y
BR2_KERNEL_HEADERS_4_15=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_v86_PATH)/board/v86/rootfs_overlay/"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_v86_PATH)/board/v86/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.172"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_v86_PATH)/board/v86/linux.config"
BR2_PACKAGE_NANO=y
Expand Down

0 comments on commit b1edf4b

Please sign in to comment.