mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-09 00:00:42 +01:00
generic: add missing symbol ARM64_CONTPTE
Add the missing symbol to fix build halt on aarch64 targets: ``` Contiguous PTE mappings for user memory (ARM64_CONTPTE) [Y/n/?] (NEW) make[7]: *** [scripts/kconfig/Makefile:85: syncconfig] Error 1 make[6]: *** [Makefile:686: syncconfig] Error 2 ``` Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/20954 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
cc88cf5b65
commit
de1b8012fe
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
|
|||
# CONFIG_ARM64_AMU_EXTN is not set
|
||||
# CONFIG_ARM64_BTI is not set
|
||||
CONFIG_ARM64_CNP=y
|
||||
# CONFIG_ARM64_CONTPTE is not set
|
||||
# CONFIG_ARM64_E0PD is not set
|
||||
# CONFIG_ARM64_EPAN is not set
|
||||
# CONFIG_ARM64_ERRATUM_1024718 is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue