summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2023-05-30 22:14:13 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2023-05-31 21:06:18 +0200
commitfd572feef80c2366af7ce68775708b21948e1018 (patch)
tree0ab70a28ddd09ebab9a522fdc0e3d0c25790ba6f /target/linux
parent595608eb3f05cba31da59e0d5d82504ab6731c0b (diff)
downloadopenwrt-fd572feef80c2366af7ce68775708b21948e1018.tar.gz
openwrt-fd572feef80c2366af7ce68775708b21948e1018.tar.bz2
openwrt-fd572feef80c2366af7ce68775708b21948e1018.zip
kernel: 6.1: add missing CONFIG_TEST_DYNAMIC_DEBUG option
This new option (default N) will generate prompts building with OpenWrt configs that set CONFIG_KERNEL_DYNAMIC_DEBUG=y. Fix this by adding the disabled option to the generic config. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/config-6.11
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 0c31acfd12..74a2a3e3a7 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -6681,6 +6681,7 @@ CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
# CONFIG_TEST_DEBUG_VIRTUAL is not set
# CONFIG_TEST_DIV64 is not set
+# CONFIG_TEST_DYNAMIC_DEBUG is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_FREE_PAGES is not set
# CONFIG_TEST_HASH is not set