[openwrt/openwrt] generic: 5.15: disable CONFIG_DEBUG_INFO_REDUCED symbol
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 6 06:00:28 PDT 2022
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/98df6bd99c0f70d4f2ad709af09084f985689ff5
commit 98df6bd99c0f70d4f2ad709af09084f985689ff5
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Fri Aug 5 10:58:43 2022 +0200
generic: 5.15: disable CONFIG_DEBUG_INFO_REDUCED symbol
This came up during build testing of mvebu/cortexa9 target with 5.15
kernel.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
target/linux/generic/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index c21f7631ec..991d3ddf77 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1317,6 +1317,7 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
+# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_IRQFLAGS is not set
CONFIG_DEBUG_KERNEL=y
More information about the lede-commits
mailing list