dont use the -i option of xargs
[oweals/busybox.git] / miscutils / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Miscellaneous Utilities'
8
9 bool 'adjtimex'     CONFIG_ADJTIMEX
10 bool 'crond'        CONFIG_CROND
11 bool 'crontab'      CONFIG_CRONTAB
12 bool 'dc'           CONFIG_DC
13 bool 'dutmp'        CONFIG_DUTMP
14 bool 'makedevs'     CONFIG_MAKEDEVS
15 bool 'mt'           CONFIG_MT
16 bool 'strings'      CONFIG_STRINGS
17 bool 'time'         CONFIG_TIME
18 bool 'update'       CONFIG_UPDATE
19 bool 'watchdog'     CONFIG_WATCHDOG
20
21 endmenu
22