From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- bin/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bin/Kconfig') 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 -- cgit v1.2.3