Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.in « debianutils - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b1d92991055f29bff58ef9e3c1debe10c0874ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu_option next_comment
comment 'Debian Utilities'

bool 'mktemp'	    CONFIG_MKTEMP
bool 'readlink'	    CONFIG_READLINK
bool 'run-parts'    CONFIG_RUN_PARTS
bool 'which'	    CONFIG_WHICH

endmenu