Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -263,8 +263,6 @@ class Toolchain:
|
||||
# glibc doesn't support static only configuration
|
||||
depends.append("!BR2_STATIC_LIBS")
|
||||
selects.append("BR2_TOOLCHAIN_EXTERNAL_GLIBC")
|
||||
# all glibc toolchains have RPC support
|
||||
selects.append("BR2_TOOLCHAIN_HAS_NATIVE_RPC")
|
||||
elif frag.startswith("BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL"):
|
||||
# musl needs mmu support
|
||||
depends.append("BR2_USE_MMU")
|
||||
|
||||
Reference in New Issue
Block a user