diff options
| author | Robert Marko | 2024-08-22 09:43:52 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-22 11:36:15 +0000 |
| commit | 9c0179ff1373991c7b545a4d9f6b2d5768c9e91d (patch) | |
| tree | ede9b1d80f53348550fd370085a83129dd218e4d | |
| parent | fca306c563196481c1ad488b9abf4e84026591f4 (diff) | |
| download | openwrt-9c0179ff1373991c7b545a4d9f6b2d5768c9e91d.tar.gz | |
generic: 6.6: disable EPAN support
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 <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 368d0c6a6b..e0e1bd5280 100644 --- 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 |