[openwrt/openwrt] generic: 6.6: add kernel missing symbol
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 29 01:58:22 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/de8a6ce5ea1fc328bae6b82296e342ab0697dd3b
commit de8a6ce5ea1fc328bae6b82296e342ab0697dd3b
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Thu Mar 28 16:11:31 2024 +0100
generic: 6.6: add kernel missing symbol
Add missing symbol CONFIG_SSIF_IPMI_BMC causing bcm53xx compilation errors.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
target/linux/generic/config-6.6 | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list