summaryrefslogtreecommitdiff
path: root/kconfig/strace.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/strace.kconfig')
-rw-r--r--kconfig/strace.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig
index b90a641..f8b0402 100644
--- a/kconfig/strace.kconfig
+++ b/kconfig/strace.kconfig
@@ -32,6 +32,10 @@ config EMBTK_ROOTFS_HAVE_STRACE
choice
prompt "starce version to use"
depends on EMBTK_ROOTFS_HAVE_STRACE
+
+ config EMBTK_STRACE_VERSION_4_5_20
+ bool "strace-4.5.20"
+ select EMBTK_STRACE_NEED_PATCH
config EMBTK_STRACE_VERSION_4_5_19
bool "strace-4.5.19"
select EMBTK_STRACE_NEED_PATCH
@@ -42,6 +46,7 @@ endchoice
config EMBTK_STRACE_VERSION_STRING
string
+ default "4.5.20" if EMBTK_STRACE_VERSION_4_5_20
default "4.5.19" if EMBTK_STRACE_VERSION_4_5_19
default "4.5.18" if EMBTK_STRACE_VERSION_4_5_18