diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-02-18 14:14:06 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-02-18 14:34:00 +0100 |
commit | ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4 (patch) | |
tree | 2399a28cdc646142d1467974647018b60d464f18 /target/linux/generic | |
parent | 761d45eb87b3bf58eede6eb315300638fd13625b (diff) | |
download | upstream-ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4.tar.gz upstream-ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4.tar.bz2 upstream-ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4.zip |
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@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 7fca01086a..01a40d9c1f 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 |