summaryrefslogtreecommitdiff
path: root/bin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Kconfig')
-rw-r--r--bin/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/Kconfig b/bin/Kconfig
index 67e4e63d..325e6ab3 100644
--- a/bin/Kconfig
+++ b/bin/Kconfig
@@ -48,4 +48,18 @@ config BIN_TRUE
help
Build/Add the 'true' command which returns a zero exit status.
+config BIN_NOHUP
+ bool "nohup"
+ default y
+ depends on LIB_LIBC
+ help
+ Build/Add the 'nohup' command which returns a zero exit status.
+
+config BIN_UNLINK
+ bool "unlink"
+ default y
+ depends on LIB_LIBC
+ help
+ Build/Add the 'unlink' command which returns a zero exit status.
+
endmenu