Config.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  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 "Miscellaneous Utilities"
  7. config BUSYBOX_CONFIG_CONSPY
  8. bool "conspy"
  9. default BUSYBOX_DEFAULT_CONSPY
  10. select BUSYBOX_CONFIG_PLATFORM_LINUX
  11. help
  12. A text-mode VNC like program for Linux virtual terminals.
  13. example: conspy NUM shared access to console num
  14. or conspy -nd NUM screenshot of console num
  15. or conspy -cs NUM poor man's GNU screen like
  16. config BUSYBOX_CONFIG_CROND
  17. bool "crond"
  18. default BUSYBOX_DEFAULT_CROND
  19. select BUSYBOX_CONFIG_FEATURE_SYSLOG
  20. help
  21. Crond is a background daemon that parses individual crontab
  22. files and executes commands on behalf of the users in question.
  23. This is a port of dcron from slackware. It uses files of the
  24. format /var/spool/cron/crontabs/<username> files, for example:
  25. $ cat /var/spool/cron/crontabs/root
  26. # Run daily cron jobs at 4:40 every day:
  27. 40 4 * * * /etc/cron/daily > /dev/null 2>&1
  28. config BUSYBOX_CONFIG_FEATURE_CROND_D
  29. bool "Support option -d to redirect output to stderr"
  30. depends on BUSYBOX_CONFIG_CROND
  31. default BUSYBOX_DEFAULT_FEATURE_CROND_D
  32. help
  33. -d N sets loglevel (0:most verbose) and directs all output to stderr.
  34. config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL
  35. bool "Report command output via email (using sendmail)"
  36. default BUSYBOX_DEFAULT_FEATURE_CROND_CALL_SENDMAIL
  37. depends on BUSYBOX_CONFIG_CROND
  38. help
  39. Command output will be sent to corresponding user via email.
  40. config BUSYBOX_CONFIG_FEATURE_CROND_DIR
  41. string "crond spool directory"
  42. default BUSYBOX_DEFAULT_FEATURE_CROND_DIR
  43. depends on BUSYBOX_CONFIG_CROND || BUSYBOX_CONFIG_CRONTAB
  44. help
  45. Location of crond spool.
  46. config BUSYBOX_CONFIG_I2CGET
  47. bool "i2cget"
  48. default BUSYBOX_DEFAULT_I2CGET
  49. select BUSYBOX_CONFIG_PLATFORM_LINUX
  50. help
  51. Read from I2C/SMBus chip registers.
  52. config BUSYBOX_CONFIG_I2CSET
  53. bool "i2cset"
  54. default BUSYBOX_DEFAULT_I2CSET
  55. select BUSYBOX_CONFIG_PLATFORM_LINUX
  56. help
  57. Set I2C registers.
  58. config BUSYBOX_CONFIG_I2CDUMP
  59. bool "i2cdump"
  60. default BUSYBOX_DEFAULT_I2CDUMP
  61. select BUSYBOX_CONFIG_PLATFORM_LINUX
  62. help
  63. Examine I2C registers.
  64. config BUSYBOX_CONFIG_I2CDETECT
  65. bool "i2cdetect"
  66. default BUSYBOX_DEFAULT_I2CDETECT
  67. select BUSYBOX_CONFIG_PLATFORM_LINUX
  68. help
  69. Detect I2C chips.
  70. config BUSYBOX_CONFIG_LESS
  71. bool "less"
  72. default BUSYBOX_DEFAULT_LESS
  73. help
  74. 'less' is a pager, meaning that it displays text files. It possesses
  75. a wide array of features, and is an improvement over 'more'.
  76. config BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES
  77. int "Max number of input lines less will try to eat"
  78. default BUSYBOX_DEFAULT_FEATURE_LESS_MAXLINES
  79. depends on BUSYBOX_CONFIG_LESS
  80. config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
  81. bool "Enable bracket searching"
  82. default BUSYBOX_DEFAULT_FEATURE_LESS_BRACKETS
  83. depends on BUSYBOX_CONFIG_LESS
  84. help
  85. This option adds the capability to search for matching left and right
  86. brackets, facilitating programming.
  87. config BUSYBOX_CONFIG_FEATURE_LESS_FLAGS
  88. bool "Enable -m/-M"
  89. default BUSYBOX_DEFAULT_FEATURE_LESS_FLAGS
  90. depends on BUSYBOX_CONFIG_LESS
  91. help
  92. The -M/-m flag enables a more sophisticated status line.
  93. config BUSYBOX_CONFIG_FEATURE_LESS_TRUNCATE
  94. bool "Enable -S"
  95. default BUSYBOX_DEFAULT_FEATURE_LESS_TRUNCATE
  96. depends on BUSYBOX_CONFIG_LESS
  97. help
  98. The -S flag causes long lines to be truncated rather than
  99. wrapped.
  100. config BUSYBOX_CONFIG_FEATURE_LESS_MARKS
  101. bool "Enable marks"
  102. default BUSYBOX_DEFAULT_FEATURE_LESS_MARKS
  103. depends on BUSYBOX_CONFIG_LESS
  104. help
  105. Marks enable positions in a file to be stored for easy reference.
  106. config BUSYBOX_CONFIG_FEATURE_LESS_REGEXP
  107. bool "Enable regular expressions"
  108. default BUSYBOX_DEFAULT_FEATURE_LESS_REGEXP
  109. depends on BUSYBOX_CONFIG_LESS
  110. help
  111. Enable regular expressions, allowing complex file searches.
  112. config BUSYBOX_CONFIG_FEATURE_LESS_WINCH
  113. bool "Enable automatic resizing on window size changes"
  114. default BUSYBOX_DEFAULT_FEATURE_LESS_WINCH
  115. depends on BUSYBOX_CONFIG_LESS
  116. help
  117. Makes less track window size changes.
  118. config BUSYBOX_CONFIG_FEATURE_LESS_ASK_TERMINAL
  119. bool "Use 'tell me cursor position' ESC sequence to measure window"
  120. default BUSYBOX_DEFAULT_FEATURE_LESS_ASK_TERMINAL
  121. depends on BUSYBOX_CONFIG_FEATURE_LESS_WINCH
  122. help
  123. Makes less track window size changes.
  124. If terminal size can't be retrieved and $LINES/$COLUMNS are not set,
  125. this option makes less perform a last-ditch effort to find it:
  126. position cursor to 999,999 and ask terminal to report real
  127. cursor position using "ESC [ 6 n" escape sequence, then read stdin.
  128. This is not clean but helps a lot on serial lines and such.
  129. config BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
  130. bool "Enable flag changes ('-' command)"
  131. default BUSYBOX_DEFAULT_FEATURE_LESS_DASHCMD
  132. depends on BUSYBOX_CONFIG_LESS
  133. help
  134. This enables the ability to change command-line flags within
  135. less itself ('-' keyboard command).
  136. config BUSYBOX_CONFIG_FEATURE_LESS_LINENUMS
  137. bool "Enable dynamic switching of line numbers"
  138. default BUSYBOX_DEFAULT_FEATURE_LESS_LINENUMS
  139. depends on BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
  140. help
  141. Enables "-N" command.
  142. config BUSYBOX_CONFIG_NANDWRITE
  143. bool "nandwrite"
  144. default BUSYBOX_DEFAULT_NANDWRITE
  145. select BUSYBOX_CONFIG_PLATFORM_LINUX
  146. help
  147. Write to the specified MTD device, with bad blocks awareness
  148. config BUSYBOX_CONFIG_NANDDUMP
  149. bool "nanddump"
  150. default BUSYBOX_DEFAULT_NANDDUMP
  151. select BUSYBOX_CONFIG_PLATFORM_LINUX
  152. help
  153. Dump the content of raw NAND chip
  154. config BUSYBOX_CONFIG_RFKILL
  155. bool "rfkill"
  156. default BUSYBOX_DEFAULT_RFKILL # doesn't build on Ubuntu 9.04
  157. select BUSYBOX_CONFIG_PLATFORM_LINUX
  158. help
  159. Enable/disable wireless devices.
  160. rfkill list : list all wireless devices
  161. rfkill list bluetooth : list all bluetooth devices
  162. rfkill list 1 : list device corresponding to the given index
  163. rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
  164. config BUSYBOX_CONFIG_SETSERIAL
  165. bool "setserial"
  166. default BUSYBOX_DEFAULT_SETSERIAL
  167. select BUSYBOX_CONFIG_PLATFORM_LINUX
  168. help
  169. Retrieve or set Linux serial port.
  170. config BUSYBOX_CONFIG_TASKSET
  171. bool "taskset"
  172. default BUSYBOX_DEFAULT_TASKSET # doesn't build on some non-x86 targets (m68k)
  173. help
  174. Retrieve or set a processes's CPU affinity.
  175. This requires sched_{g,s}etaffinity support in your libc.
  176. config BUSYBOX_CONFIG_FEATURE_TASKSET_FANCY
  177. bool "Fancy output"
  178. default BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY
  179. depends on BUSYBOX_CONFIG_TASKSET
  180. help
  181. Add code for fancy output. This merely silences a compiler-warning
  182. and adds about 135 Bytes. May be needed for machines with alot
  183. of CPUs.
  184. config BUSYBOX_CONFIG_UBIATTACH
  185. bool "ubiattach"
  186. default BUSYBOX_DEFAULT_UBIATTACH
  187. select BUSYBOX_CONFIG_PLATFORM_LINUX
  188. help
  189. Attach MTD device to an UBI device.
  190. config BUSYBOX_CONFIG_UBIDETACH
  191. bool "ubidetach"
  192. default BUSYBOX_DEFAULT_UBIDETACH
  193. select BUSYBOX_CONFIG_PLATFORM_LINUX
  194. help
  195. Detach MTD device from an UBI device.
  196. config BUSYBOX_CONFIG_UBIMKVOL
  197. bool "ubimkvol"
  198. default BUSYBOX_DEFAULT_UBIMKVOL
  199. select BUSYBOX_CONFIG_PLATFORM_LINUX
  200. help
  201. Create a UBI volume.
  202. config BUSYBOX_CONFIG_UBIRMVOL
  203. bool "ubirmvol"
  204. default BUSYBOX_DEFAULT_UBIRMVOL
  205. select BUSYBOX_CONFIG_PLATFORM_LINUX
  206. help
  207. Delete a UBI volume.
  208. config BUSYBOX_CONFIG_UBIRSVOL
  209. bool "ubirsvol"
  210. default BUSYBOX_DEFAULT_UBIRSVOL
  211. select BUSYBOX_CONFIG_PLATFORM_LINUX
  212. help
  213. Resize a UBI volume.
  214. config BUSYBOX_CONFIG_UBIUPDATEVOL
  215. bool "ubiupdatevol"
  216. default BUSYBOX_DEFAULT_UBIUPDATEVOL
  217. select BUSYBOX_CONFIG_PLATFORM_LINUX
  218. help
  219. Update a UBI volume.
  220. config BUSYBOX_CONFIG_WALL
  221. bool "wall"
  222. default BUSYBOX_DEFAULT_WALL
  223. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  224. help
  225. Write a message to all users that are logged in.
  226. config BUSYBOX_CONFIG_ADJTIMEX
  227. bool "adjtimex"
  228. default BUSYBOX_DEFAULT_ADJTIMEX
  229. select BUSYBOX_CONFIG_PLATFORM_LINUX
  230. help
  231. Adjtimex reads and optionally sets adjustment parameters for
  232. the Linux clock adjustment algorithm.
  233. config BUSYBOX_CONFIG_BBCONFIG
  234. bool "bbconfig"
  235. default BUSYBOX_DEFAULT_BBCONFIG
  236. help
  237. The bbconfig applet will print the config file with which
  238. busybox was built.
  239. config BUSYBOX_CONFIG_FEATURE_COMPRESS_BBCONFIG
  240. bool "Compress bbconfig data"
  241. default BUSYBOX_DEFAULT_FEATURE_COMPRESS_BBCONFIG
  242. depends on BUSYBOX_CONFIG_BBCONFIG
  243. help
  244. Store bbconfig data in compressed form, uncompress them on-the-fly
  245. before output.
  246. If you have a really tiny busybox with few applets enabled (and
  247. bunzip2 isn't one of them), the overhead of the decompressor might
  248. be noticeable. Also, if you run executables directly from ROM
  249. and have very little memory, this might not be a win. Otherwise,
  250. you probably want this.
  251. config BUSYBOX_CONFIG_BEEP
  252. bool "beep"
  253. default BUSYBOX_DEFAULT_BEEP
  254. select BUSYBOX_CONFIG_PLATFORM_LINUX
  255. help
  256. The beep applets beeps in a given freq/Hz.
  257. config BUSYBOX_CONFIG_FEATURE_BEEP_FREQ
  258. int "default frequency"
  259. range 0 2147483647
  260. default BUSYBOX_DEFAULT_FEATURE_BEEP_FREQ
  261. depends on BUSYBOX_CONFIG_BEEP
  262. help
  263. Frequency for default beep.
  264. config BUSYBOX_CONFIG_FEATURE_BEEP_LENGTH_MS
  265. int "default length"
  266. range 0 2147483647
  267. default BUSYBOX_DEFAULT_FEATURE_BEEP_LENGTH_MS
  268. depends on BUSYBOX_CONFIG_BEEP
  269. help
  270. Length in ms for default beep.
  271. config BUSYBOX_CONFIG_CHAT
  272. bool "chat"
  273. default BUSYBOX_DEFAULT_CHAT
  274. help
  275. Simple chat utility.
  276. config BUSYBOX_CONFIG_FEATURE_CHAT_NOFAIL
  277. bool "Enable NOFAIL expect strings"
  278. depends on BUSYBOX_CONFIG_CHAT
  279. default BUSYBOX_DEFAULT_FEATURE_CHAT_NOFAIL
  280. help
  281. When enabled expect strings which are started with a dash trigger
  282. no-fail mode. That is when expectation is not met within timeout
  283. the script is not terminated but sends next SEND string and waits
  284. for next EXPECT string. This allows to compose far more flexible
  285. scripts.
  286. config BUSYBOX_CONFIG_FEATURE_CHAT_TTY_HIFI
  287. bool "Force STDIN to be a TTY"
  288. depends on BUSYBOX_CONFIG_CHAT
  289. default BUSYBOX_DEFAULT_FEATURE_CHAT_TTY_HIFI
  290. help
  291. Original chat always treats STDIN as a TTY device and sets for it
  292. so-called raw mode. This option turns on such behaviour.
  293. config BUSYBOX_CONFIG_FEATURE_CHAT_IMPLICIT_CR
  294. bool "Enable implicit Carriage Return"
  295. depends on BUSYBOX_CONFIG_CHAT
  296. default BUSYBOX_DEFAULT_FEATURE_CHAT_IMPLICIT_CR
  297. help
  298. When enabled make chat to terminate all SEND strings with a "\r"
  299. unless "\c" is met anywhere in the string.
  300. config BUSYBOX_CONFIG_FEATURE_CHAT_SWALLOW_OPTS
  301. bool "Swallow options"
  302. depends on BUSYBOX_CONFIG_CHAT
  303. default BUSYBOX_DEFAULT_FEATURE_CHAT_SWALLOW_OPTS
  304. help
  305. Busybox chat require no options. To make it not fail when used
  306. in place of original chat (which has a bunch of options) turn
  307. this on.
  308. config BUSYBOX_CONFIG_FEATURE_CHAT_SEND_ESCAPES
  309. bool "Support weird SEND escapes"
  310. depends on BUSYBOX_CONFIG_CHAT
  311. default BUSYBOX_DEFAULT_FEATURE_CHAT_SEND_ESCAPES
  312. help
  313. Original chat uses some escape sequences in SEND arguments which
  314. are not sent to device but rather performs special actions.
  315. E.g. "\K" means to send a break sequence to device.
  316. "\d" delays execution for a second, "\p" -- for a 1/100 of second.
  317. Before turning this option on think twice: do you really need them?
  318. config BUSYBOX_CONFIG_FEATURE_CHAT_VAR_ABORT_LEN
  319. bool "Support variable-length ABORT conditions"
  320. depends on BUSYBOX_CONFIG_CHAT
  321. default BUSYBOX_DEFAULT_FEATURE_CHAT_VAR_ABORT_LEN
  322. help
  323. Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
  324. config BUSYBOX_CONFIG_FEATURE_CHAT_CLR_ABORT
  325. bool "Support revoking of ABORT conditions"
  326. depends on BUSYBOX_CONFIG_CHAT
  327. default BUSYBOX_DEFAULT_FEATURE_CHAT_CLR_ABORT
  328. help
  329. Support CLR_ABORT directive.
  330. config BUSYBOX_CONFIG_CHRT
  331. bool "chrt"
  332. default BUSYBOX_DEFAULT_CHRT
  333. help
  334. manipulate real-time attributes of a process.
  335. This requires sched_{g,s}etparam support in your libc.
  336. config BUSYBOX_CONFIG_CRONTAB
  337. bool "crontab"
  338. default BUSYBOX_DEFAULT_CRONTAB
  339. help
  340. Crontab manipulates the crontab for a particular user. Only
  341. the superuser may specify a different user and/or crontab directory.
  342. Note that Busybox binary must be setuid root for this applet to
  343. work properly.
  344. config BUSYBOX_CONFIG_DC
  345. bool "dc"
  346. default BUSYBOX_DEFAULT_DC
  347. help
  348. Dc is a reverse-polish desk calculator which supports unlimited
  349. precision arithmetic.
  350. config BUSYBOX_CONFIG_FEATURE_DC_LIBM
  351. bool "Enable power and exp functions (requires libm)"
  352. default BUSYBOX_DEFAULT_FEATURE_DC_LIBM
  353. depends on BUSYBOX_CONFIG_DC
  354. help
  355. Enable power and exp functions.
  356. NOTE: This will require libm to be present for linking.
  357. config BUSYBOX_CONFIG_DEVFSD
  358. bool "devfsd (obsolete)"
  359. default BUSYBOX_DEFAULT_DEVFSD
  360. select BUSYBOX_CONFIG_PLATFORM_LINUX
  361. select BUSYBOX_CONFIG_FEATURE_SYSLOG
  362. help
  363. This is deprecated and should NOT be used anymore.
  364. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  365. See docs/mdev.txt for detailed instructions on how to use mdev
  366. instead.
  367. Provides compatibility with old device names on a devfs systems.
  368. You should set it to true if you have devfs enabled.
  369. The following keywords in devsfd.conf are supported:
  370. "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
  371. "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
  372. "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
  373. But only if they are written UPPERCASE!!!!!!!!
  374. config BUSYBOX_CONFIG_DEVFSD_MODLOAD
  375. bool "Adds support for MODLOAD keyword in devsfd.conf"
  376. default BUSYBOX_DEFAULT_DEVFSD_MODLOAD
  377. depends on BUSYBOX_CONFIG_DEVFSD
  378. help
  379. This actually doesn't work with busybox modutils but needs
  380. the external modutils.
  381. config BUSYBOX_CONFIG_DEVFSD_FG_NP
  382. bool "Enables the -fg and -np options"
  383. default BUSYBOX_DEFAULT_DEVFSD_FG_NP
  384. depends on BUSYBOX_CONFIG_DEVFSD
  385. help
  386. -fg Run the daemon in the foreground.
  387. -np Exit after parsing the configuration file.
  388. Do not poll for events.
  389. config BUSYBOX_CONFIG_DEVFSD_VERBOSE
  390. bool "Increases logging (and size)"
  391. default BUSYBOX_DEFAULT_DEVFSD_VERBOSE
  392. depends on BUSYBOX_CONFIG_DEVFSD
  393. help
  394. Increases logging to stderr or syslog.
  395. config BUSYBOX_CONFIG_FEATURE_DEVFS
  396. bool "Use devfs names for all devices (obsolete)"
  397. default BUSYBOX_DEFAULT_FEATURE_DEVFS
  398. select BUSYBOX_CONFIG_PLATFORM_LINUX
  399. help
  400. This is obsolete and should NOT be used anymore.
  401. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  402. For legacy systems -- if there is no way around devfsd -- this
  403. tells busybox to look for names like /dev/loop/0 instead of
  404. /dev/loop0. If your /dev directory has normal names instead of
  405. devfs names, you don't want this.
  406. config BUSYBOX_CONFIG_DEVMEM
  407. bool "devmem"
  408. default BUSYBOX_DEFAULT_DEVMEM
  409. help
  410. devmem is a small program that reads and writes from physical
  411. memory using /dev/mem.
  412. config BUSYBOX_CONFIG_EJECT
  413. bool "eject"
  414. default BUSYBOX_DEFAULT_EJECT
  415. select BUSYBOX_CONFIG_PLATFORM_LINUX
  416. help
  417. Used to eject cdroms. (defaults to /dev/cdrom)
  418. config BUSYBOX_CONFIG_FEATURE_EJECT_SCSI
  419. bool "SCSI support"
  420. default BUSYBOX_DEFAULT_FEATURE_EJECT_SCSI
  421. depends on BUSYBOX_CONFIG_EJECT
  422. help
  423. Add the -s option to eject, this allows to eject SCSI-Devices and
  424. usb-storage devices.
  425. config BUSYBOX_CONFIG_FBSPLASH
  426. bool "fbsplash"
  427. default BUSYBOX_DEFAULT_FBSPLASH
  428. select BUSYBOX_CONFIG_PLATFORM_LINUX
  429. help
  430. Shows splash image and progress bar on framebuffer device.
  431. Can be used during boot phase of an embedded device. ~2kb.
  432. Usage:
  433. - use kernel option 'vga=xxx' or otherwise enable fb device.
  434. - put somewhere fbsplash.cfg file and an image in .ppm format.
  435. - $ setsid fbsplash [params] &
  436. -c: hide cursor
  437. -d /dev/fbN: framebuffer device (if not /dev/fb0)
  438. -s path_to_image_file (can be "-" for stdin)
  439. -i path_to_cfg_file (can be "-" for stdin)
  440. -f path_to_fifo (can be "-" for stdin)
  441. - if you want to run it only in presence of kernel parameter:
  442. grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
  443. - commands for fifo:
  444. "NN" (ASCII decimal number) - percentage to show on progress bar
  445. "exit" - well you guessed it
  446. config BUSYBOX_CONFIG_FLASHCP
  447. bool "flashcp"
  448. default BUSYBOX_DEFAULT_FLASHCP # doesn't build on Ubuntu 8.04
  449. help
  450. The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
  451. This utility is used to copy images into a MTD device.
  452. config BUSYBOX_CONFIG_FLASH_LOCK
  453. bool "flash_lock"
  454. default BUSYBOX_DEFAULT_FLASH_LOCK # doesn't build on Ubuntu 8.04
  455. help
  456. The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
  457. utility locks part or all of the flash device.
  458. config BUSYBOX_CONFIG_FLASH_UNLOCK
  459. bool "flash_unlock"
  460. default BUSYBOX_DEFAULT_FLASH_UNLOCK # doesn't build on Ubuntu 8.04
  461. help
  462. The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
  463. utility unlocks part or all of the flash device.
  464. config BUSYBOX_CONFIG_FLASH_ERASEALL
  465. bool "flash_eraseall"
  466. default BUSYBOX_DEFAULT_FLASH_ERASEALL # doesn't build on Ubuntu 8.04
  467. help
  468. The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
  469. This utility is used to erase the whole MTD device.
  470. config BUSYBOX_CONFIG_IONICE
  471. bool "ionice"
  472. default BUSYBOX_DEFAULT_IONICE
  473. select BUSYBOX_CONFIG_PLATFORM_LINUX
  474. help
  475. Set/set program io scheduling class and priority
  476. Requires kernel >= 2.6.13
  477. config BUSYBOX_CONFIG_INOTIFYD
  478. bool "inotifyd"
  479. default BUSYBOX_DEFAULT_INOTIFYD # doesn't build on Knoppix 5
  480. help
  481. Simple inotify daemon. Reports filesystem changes. Requires
  482. kernel >= 2.6.13
  483. config BUSYBOX_CONFIG_LAST
  484. bool "last"
  485. default BUSYBOX_DEFAULT_LAST
  486. depends on BUSYBOX_CONFIG_FEATURE_WTMP
  487. help
  488. 'last' displays a list of the last users that logged into the system.
  489. choice
  490. prompt "Choose last implementation"
  491. depends on BUSYBOX_CONFIG_LAST
  492. default BUSYBOX_CONFIG_FEATURE_LAST_FANCY
  493. config BUSYBOX_CONFIG_FEATURE_LAST_SMALL
  494. bool "small"
  495. help
  496. This is a small version of last with just the basic set of
  497. features.
  498. config BUSYBOX_CONFIG_FEATURE_LAST_FANCY
  499. bool "huge"
  500. help
  501. 'last' displays detailed information about the last users that
  502. logged into the system (mimics sysvinit last). +900 bytes.
  503. endchoice
  504. config BUSYBOX_CONFIG_HDPARM
  505. bool "hdparm"
  506. default BUSYBOX_DEFAULT_HDPARM
  507. select BUSYBOX_CONFIG_PLATFORM_LINUX
  508. help
  509. Get/Set hard drive parameters. Primarily intended for ATA
  510. drives. Adds about 13k (or around 30k if you enable the
  511. FEATURE_HDPARM_GET_IDENTITY option)....
  512. config BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY
  513. bool "Support obtaining detailed information directly from drives"
  514. default BUSYBOX_DEFAULT_FEATURE_HDPARM_GET_IDENTITY
  515. depends on BUSYBOX_CONFIG_HDPARM
  516. help
  517. Enables the -I and -i options to obtain detailed information
  518. directly from drives about their capabilities and supported ATA
  519. feature set. If no device name is specified, hdparm will read
  520. identify data from stdin. Enabling this option will add about 16k...
  521. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
  522. bool "Register an IDE interface (DANGEROUS)"
  523. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_SCAN_HWIF
  524. depends on BUSYBOX_CONFIG_HDPARM
  525. help
  526. Enables the 'hdparm -R' option to register an IDE interface.
  527. This is dangerous stuff, so you should probably say N.
  528. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
  529. bool "Un-register an IDE interface (DANGEROUS)"
  530. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
  531. depends on BUSYBOX_CONFIG_HDPARM
  532. help
  533. Enables the 'hdparm -U' option to un-register an IDE interface.
  534. This is dangerous stuff, so you should probably say N.
  535. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
  536. bool "Perform device reset (DANGEROUS)"
  537. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_DRIVE_RESET
  538. depends on BUSYBOX_CONFIG_HDPARM
  539. help
  540. Enables the 'hdparm -w' option to perform a device reset.
  541. This is dangerous stuff, so you should probably say N.
  542. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
  543. bool "Tristate device for hotswap (DANGEROUS)"
  544. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
  545. depends on BUSYBOX_CONFIG_HDPARM
  546. help
  547. Enables the 'hdparm -x' option to tristate device for hotswap,
  548. and the '-b' option to get/set bus state. This is dangerous
  549. stuff, so you should probably say N.
  550. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
  551. bool "Get/set using_dma flag"
  552. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_GETSET_DMA
  553. depends on BUSYBOX_CONFIG_HDPARM
  554. help
  555. Enables the 'hdparm -d' option to get/set using_dma flag.
  556. config BUSYBOX_CONFIG_LOCK
  557. bool "lock"
  558. default BUSYBOX_DEFAULT_LOCK
  559. help
  560. Small utility for using locks in scripts
  561. config BUSYBOX_CONFIG_MAKEDEVS
  562. bool "makedevs"
  563. default BUSYBOX_DEFAULT_MAKEDEVS
  564. help
  565. 'makedevs' is a utility used to create a batch of devices with
  566. one command.
  567. There are two choices for command line behaviour, the interface
  568. as used by LEAF/Linux Router Project, or a device table file.
  569. 'leaf' is traditionally what busybox follows, it allows multiple
  570. devices of a particluar type to be created per command.
  571. e.g. /dev/hda[0-9]
  572. Device properties are passed as command line arguments.
  573. 'table' reads device properties from a file or stdin, allowing
  574. a batch of unrelated devices to be made with one command.
  575. User/group names are allowed as an alternative to uid/gid.
  576. choice
  577. prompt "Choose makedevs behaviour"
  578. depends on BUSYBOX_CONFIG_MAKEDEVS
  579. default BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
  580. config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_LEAF
  581. bool "leaf"
  582. config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
  583. bool "table"
  584. endchoice
  585. config BUSYBOX_CONFIG_MAN
  586. bool "man"
  587. default BUSYBOX_DEFAULT_MAN
  588. help
  589. Format and display manual pages.
  590. config BUSYBOX_CONFIG_MICROCOM
  591. bool "microcom"
  592. default BUSYBOX_DEFAULT_MICROCOM
  593. help
  594. The poor man's minicom utility for chatting with serial port devices.
  595. config BUSYBOX_CONFIG_MOUNTPOINT
  596. bool "mountpoint"
  597. default BUSYBOX_DEFAULT_MOUNTPOINT
  598. help
  599. mountpoint checks if the directory is a mountpoint.
  600. config BUSYBOX_CONFIG_MT
  601. bool "mt"
  602. default BUSYBOX_DEFAULT_MT
  603. help
  604. mt is used to control tape devices. You can use the mt utility
  605. to advance or rewind a tape past a specified number of archive
  606. files on the tape.
  607. config BUSYBOX_CONFIG_RAIDAUTORUN
  608. bool "raidautorun"
  609. default BUSYBOX_DEFAULT_RAIDAUTORUN
  610. select BUSYBOX_CONFIG_PLATFORM_LINUX
  611. help
  612. raidautorun tells the kernel md driver to
  613. search and start RAID arrays.
  614. config BUSYBOX_CONFIG_READAHEAD
  615. bool "readahead"
  616. default BUSYBOX_DEFAULT_READAHEAD
  617. depends on BUSYBOX_CONFIG_LFS
  618. select BUSYBOX_CONFIG_PLATFORM_LINUX
  619. help
  620. Preload the files listed on the command line into RAM cache so that
  621. subsequent reads on these files will not block on disk I/O.
  622. This applet just calls the readahead(2) system call on each file.
  623. It is mainly useful in system startup scripts to preload files
  624. or executables before they are used. When used at the right time
  625. (in particular when a CPU bound process is running) it can
  626. significantly speed up system startup.
  627. As readahead(2) blocks until each file has been read, it is best to
  628. run this applet as a background job.
  629. config BUSYBOX_CONFIG_RUNLEVEL
  630. bool "runlevel"
  631. default BUSYBOX_DEFAULT_RUNLEVEL
  632. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  633. help
  634. find the current and previous system runlevel.
  635. This applet uses utmp but does not rely on busybox supporing
  636. utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
  637. config BUSYBOX_CONFIG_RX
  638. bool "rx"
  639. default BUSYBOX_DEFAULT_RX
  640. select BUSYBOX_CONFIG_PLATFORM_LINUX
  641. help
  642. Receive files using the Xmodem protocol.
  643. config BUSYBOX_CONFIG_SETSID
  644. bool "setsid"
  645. default BUSYBOX_DEFAULT_SETSID
  646. help
  647. setsid runs a program in a new session
  648. config BUSYBOX_CONFIG_STRINGS
  649. bool "strings"
  650. default BUSYBOX_DEFAULT_STRINGS
  651. help
  652. strings prints the printable character sequences for each file
  653. specified.
  654. config BUSYBOX_CONFIG_TIME
  655. bool "time"
  656. default BUSYBOX_DEFAULT_TIME
  657. help
  658. The time command runs the specified program with the given arguments.
  659. When the command finishes, time writes a message to standard output
  660. giving timing statistics about this program run.
  661. config BUSYBOX_CONFIG_TIMEOUT
  662. bool "timeout"
  663. default BUSYBOX_DEFAULT_TIMEOUT
  664. help
  665. Runs a program and watches it. If it does not terminate in
  666. specified number of seconds, it is sent a signal.
  667. config BUSYBOX_CONFIG_TTYSIZE
  668. bool "ttysize"
  669. default BUSYBOX_DEFAULT_TTYSIZE
  670. help
  671. A replacement for "stty size". Unlike stty, can report only width,
  672. only height, or both, in any order. It also does not complain on
  673. error, but returns default 80x24.
  674. Usage in shell scripts: width=`ttysize w`.
  675. config BUSYBOX_CONFIG_VOLNAME
  676. bool "volname"
  677. default BUSYBOX_DEFAULT_VOLNAME
  678. help
  679. Prints a CD-ROM volume name.
  680. config BUSYBOX_CONFIG_WATCHDOG
  681. bool "watchdog"
  682. default BUSYBOX_DEFAULT_WATCHDOG
  683. select BUSYBOX_CONFIG_PLATFORM_LINUX
  684. help
  685. The watchdog utility is used with hardware or software watchdog
  686. device drivers. It opens the specified watchdog device special file
  687. and periodically writes a magic character to the device. If the
  688. watchdog applet ever fails to write the magic character within a
  689. certain amount of time, the watchdog device assumes the system has
  690. hung, and will cause the hardware to reboot.
  691. endmenu