[openwrt/openwrt] kernel: add missing symbol to 5.10 config
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 28 15:41:18 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f3caba679b812bdaa374929350548025e792eeec
commit f3caba679b812bdaa374929350548025e792eeec
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Jun 29 00:00:51 2022 +0300
kernel: add missing symbol to 5.10 config
Kernel 5.10.124 introduced a new symbol 'LIB_MEMNEQ'. Add it to the
generic 5.10 config.
Fixes: 9e5d743422ed ("kernel: bump 5.10 to 5.10.124")
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
target/linux/generic/config-5.10 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 4b9958ed41..a08b8c5686 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -3058,6 +3058,7 @@ CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LIBFCOE is not set
# CONFIG_LIBIPW_DEBUG is not set
# CONFIG_LIBNVDIMM is not set
+CONFIG_LIB_MEMNEQ=y
# CONFIG_LIDAR_LITE_V2 is not set
CONFIG_LINEAR_RANGES=y
# CONFIG_LIQUIDIO is not set
More information about the lede-commits
mailing list