[openwrt/openwrt] qoriq: remove CONFIG_GDB_SCRIPTS from kernel config
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 25 03:57:01 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e1de25b68aac451321f404deb6f26def2f684b29
commit e1de25b68aac451321f404deb6f26def2f684b29
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Mar 25 00:46:44 2022 +0200
qoriq: remove CONFIG_GDB_SCRIPTS from kernel config
It is disabled in the generic kernel config and not used in any of the
other targets. There was no specific reason for enabling it, so let's be
consistent and remove it from the qoriq kernel config.
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
target/linux/qoriq/config-5.10 | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10
index 6a582bbcd5..e76ca379ff 100644
--- a/target/linux/qoriq/config-5.10
+++ b/target/linux/qoriq/config-5.10
@@ -140,7 +140,6 @@ CONFIG_FS_POSIX_ACL=y
CONFIG_FTL=y
CONFIG_FUNCTION_ERROR_INJECTION=y
CONFIG_FW_LOADER_PAGED_BUF=y
-CONFIG_GDB_SCRIPTS=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_CLOCKEVENTS=y
More information about the lede-commits
mailing list