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 00:09:53 +0300 |
| commit | f3caba679b812bdaa374929350548025e792eeec (patch) | |
| tree | 9b7d8f01c2d464bd9fd322befbd6adadc58d409e /target/linux | |
| parent | 1005dc0a64587e954364ff3a64bbb38b2ca371cd (diff) | |
| download | upstream-f3caba679b812bdaa374929350548025e792eeec.tar.gz upstream-f3caba679b812bdaa374929350548025e792eeec.tar.bz2 upstream-f3caba679b812bdaa374929350548025e792eeec.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>
Diffstat (limited to 'target/linux')
| -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 4b9958ed41c..a08b8c56866 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 |
