diff options
| author | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
|---|---|---|
| committer | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
| commit | 6018e17637264a9561b37be699c3d53b6661de23 (patch) | |
| tree | 8546c9fa94358e7d6daaad5f11ac53e61be97ad5 /bin/Kconfig | |
| parent | ab21f339a33abb1144f3c0f5c4285324e7e88392 (diff) | |
Diffstat (limited to 'bin/Kconfig')
| -rw-r--r-- | bin/Kconfig | 14 |
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 |
