diff options
| author | Mieczyslaw Nalewaj | 2024-03-28 15:11:31 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-29 08:58:18 +0000 |
| commit | de8a6ce5ea1fc328bae6b82296e342ab0697dd3b (patch) | |
| tree | c8a2ebf556ebabde99404dc7727eee81e1944d2e | |
| parent | b05aad58e810181967bf85884ae351a7f433e3a6 (diff) | |
| download | openwrt-de8a6ce5ea1fc328bae6b82296e342ab0697dd3b.tar.gz | |
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>
| -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 |