diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:08:39 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:09:53 +0300 |
commit | e02406e3cc949deeb3feee26dd6df8502f8c15a2 (patch) | |
tree | d2dcbd29dd080b04e3e6acbe0658845aa42b4521 /target | |
parent | f3caba679b812bdaa374929350548025e792eeec (diff) | |
download | upstream-e02406e3cc949deeb3feee26dd6df8502f8c15a2.tar.gz upstream-e02406e3cc949deeb3feee26dd6df8502f8c15a2.tar.bz2 upstream-e02406e3cc949deeb3feee26dd6df8502f8c15a2.zip |
kernel: add missing symbol to 5.15 config
Kernel 5.15.49 introduced a new symbol 'LIB_MEMNEQ'. Add it to the
generic 5.15 config.
Fixes: f1cd14448221 ("kernel: bump 5.15 to 5.15.49")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index e0f412252a..15e69f8d01 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -3154,6 +3154,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 |