Attempt migration to Buildroot 2017.08 + kernel 4.12.

Build fails at: https://git.busybox.net/buildroot/commit/?id=c128c5f3c79b31d89256ffbc5c650ba613d3d52b
This commit is contained in:
Ciro Santilli
2017-11-16 00:57:03 +00:00
parent ce724a38ff
commit 12abf43b78
13 changed files with 19 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
# Must match the Linux kernel source.
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.12"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
BR2_GLOBAL_PATCH_DIR="../global_patch_dir"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="../kernel_config_fragment"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment"