[openwrt/openwrt] kernel: add missing symbol for v4.14

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 13 01:02:39 PST 2018


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/1fe888554cde1604f2246e0ca5bb9c8e0560ef66

commit 1fe888554cde1604f2246e0ca5bb9c8e0560ef66
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Feb 12 17:38:58 2018 +0100

    kernel: add missing symbol for v4.14
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/generic/config-4.14 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14
index 1048e3d..3820062 100644
--- a/target/linux/generic/config-4.14
+++ b/target/linux/generic/config-4.14
@@ -590,6 +590,7 @@ CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT=3
 CONFIG_BOOT_RAW=y
 CONFIG_BPF=y
 # CONFIG_BPF_JIT is not set
+# CONFIG_BPF_JIT_ALWAYS_ON is not set
 # CONFIG_BPF_STREAM_PARSER is not set
 CONFIG_BPF_SYSCALL=y
 # CONFIG_BPQETHER is not set



More information about the lede-commits mailing list