diff options
author | Mieczyslaw Nalewaj <namiltd@yahoo.com> | 2024-03-28 16:11:31 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-29 09:58:18 +0100 |
commit | de8a6ce5ea1fc328bae6b82296e342ab0697dd3b (patch) | |
tree | c8a2ebf556ebabde99404dc7727eee81e1944d2e /target/linux | |
parent | b05aad58e810181967bf85884ae351a7f433e3a6 (diff) |
generic: 6.6: add kernel missing symbol
Add missing symbol CONFIG_SSIF_IPMI_BMC causing bcm53xx compilation errors.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index 3322aafc2c..28baaf518e 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -6759,6 +6759,7 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_SSB_SDIOHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set +# CONFIG_SSIF_IPMI_BMC is not set # CONFIG_STACKPROTECTOR is not set # CONFIG_STACKPROTECTOR_PER_TASK is not set # CONFIG_STACKPROTECTOR_STRONG is not set |