projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca306c
)
generic: 6.6: disable EPAN support
author
Robert Marko
<
[email protected]
>
Thu, 22 Aug 2024 09:43:52 +0000
(11:43 +0200)
committer
Robert Marko
<
[email protected]
>
Thu, 22 Aug 2024 11:36:15 +0000
(13:36 +0200)
Enhanced Privileged Access Never (EPAN) is an ARMv8.7 feature, and since
we dont have any SoC-s implementing it lets disable it.
Link:
https://github.com/openwrt/openwrt/pull/16211
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/generic/config-6.6
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-6.6
b/target/linux/generic/config-6.6
index 368d0c6a6bfae6dd7ad2ab2c571ba5c778198f06..e0e1bd52802f16ff6eaf774476530fe088508681 100644
(file)
--- a/
target/linux/generic/config-6.6
+++ b/
target/linux/generic/config-6.6
@@
-326,7
+326,7
@@
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
# CONFIG_ARM64_BTI is not set
CONFIG_ARM64_CNP=y
# CONFIG_ARM64_E0PD is not set
-CONFIG_ARM64_EPAN=y
+# CONFIG_ARM64_EPAN is not set
# CONFIG_ARM64_ERRATUM_1024718 is not set
# CONFIG_ARM64_ERRATUM_1165522 is not set
# CONFIG_ARM64_ERRATUM_1286807 is not set