[openwrt/openwrt] kernel: add missing config symbols
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 18 05:42:05 PST 2018
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4
commit ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Feb 18 14:14:06 2018 +0100
kernel: add missing config symbols
They were introduced for arm64 in 4.14.20.
Fixes: 88ba41453dbc ("kernel: bump 4.14 to 4.14.20")
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
target/linux/generic/config-4.14 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 7fca010..01a40d9 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -1529,6 +1529,7 @@ CONFIG_GENERIC_NET_UTILS=y
# CONFIG_HAMRADIO is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_HARDENED_USERCOPY is not set
+# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_HAVE_AOUT is not set
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
@@ -5003,6 +5004,7 @@ CONFIG_UNIX=y
CONFIG_UNIX98_PTYS=y
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_UNIX_DIAG is not set
+# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_UPROBES is not set
# CONFIG_UPROBE_EVENT is not set
More information about the lede-commits
mailing list