Config.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. menu "Coreutils"
  7. config BUSYBOX_CONFIG_BASENAME
  8. bool "basename"
  9. default y
  10. help
  11. basename is used to strip the directory and suffix from filenames,
  12. leaving just the filename itself. Enable this option if you wish
  13. to enable the 'basename' utility.
  14. config BUSYBOX_CONFIG_CAT
  15. bool "cat"
  16. default y
  17. help
  18. cat is used to concatenate files and print them to the standard
  19. output. Enable this option if you wish to enable the 'cat' utility.
  20. config BUSYBOX_CONFIG_DATE
  21. bool "date"
  22. default y
  23. help
  24. date is used to set the system date or display the
  25. current time in the given format.
  26. config BUSYBOX_CONFIG_FEATURE_DATE_ISOFMT
  27. bool "Enable ISO date format output (-I)"
  28. default y
  29. depends on BUSYBOX_CONFIG_DATE
  30. help
  31. Enable option (-I) to output an ISO-8601 compliant
  32. date/time string.
  33. # defaults to "no": stat's nanosecond field is a bit non-portable
  34. config BUSYBOX_CONFIG_FEATURE_DATE_NANO
  35. bool "Support %[num]N nanosecond format specifier"
  36. default n
  37. depends on BUSYBOX_CONFIG_DATE # syscall(__NR_clock_gettime)
  38. select BUSYBOX_CONFIG_PLATFORM_LINUX
  39. help
  40. Support %[num]N format specifier. Adds ~250 bytes of code.
  41. config BUSYBOX_CONFIG_FEATURE_DATE_COMPAT
  42. bool "Support weird 'date MMDDhhmm[[YY]YY][.ss]' format"
  43. default n
  44. depends on BUSYBOX_CONFIG_DATE
  45. help
  46. System time can be set by 'date -s DATE' and simply 'date DATE',
  47. but formats of DATE string are different. 'date DATE' accepts
  48. a rather weird MMDDhhmm[[YY]YY][.ss] format with completely
  49. unnatural placement of year between minutes and seconds.
  50. date -s (and other commands like touch -d) use more sensible
  51. formats (for one, ISO format YYYY-MM-DD hh:mm:ss.ssssss).
  52. With this option off, 'date DATE' is 'date -s DATE' support
  53. the same format. With it on, 'date DATE' additionally supports
  54. MMDDhhmm[[YY]YY][.ss] format.
  55. config BUSYBOX_CONFIG_ID
  56. bool "id"
  57. default y
  58. help
  59. id displays the current user and group ID names.
  60. config BUSYBOX_CONFIG_GROUPS
  61. bool "groups"
  62. default n
  63. help
  64. Print the group names associated with current user id.
  65. config BUSYBOX_CONFIG_TEST
  66. bool "test"
  67. default y
  68. help
  69. test is used to check file types and compare values,
  70. returning an appropriate exit code. The bash shell
  71. has test built in, ash can build it in optionally.
  72. config BUSYBOX_CONFIG_FEATURE_TEST_64
  73. bool "Extend test to 64 bit"
  74. default y
  75. depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST || BUSYBOX_CONFIG_HUSH
  76. help
  77. Enable 64-bit support in test.
  78. config BUSYBOX_CONFIG_TOUCH
  79. bool "touch"
  80. default y
  81. help
  82. touch is used to create or change the access and/or
  83. modification timestamp of specified files.
  84. config BUSYBOX_CONFIG_TR
  85. bool "tr"
  86. default y
  87. help
  88. tr is used to squeeze, and/or delete characters from standard
  89. input, writing to standard output.
  90. config BUSYBOX_CONFIG_FEATURE_TR_CLASSES
  91. bool "Enable character classes (such as [:upper:])"
  92. default n
  93. depends on BUSYBOX_CONFIG_TR
  94. help
  95. Enable character classes, enabling commands such as:
  96. tr [:upper:] [:lower:] to convert input into lowercase.
  97. config BUSYBOX_CONFIG_FEATURE_TR_EQUIV
  98. bool "Enable equivalence classes"
  99. default n
  100. depends on BUSYBOX_CONFIG_TR
  101. help
  102. Enable equivalence classes, which essentially add the enclosed
  103. character to the current set. For instance, tr [=a=] xyz would
  104. replace all instances of 'a' with 'xyz'. This option is mainly
  105. useful for cases when no other way of expressing a character
  106. is possible.
  107. config BUSYBOX_CONFIG_BASE64
  108. bool "base64"
  109. default n
  110. help
  111. Base64 encode and decode
  112. config BUSYBOX_CONFIG_WHO
  113. bool "who"
  114. default n
  115. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  116. help
  117. who is used to show who is logged on.
  118. config BUSYBOX_CONFIG_USERS
  119. bool "users"
  120. default n
  121. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  122. help
  123. Print users currently logged on.
  124. config BUSYBOX_CONFIG_CAL
  125. bool "cal"
  126. default n
  127. help
  128. cal is used to display a monthly calender.
  129. config BUSYBOX_CONFIG_CATV
  130. bool "catv"
  131. default n
  132. help
  133. Display nonprinting characters as escape sequences (like some
  134. implementations' cat -v option).
  135. config BUSYBOX_CONFIG_CHGRP
  136. bool "chgrp"
  137. default y
  138. help
  139. chgrp is used to change the group ownership of files.
  140. config BUSYBOX_CONFIG_CHMOD
  141. bool "chmod"
  142. default y
  143. help
  144. chmod is used to change the access permission of files.
  145. config BUSYBOX_CONFIG_CHOWN
  146. bool "chown"
  147. default y
  148. help
  149. chown is used to change the user and/or group ownership
  150. of files.
  151. config BUSYBOX_CONFIG_FEATURE_CHOWN_LONG_OPTIONS
  152. bool "Enable long options"
  153. default n
  154. depends on BUSYBOX_CONFIG_CHOWN && BUSYBOX_CONFIG_LONG_OPTS
  155. help
  156. Enable use of long options
  157. config BUSYBOX_CONFIG_CHROOT
  158. bool "chroot"
  159. default y
  160. help
  161. chroot is used to change the root directory and run a command.
  162. The default command is `/bin/sh'.
  163. config BUSYBOX_CONFIG_CKSUM
  164. bool "cksum"
  165. default n
  166. help
  167. cksum is used to calculate the CRC32 checksum of a file.
  168. config BUSYBOX_CONFIG_COMM
  169. bool "comm"
  170. default n
  171. help
  172. comm is used to compare two files line by line and return
  173. a three-column output.
  174. config BUSYBOX_CONFIG_CP
  175. bool "cp"
  176. default y
  177. help
  178. cp is used to copy files and directories.
  179. config BUSYBOX_CONFIG_FEATURE_CP_LONG_OPTIONS
  180. bool "Enable long options for cp"
  181. default n
  182. depends on BUSYBOX_CONFIG_CP && BUSYBOX_CONFIG_LONG_OPTS
  183. help
  184. Enable long options for cp.
  185. Also add support for --parents option.
  186. config BUSYBOX_CONFIG_CUT
  187. bool "cut"
  188. default y
  189. help
  190. cut is used to print selected parts of lines from
  191. each file to stdout.
  192. config BUSYBOX_CONFIG_DD
  193. bool "dd"
  194. default y
  195. help
  196. dd copies a file (from standard input to standard output,
  197. by default) using specific input and output blocksizes,
  198. while optionally performing conversions on it.
  199. config BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING
  200. bool "Enable DD signal handling for status reporting"
  201. default y
  202. depends on BUSYBOX_CONFIG_DD
  203. help
  204. Sending a SIGUSR1 signal to a running `dd' process makes it
  205. print to standard error the number of records read and written
  206. so far, then to resume copying.
  207. $ dd if=/dev/zero of=/dev/null&
  208. $ pid=$! kill -USR1 $pid; sleep 1; kill $pid
  209. 10899206+0 records in
  210. 10899206+0 records out
  211. config BUSYBOX_CONFIG_FEATURE_DD_THIRD_STATUS_LINE
  212. bool "Enable the third status line upon signal"
  213. default n
  214. depends on BUSYBOX_CONFIG_DD && BUSYBOX_CONFIG_FEATURE_DD_SIGNAL_HANDLING
  215. help
  216. Displays a coreutils-like third status line with transferred bytes,
  217. elapsed time and speed.
  218. config BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS
  219. bool "Enable ibs, obs and conv options"
  220. default y
  221. depends on BUSYBOX_CONFIG_DD
  222. help
  223. Enables support for writing a certain number of bytes in and out,
  224. at a time, and performing conversions on the data stream.
  225. config BUSYBOX_CONFIG_DF
  226. bool "df"
  227. default y
  228. help
  229. df reports the amount of disk space used and available
  230. on filesystems.
  231. config BUSYBOX_CONFIG_FEATURE_DF_FANCY
  232. bool "Enable -a, -i, -B"
  233. default n
  234. depends on BUSYBOX_CONFIG_DF
  235. help
  236. This option enables -a, -i and -B.
  237. -a Show all filesystems
  238. -i Inodes
  239. -B <SIZE> Blocksize
  240. config BUSYBOX_CONFIG_DIRNAME
  241. bool "dirname"
  242. default y
  243. help
  244. dirname is used to strip a non-directory suffix from
  245. a file name.
  246. config BUSYBOX_CONFIG_DOS2UNIX
  247. bool "dos2unix/unix2dos"
  248. default n
  249. help
  250. dos2unix is used to convert a text file from DOS format to
  251. UNIX format, and vice versa.
  252. config BUSYBOX_CONFIG_UNIX2DOS
  253. bool
  254. default n
  255. depends on BUSYBOX_CONFIG_DOS2UNIX
  256. help
  257. unix2dos is used to convert a text file from UNIX format to
  258. DOS format, and vice versa.
  259. config BUSYBOX_CONFIG_DU
  260. bool "du (default blocksize of 512 bytes)"
  261. default y
  262. help
  263. du is used to report the amount of disk space used
  264. for specified files.
  265. config BUSYBOX_CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
  266. bool "Use a default blocksize of 1024 bytes (1K)"
  267. default y
  268. depends on BUSYBOX_CONFIG_DU
  269. help
  270. Use a blocksize of (1K) instead of the default 512b.
  271. config BUSYBOX_CONFIG_ECHO
  272. bool "echo (basic SuSv3 version taking no options)"
  273. default y
  274. help
  275. echo is used to print a specified string to stdout.
  276. # this entry also appears in shell/Config.in, next to the echo builtin
  277. config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
  278. bool "Enable echo options (-n and -e)"
  279. default y
  280. depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO || BUSYBOX_CONFIG_HUSH
  281. help
  282. This adds options (-n and -e) to echo.
  283. config BUSYBOX_CONFIG_ENV
  284. bool "env"
  285. default y
  286. help
  287. env is used to set an environment variable and run
  288. a command; without options it displays the current
  289. environment.
  290. config BUSYBOX_CONFIG_FEATURE_ENV_LONG_OPTIONS
  291. bool "Enable long options"
  292. default n
  293. depends on BUSYBOX_CONFIG_ENV && BUSYBOX_CONFIG_LONG_OPTS
  294. help
  295. Support long options for the env applet.
  296. config BUSYBOX_CONFIG_EXPAND
  297. bool "expand"
  298. default n
  299. help
  300. By default, convert all tabs to spaces.
  301. config BUSYBOX_CONFIG_FEATURE_EXPAND_LONG_OPTIONS
  302. bool "Enable long options"
  303. default n
  304. depends on BUSYBOX_CONFIG_EXPAND && BUSYBOX_CONFIG_LONG_OPTS
  305. help
  306. Support long options for the expand applet.
  307. config BUSYBOX_CONFIG_EXPR
  308. bool "expr"
  309. default y
  310. help
  311. expr is used to calculate numbers and print the result
  312. to standard output.
  313. config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
  314. bool "Extend Posix numbers support to 64 bit"
  315. default y
  316. depends on BUSYBOX_CONFIG_EXPR
  317. help
  318. Enable 64-bit math support in the expr applet. This will make
  319. the applet slightly larger, but will allow computation with very
  320. large numbers.
  321. config BUSYBOX_CONFIG_FALSE
  322. bool "false"
  323. default y
  324. help
  325. false returns an exit code of FALSE (1).
  326. config BUSYBOX_CONFIG_FOLD
  327. bool "fold"
  328. default n
  329. help
  330. Wrap text to fit a specific width.
  331. config BUSYBOX_CONFIG_FSYNC
  332. bool "fsync"
  333. default y
  334. help
  335. fsync is used to flush file-related cached blocks to disk.
  336. config BUSYBOX_CONFIG_HEAD
  337. bool "head"
  338. default y
  339. help
  340. head is used to print the first specified number of lines
  341. from files.
  342. config BUSYBOX_CONFIG_FEATURE_FANCY_HEAD
  343. bool "Enable head options (-c, -q, and -v)"
  344. default y
  345. depends on BUSYBOX_CONFIG_HEAD
  346. help
  347. This enables the head options (-c, -q, and -v).
  348. config BUSYBOX_CONFIG_HOSTID
  349. bool "hostid"
  350. default y
  351. help
  352. hostid prints the numeric identifier (in hexadecimal) for
  353. the current host.
  354. config BUSYBOX_CONFIG_INSTALL
  355. bool "install"
  356. default n
  357. help
  358. Copy files and set attributes.
  359. config BUSYBOX_CONFIG_FEATURE_INSTALL_LONG_OPTIONS
  360. bool "Enable long options"
  361. default n
  362. depends on BUSYBOX_CONFIG_INSTALL && BUSYBOX_CONFIG_LONG_OPTS
  363. help
  364. Support long options for the install applet.
  365. ####config LENGTH
  366. #### bool "length"
  367. #### default y
  368. #### help
  369. #### length is used to print out the length of a specified string.
  370. config BUSYBOX_CONFIG_LN
  371. bool "ln"
  372. default y
  373. help
  374. ln is used to create hard or soft links between files.
  375. config BUSYBOX_CONFIG_LOGNAME
  376. bool "logname"
  377. default n
  378. help
  379. logname is used to print the current user's login name.
  380. config BUSYBOX_CONFIG_LS
  381. bool "ls"
  382. default y
  383. help
  384. ls is used to list the contents of directories.
  385. config BUSYBOX_CONFIG_FEATURE_LS_FILETYPES
  386. bool "Enable filetyping options (-p and -F)"
  387. default y
  388. depends on BUSYBOX_CONFIG_LS
  389. help
  390. Enable the ls options (-p and -F).
  391. config BUSYBOX_CONFIG_FEATURE_LS_FOLLOWLINKS
  392. bool "Enable symlinks dereferencing (-L)"
  393. default y
  394. depends on BUSYBOX_CONFIG_LS
  395. help
  396. Enable the ls option (-L).
  397. config BUSYBOX_CONFIG_FEATURE_LS_RECURSIVE
  398. bool "Enable recursion (-R)"
  399. default y
  400. depends on BUSYBOX_CONFIG_LS
  401. help
  402. Enable the ls option (-R).
  403. config BUSYBOX_CONFIG_FEATURE_LS_SORTFILES
  404. bool "Sort the file names"
  405. default y
  406. depends on BUSYBOX_CONFIG_LS
  407. help
  408. Allow ls to sort file names alphabetically.
  409. config BUSYBOX_CONFIG_FEATURE_LS_TIMESTAMPS
  410. bool "Show file timestamps"
  411. default y
  412. depends on BUSYBOX_CONFIG_LS
  413. help
  414. Allow ls to display timestamps for files.
  415. config BUSYBOX_CONFIG_FEATURE_LS_USERNAME
  416. bool "Show username/groupnames"
  417. default y
  418. depends on BUSYBOX_CONFIG_LS
  419. help
  420. Allow ls to display username/groupname for files.
  421. config BUSYBOX_CONFIG_FEATURE_LS_COLOR
  422. bool "Allow use of color to identify file types"
  423. default y
  424. depends on BUSYBOX_CONFIG_LS && BUSYBOX_CONFIG_LONG_OPTS
  425. help
  426. This enables the --color option to ls.
  427. config BUSYBOX_CONFIG_FEATURE_LS_COLOR_IS_DEFAULT
  428. bool "Produce colored ls output by default"
  429. default y
  430. depends on BUSYBOX_CONFIG_FEATURE_LS_COLOR
  431. help
  432. Saying yes here will turn coloring on by default,
  433. even if no "--color" option is given to the ls command.
  434. This is not recommended, since the colors are not
  435. configurable, and the output may not be legible on
  436. many output screens.
  437. config BUSYBOX_CONFIG_MD5SUM
  438. bool "md5sum"
  439. default y
  440. help
  441. md5sum is used to print or check MD5 checksums.
  442. config BUSYBOX_CONFIG_MKDIR
  443. bool "mkdir"
  444. default y
  445. help
  446. mkdir is used to create directories with the specified names.
  447. config BUSYBOX_CONFIG_FEATURE_MKDIR_LONG_OPTIONS
  448. bool "Enable long options"
  449. default n
  450. depends on BUSYBOX_CONFIG_MKDIR && BUSYBOX_CONFIG_LONG_OPTS
  451. help
  452. Support long options for the mkdir applet.
  453. config BUSYBOX_CONFIG_MKFIFO
  454. bool "mkfifo"
  455. default y
  456. help
  457. mkfifo is used to create FIFOs (named pipes).
  458. The `mknod' program can also create FIFOs.
  459. config BUSYBOX_CONFIG_MKNOD
  460. bool "mknod"
  461. default y
  462. help
  463. mknod is used to create FIFOs or block/character special
  464. files with the specified names.
  465. config BUSYBOX_CONFIG_MV
  466. bool "mv"
  467. default y
  468. help
  469. mv is used to move or rename files or directories.
  470. config BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS
  471. bool "Enable long options"
  472. default n
  473. depends on BUSYBOX_CONFIG_MV && BUSYBOX_CONFIG_LONG_OPTS
  474. help
  475. Support long options for the mv applet.
  476. config BUSYBOX_CONFIG_NICE
  477. bool "nice"
  478. default y
  479. help
  480. nice runs a program with modified scheduling priority.
  481. config BUSYBOX_CONFIG_NOHUP
  482. bool "nohup"
  483. default n
  484. help
  485. run a command immune to hangups, with output to a non-tty.
  486. config BUSYBOX_CONFIG_OD
  487. bool "od"
  488. default n
  489. help
  490. od is used to dump binary files in octal and other formats.
  491. config BUSYBOX_CONFIG_PRINTENV
  492. bool "printenv"
  493. default n
  494. help
  495. printenv is used to print all or part of environment.
  496. config BUSYBOX_CONFIG_PRINTF
  497. bool "printf"
  498. default y
  499. help
  500. printf is used to format and print specified strings.
  501. It's similar to `echo' except it has more options.
  502. config BUSYBOX_CONFIG_PWD
  503. bool "pwd"
  504. default y
  505. help
  506. pwd is used to print the current directory.
  507. config BUSYBOX_CONFIG_READLINK
  508. bool "readlink"
  509. default y
  510. help
  511. This program reads a symbolic link and returns the name
  512. of the file it points to
  513. config BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW
  514. bool "Enable canonicalization by following all symlinks (-f)"
  515. default y
  516. depends on BUSYBOX_CONFIG_READLINK
  517. help
  518. Enable the readlink option (-f).
  519. config BUSYBOX_CONFIG_REALPATH
  520. bool "realpath"
  521. default n
  522. help
  523. Return the canonicalized absolute pathname.
  524. This isn't provided by GNU shellutils, but where else does it belong.
  525. config BUSYBOX_CONFIG_RM
  526. bool "rm"
  527. default y
  528. help
  529. rm is used to remove files or directories.
  530. config BUSYBOX_CONFIG_RMDIR
  531. bool "rmdir"
  532. default y
  533. help
  534. rmdir is used to remove empty directories.
  535. config BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS
  536. bool "Enable long options"
  537. default n
  538. depends on BUSYBOX_CONFIG_RMDIR && BUSYBOX_CONFIG_LONG_OPTS
  539. help
  540. Support long options for the rmdir applet, including
  541. --ignore-fail-on-non-empty for compatibility with GNU rmdir.
  542. config BUSYBOX_CONFIG_SEQ
  543. bool "seq"
  544. default y
  545. help
  546. print a sequence of numbers
  547. config BUSYBOX_CONFIG_SHA1SUM
  548. bool "sha1sum"
  549. default n
  550. help
  551. Compute and check SHA1 message digest
  552. config BUSYBOX_CONFIG_SHA256SUM
  553. bool "sha256sum"
  554. default n
  555. help
  556. Compute and check SHA256 message digest
  557. config BUSYBOX_CONFIG_SHA512SUM
  558. bool "sha512sum"
  559. default n
  560. help
  561. Compute and check SHA512 message digest
  562. config BUSYBOX_CONFIG_SLEEP
  563. bool "sleep"
  564. default y
  565. help
  566. sleep is used to pause for a specified number of seconds.
  567. It comes in 3 versions:
  568. - small: takes one integer parameter
  569. - fancy: takes multiple integer arguments with suffixes:
  570. sleep 1d 2h 3m 15s
  571. - fancy with fractional numbers:
  572. sleep 2.3s 4.5h sleeps for 16202.3 seconds
  573. Last one is "the most compatible" with coreutils sleep,
  574. but it adds around 1k of code.
  575. config BUSYBOX_CONFIG_FEATURE_FANCY_SLEEP
  576. bool "Enable multiple arguments and s/m/h/d suffixes"
  577. default y
  578. depends on BUSYBOX_CONFIG_SLEEP
  579. help
  580. Allow sleep to pause for specified minutes, hours, and days.
  581. config BUSYBOX_CONFIG_FEATURE_FLOAT_SLEEP
  582. bool "Enable fractional arguments"
  583. default n
  584. depends on BUSYBOX_CONFIG_FEATURE_FANCY_SLEEP
  585. help
  586. Allow for fractional numeric parameters.
  587. config BUSYBOX_CONFIG_SORT
  588. bool "sort"
  589. default y
  590. help
  591. sort is used to sort lines of text in specified files.
  592. config BUSYBOX_CONFIG_FEATURE_SORT_BIG
  593. bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)"
  594. default n
  595. depends on BUSYBOX_CONFIG_SORT
  596. help
  597. Without this, sort only supports -r, -u, and an integer version
  598. of -n. Selecting this adds sort keys, floating point support, and
  599. more. This adds a little over 3k to a nonstatic build on x86.
  600. The SuSv3 sort standard is available at:
  601. http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
  602. config BUSYBOX_CONFIG_SPLIT
  603. bool "split"
  604. default n
  605. help
  606. split a file into pieces.
  607. config BUSYBOX_CONFIG_FEATURE_SPLIT_FANCY
  608. bool "Fancy extensions"
  609. default n
  610. depends on BUSYBOX_CONFIG_SPLIT
  611. help
  612. Add support for features not required by SUSv3.
  613. Supports additional suffixes 'b' for 512 bytes,
  614. 'g' for 1GiB for the -b option.
  615. config BUSYBOX_CONFIG_STAT
  616. bool "stat"
  617. default n
  618. select BUSYBOX_CONFIG_PLATFORM_LINUX # statfs()
  619. help
  620. display file or filesystem status.
  621. config BUSYBOX_CONFIG_FEATURE_STAT_FORMAT
  622. bool "Enable custom formats (-c)"
  623. default n
  624. depends on BUSYBOX_CONFIG_STAT
  625. help
  626. Without this, stat will not support the '-c format' option where
  627. users can pass a custom format string for output. This adds about
  628. 7k to a nonstatic build on amd64.
  629. config BUSYBOX_CONFIG_STTY
  630. bool "stty"
  631. default n
  632. help
  633. stty is used to change and print terminal line settings.
  634. config BUSYBOX_CONFIG_SUM
  635. bool "sum"
  636. default n
  637. help
  638. checksum and count the blocks in a file
  639. config BUSYBOX_CONFIG_SYNC
  640. bool "sync"
  641. default y
  642. help
  643. sync is used to flush filesystem buffers.
  644. config BUSYBOX_CONFIG_TAC
  645. bool "tac"
  646. default n
  647. help
  648. tac is used to concatenate and print files in reverse.
  649. config BUSYBOX_CONFIG_TAIL
  650. bool "tail"
  651. default y
  652. help
  653. tail is used to print the last specified number of lines
  654. from files.
  655. config BUSYBOX_CONFIG_FEATURE_FANCY_TAIL
  656. bool "Enable extra tail options (-q, -s, -v, and -F)"
  657. default y
  658. depends on BUSYBOX_CONFIG_TAIL
  659. help
  660. The options (-q, -s, and -v) are provided by GNU tail, but
  661. are not specific in the SUSv3 standard.
  662. -q Never output headers giving file names
  663. -s SEC Wait SEC seconds between reads with -f
  664. -v Always output headers giving file names
  665. config BUSYBOX_CONFIG_TEE
  666. bool "tee"
  667. default y
  668. help
  669. tee is used to read from standard input and write
  670. to standard output and files.
  671. config BUSYBOX_CONFIG_FEATURE_TEE_USE_BLOCK_IO
  672. bool "Enable block I/O (larger/faster) instead of byte I/O"
  673. default y
  674. depends on BUSYBOX_CONFIG_TEE
  675. help
  676. Enable this option for a faster tee, at expense of size.
  677. config BUSYBOX_CONFIG_TRUE
  678. bool "true"
  679. default y
  680. help
  681. true returns an exit code of TRUE (0).
  682. config BUSYBOX_CONFIG_TTY
  683. bool "tty"
  684. default n
  685. help
  686. tty is used to print the name of the current terminal to
  687. standard output.
  688. config BUSYBOX_CONFIG_UNAME
  689. bool "uname"
  690. default y
  691. help
  692. uname is used to print system information.
  693. config BUSYBOX_CONFIG_UNEXPAND
  694. bool "unexpand"
  695. default n
  696. help
  697. By default, convert only leading sequences of blanks to tabs.
  698. config BUSYBOX_CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS
  699. bool "Enable long options"
  700. default n
  701. depends on BUSYBOX_CONFIG_UNEXPAND && BUSYBOX_CONFIG_LONG_OPTS
  702. help
  703. Support long options for the unexpand applet.
  704. config BUSYBOX_CONFIG_UNIQ
  705. bool "uniq"
  706. default y
  707. help
  708. uniq is used to remove duplicate lines from a sorted file.
  709. config BUSYBOX_CONFIG_USLEEP
  710. bool "usleep"
  711. default n
  712. help
  713. usleep is used to pause for a specified number of microseconds.
  714. config BUSYBOX_CONFIG_UUDECODE
  715. bool "uudecode"
  716. default n
  717. help
  718. uudecode is used to decode a uuencoded file.
  719. config BUSYBOX_CONFIG_UUENCODE
  720. bool "uuencode"
  721. default n
  722. help
  723. uuencode is used to uuencode a file.
  724. config BUSYBOX_CONFIG_WC
  725. bool "wc"
  726. default y
  727. help
  728. wc is used to print the number of bytes, words, and lines,
  729. in specified files.
  730. config BUSYBOX_CONFIG_FEATURE_WC_LARGE
  731. bool "Support very large files in wc"
  732. default n
  733. depends on BUSYBOX_CONFIG_WC
  734. help
  735. Use "unsigned long long" in wc for counter variables.
  736. config BUSYBOX_CONFIG_WHOAMI
  737. bool "whoami"
  738. default n
  739. help
  740. whoami is used to print the username of the current
  741. user id (same as id -un).
  742. config BUSYBOX_CONFIG_YES
  743. bool "yes"
  744. default y
  745. help
  746. yes is used to repeatedly output a specific string, or
  747. the default string `y'.
  748. comment "Common options for cp and mv"
  749. depends on BUSYBOX_CONFIG_CP || BUSYBOX_CONFIG_MV
  750. config BUSYBOX_CONFIG_FEATURE_PRESERVE_HARDLINKS
  751. bool "Preserve hard links"
  752. default y
  753. depends on BUSYBOX_CONFIG_CP || BUSYBOX_CONFIG_MV
  754. help
  755. Allow cp and mv to preserve hard links.
  756. comment "Common options for ls, more and telnet"
  757. depends on BUSYBOX_CONFIG_LS || BUSYBOX_CONFIG_MORE || BUSYBOX_CONFIG_TELNET
  758. config BUSYBOX_CONFIG_FEATURE_AUTOWIDTH
  759. bool "Calculate terminal & column widths"
  760. default y
  761. depends on BUSYBOX_CONFIG_LS || BUSYBOX_CONFIG_MORE || BUSYBOX_CONFIG_TELNET
  762. help
  763. This option allows utilities such as 'ls', 'more' and 'telnet'
  764. to determine the width of the screen, which can allow them to
  765. display additional text or avoid wrapping text onto the next line.
  766. If you leave this disabled, your utilities will be especially
  767. primitive and will be unable to determine the current screen width.
  768. comment "Common options for df, du, ls"
  769. depends on BUSYBOX_CONFIG_DF || BUSYBOX_CONFIG_DU || BUSYBOX_CONFIG_LS
  770. config BUSYBOX_CONFIG_FEATURE_HUMAN_READABLE
  771. bool "Support for human readable output (example 13k, 23M, 235G)"
  772. default y
  773. depends on BUSYBOX_CONFIG_DF || BUSYBOX_CONFIG_DU || BUSYBOX_CONFIG_LS
  774. help
  775. Allow df, du, and ls to have human readable output.
  776. comment "Common options for md5sum, sha1sum, sha256sum, sha512sum"
  777. depends on BUSYBOX_CONFIG_MD5SUM || BUSYBOX_CONFIG_SHA1SUM || BUSYBOX_CONFIG_SHA256SUM || BUSYBOX_CONFIG_SHA512SUM
  778. config BUSYBOX_CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
  779. bool "Enable -c, -s and -w options"
  780. default y
  781. depends on BUSYBOX_CONFIG_MD5SUM || BUSYBOX_CONFIG_SHA1SUM || BUSYBOX_CONFIG_SHA256SUM || BUSYBOX_CONFIG_SHA512SUM
  782. help
  783. Enabling the -c options allows files to be checked
  784. against pre-calculated hash values.
  785. -s and -w are useful options when verifying checksums.
  786. endmenu