diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:00:51 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 01:42:55 +0300 |
commit | e4caacc88785b150bca868080160155692db33aa (patch) | |
tree | 16b35cbdf3efb4a554481a09419fee51f5d89b77 | |
parent | 7c240ee279d1503945d5628944ade6a24bd815fc (diff) | |
download | upstream-e4caacc88785b150bca868080160155692db33aa.tar.gz upstream-e4caacc88785b150bca868080160155692db33aa.tar.bz2 upstream-e4caacc88785b150bca868080160155692db33aa.zip |
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@linux-ipv6.be>
(cherry picked from commit f3caba679b812bdaa374929350548025e792eeec)
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 0aea3bd79c..bb44c3404c 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -3050,6 +3050,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 |