Config.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  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_UBIRENAME
  221. bool "ubirename"
  222. default BUSYBOX_DEFAULT_UBIRENAME
  223. select BUSYBOX_CONFIG_PLATFORM_LINUX
  224. help
  225. Utility to rename UBI volumes
  226. config BUSYBOX_CONFIG_WALL
  227. bool "wall"
  228. default BUSYBOX_DEFAULT_WALL
  229. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  230. help
  231. Write a message to all users that are logged in.
  232. config BUSYBOX_CONFIG_ADJTIMEX
  233. bool "adjtimex"
  234. default BUSYBOX_DEFAULT_ADJTIMEX
  235. select BUSYBOX_CONFIG_PLATFORM_LINUX
  236. help
  237. Adjtimex reads and optionally sets adjustment parameters for
  238. the Linux clock adjustment algorithm.
  239. config BUSYBOX_CONFIG_BBCONFIG
  240. bool "bbconfig"
  241. default BUSYBOX_DEFAULT_BBCONFIG
  242. help
  243. The bbconfig applet will print the config file with which
  244. busybox was built.
  245. config BUSYBOX_CONFIG_FEATURE_COMPRESS_BBCONFIG
  246. bool "Compress bbconfig data"
  247. default BUSYBOX_DEFAULT_FEATURE_COMPRESS_BBCONFIG
  248. depends on BUSYBOX_CONFIG_BBCONFIG
  249. help
  250. Store bbconfig data in compressed form, uncompress them on-the-fly
  251. before output.
  252. If you have a really tiny busybox with few applets enabled (and
  253. bunzip2 isn't one of them), the overhead of the decompressor might
  254. be noticeable. Also, if you run executables directly from ROM
  255. and have very little memory, this might not be a win. Otherwise,
  256. you probably want this.
  257. config BUSYBOX_CONFIG_BEEP
  258. bool "beep"
  259. default BUSYBOX_DEFAULT_BEEP
  260. select BUSYBOX_CONFIG_PLATFORM_LINUX
  261. help
  262. The beep applets beeps in a given freq/Hz.
  263. config BUSYBOX_CONFIG_FEATURE_BEEP_FREQ
  264. int "default frequency"
  265. range 0 2147483647
  266. default BUSYBOX_DEFAULT_FEATURE_BEEP_FREQ
  267. depends on BUSYBOX_CONFIG_BEEP
  268. help
  269. Frequency for default beep.
  270. config BUSYBOX_CONFIG_FEATURE_BEEP_LENGTH_MS
  271. int "default length"
  272. range 0 2147483647
  273. default BUSYBOX_DEFAULT_FEATURE_BEEP_LENGTH_MS
  274. depends on BUSYBOX_CONFIG_BEEP
  275. help
  276. Length in ms for default beep.
  277. config BUSYBOX_CONFIG_CHAT
  278. bool "chat"
  279. default BUSYBOX_DEFAULT_CHAT
  280. help
  281. Simple chat utility.
  282. config BUSYBOX_CONFIG_FEATURE_CHAT_NOFAIL
  283. bool "Enable NOFAIL expect strings"
  284. depends on BUSYBOX_CONFIG_CHAT
  285. default BUSYBOX_DEFAULT_FEATURE_CHAT_NOFAIL
  286. help
  287. When enabled expect strings which are started with a dash trigger
  288. no-fail mode. That is when expectation is not met within timeout
  289. the script is not terminated but sends next SEND string and waits
  290. for next EXPECT string. This allows to compose far more flexible
  291. scripts.
  292. config BUSYBOX_CONFIG_FEATURE_CHAT_TTY_HIFI
  293. bool "Force STDIN to be a TTY"
  294. depends on BUSYBOX_CONFIG_CHAT
  295. default BUSYBOX_DEFAULT_FEATURE_CHAT_TTY_HIFI
  296. help
  297. Original chat always treats STDIN as a TTY device and sets for it
  298. so-called raw mode. This option turns on such behaviour.
  299. config BUSYBOX_CONFIG_FEATURE_CHAT_IMPLICIT_CR
  300. bool "Enable implicit Carriage Return"
  301. depends on BUSYBOX_CONFIG_CHAT
  302. default BUSYBOX_DEFAULT_FEATURE_CHAT_IMPLICIT_CR
  303. help
  304. When enabled make chat to terminate all SEND strings with a "\r"
  305. unless "\c" is met anywhere in the string.
  306. config BUSYBOX_CONFIG_FEATURE_CHAT_SWALLOW_OPTS
  307. bool "Swallow options"
  308. depends on BUSYBOX_CONFIG_CHAT
  309. default BUSYBOX_DEFAULT_FEATURE_CHAT_SWALLOW_OPTS
  310. help
  311. Busybox chat require no options. To make it not fail when used
  312. in place of original chat (which has a bunch of options) turn
  313. this on.
  314. config BUSYBOX_CONFIG_FEATURE_CHAT_SEND_ESCAPES
  315. bool "Support weird SEND escapes"
  316. depends on BUSYBOX_CONFIG_CHAT
  317. default BUSYBOX_DEFAULT_FEATURE_CHAT_SEND_ESCAPES
  318. help
  319. Original chat uses some escape sequences in SEND arguments which
  320. are not sent to device but rather performs special actions.
  321. E.g. "\K" means to send a break sequence to device.
  322. "\d" delays execution for a second, "\p" -- for a 1/100 of second.
  323. Before turning this option on think twice: do you really need them?
  324. config BUSYBOX_CONFIG_FEATURE_CHAT_VAR_ABORT_LEN
  325. bool "Support variable-length ABORT conditions"
  326. depends on BUSYBOX_CONFIG_CHAT
  327. default BUSYBOX_DEFAULT_FEATURE_CHAT_VAR_ABORT_LEN
  328. help
  329. Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
  330. config BUSYBOX_CONFIG_FEATURE_CHAT_CLR_ABORT
  331. bool "Support revoking of ABORT conditions"
  332. depends on BUSYBOX_CONFIG_CHAT
  333. default BUSYBOX_DEFAULT_FEATURE_CHAT_CLR_ABORT
  334. help
  335. Support CLR_ABORT directive.
  336. config BUSYBOX_CONFIG_CHRT
  337. bool "chrt"
  338. default BUSYBOX_DEFAULT_CHRT
  339. help
  340. manipulate real-time attributes of a process.
  341. This requires sched_{g,s}etparam support in your libc.
  342. config BUSYBOX_CONFIG_CRONTAB
  343. bool "crontab"
  344. default BUSYBOX_DEFAULT_CRONTAB
  345. help
  346. Crontab manipulates the crontab for a particular user. Only
  347. the superuser may specify a different user and/or crontab directory.
  348. Note that Busybox binary must be setuid root for this applet to
  349. work properly.
  350. config BUSYBOX_CONFIG_DC
  351. bool "dc"
  352. default BUSYBOX_DEFAULT_DC
  353. help
  354. Dc is a reverse-polish desk calculator which supports unlimited
  355. precision arithmetic.
  356. config BUSYBOX_CONFIG_FEATURE_DC_LIBM
  357. bool "Enable power and exp functions (requires libm)"
  358. default BUSYBOX_DEFAULT_FEATURE_DC_LIBM
  359. depends on BUSYBOX_CONFIG_DC
  360. help
  361. Enable power and exp functions.
  362. NOTE: This will require libm to be present for linking.
  363. config BUSYBOX_CONFIG_DEVFSD
  364. bool "devfsd (obsolete)"
  365. default BUSYBOX_DEFAULT_DEVFSD
  366. select BUSYBOX_CONFIG_PLATFORM_LINUX
  367. select BUSYBOX_CONFIG_FEATURE_SYSLOG
  368. help
  369. This is deprecated and should NOT be used anymore.
  370. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  371. See docs/mdev.txt for detailed instructions on how to use mdev
  372. instead.
  373. Provides compatibility with old device names on a devfs systems.
  374. You should set it to true if you have devfs enabled.
  375. The following keywords in devsfd.conf are supported:
  376. "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
  377. "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
  378. "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
  379. But only if they are written UPPERCASE!!!!!!!!
  380. config BUSYBOX_CONFIG_DEVFSD_MODLOAD
  381. bool "Adds support for MODLOAD keyword in devsfd.conf"
  382. default BUSYBOX_DEFAULT_DEVFSD_MODLOAD
  383. depends on BUSYBOX_CONFIG_DEVFSD
  384. help
  385. This actually doesn't work with busybox modutils but needs
  386. the external modutils.
  387. config BUSYBOX_CONFIG_DEVFSD_FG_NP
  388. bool "Enables the -fg and -np options"
  389. default BUSYBOX_DEFAULT_DEVFSD_FG_NP
  390. depends on BUSYBOX_CONFIG_DEVFSD
  391. help
  392. -fg Run the daemon in the foreground.
  393. -np Exit after parsing the configuration file.
  394. Do not poll for events.
  395. config BUSYBOX_CONFIG_DEVFSD_VERBOSE
  396. bool "Increases logging (and size)"
  397. default BUSYBOX_DEFAULT_DEVFSD_VERBOSE
  398. depends on BUSYBOX_CONFIG_DEVFSD
  399. help
  400. Increases logging to stderr or syslog.
  401. config BUSYBOX_CONFIG_FEATURE_DEVFS
  402. bool "Use devfs names for all devices (obsolete)"
  403. default BUSYBOX_DEFAULT_FEATURE_DEVFS
  404. select BUSYBOX_CONFIG_PLATFORM_LINUX
  405. help
  406. This is obsolete and should NOT be used anymore.
  407. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  408. For legacy systems -- if there is no way around devfsd -- this
  409. tells busybox to look for names like /dev/loop/0 instead of
  410. /dev/loop0. If your /dev directory has normal names instead of
  411. devfs names, you don't want this.
  412. config BUSYBOX_CONFIG_DEVMEM
  413. bool "devmem"
  414. default BUSYBOX_DEFAULT_DEVMEM
  415. help
  416. devmem is a small program that reads and writes from physical
  417. memory using /dev/mem.
  418. config BUSYBOX_CONFIG_EJECT
  419. bool "eject"
  420. default BUSYBOX_DEFAULT_EJECT
  421. select BUSYBOX_CONFIG_PLATFORM_LINUX
  422. help
  423. Used to eject cdroms. (defaults to /dev/cdrom)
  424. config BUSYBOX_CONFIG_FEATURE_EJECT_SCSI
  425. bool "SCSI support"
  426. default BUSYBOX_DEFAULT_FEATURE_EJECT_SCSI
  427. depends on BUSYBOX_CONFIG_EJECT
  428. help
  429. Add the -s option to eject, this allows to eject SCSI-Devices and
  430. usb-storage devices.
  431. config BUSYBOX_CONFIG_FBSPLASH
  432. bool "fbsplash"
  433. default BUSYBOX_DEFAULT_FBSPLASH
  434. select BUSYBOX_CONFIG_PLATFORM_LINUX
  435. help
  436. Shows splash image and progress bar on framebuffer device.
  437. Can be used during boot phase of an embedded device. ~2kb.
  438. Usage:
  439. - use kernel option 'vga=xxx' or otherwise enable fb device.
  440. - put somewhere fbsplash.cfg file and an image in .ppm format.
  441. - $ setsid fbsplash [params] &
  442. -c: hide cursor
  443. -d /dev/fbN: framebuffer device (if not /dev/fb0)
  444. -s path_to_image_file (can be "-" for stdin)
  445. -i path_to_cfg_file (can be "-" for stdin)
  446. -f path_to_fifo (can be "-" for stdin)
  447. - if you want to run it only in presence of kernel parameter:
  448. grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
  449. - commands for fifo:
  450. "NN" (ASCII decimal number) - percentage to show on progress bar
  451. "exit" - well you guessed it
  452. config BUSYBOX_CONFIG_FLASHCP
  453. bool "flashcp"
  454. default BUSYBOX_DEFAULT_FLASHCP # doesn't build on Ubuntu 8.04
  455. help
  456. The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
  457. This utility is used to copy images into a MTD device.
  458. config BUSYBOX_CONFIG_FLASH_LOCK
  459. bool "flash_lock"
  460. default BUSYBOX_DEFAULT_FLASH_LOCK # doesn't build on Ubuntu 8.04
  461. help
  462. The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
  463. utility locks part or all of the flash device.
  464. config BUSYBOX_CONFIG_FLASH_UNLOCK
  465. bool "flash_unlock"
  466. default BUSYBOX_DEFAULT_FLASH_UNLOCK # doesn't build on Ubuntu 8.04
  467. help
  468. The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
  469. utility unlocks part or all of the flash device.
  470. config BUSYBOX_CONFIG_FLASH_ERASEALL
  471. bool "flash_eraseall"
  472. default BUSYBOX_DEFAULT_FLASH_ERASEALL # doesn't build on Ubuntu 8.04
  473. help
  474. The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
  475. This utility is used to erase the whole MTD device.
  476. config BUSYBOX_CONFIG_IONICE
  477. bool "ionice"
  478. default BUSYBOX_DEFAULT_IONICE
  479. select BUSYBOX_CONFIG_PLATFORM_LINUX
  480. help
  481. Set/set program io scheduling class and priority
  482. Requires kernel >= 2.6.13
  483. config BUSYBOX_CONFIG_INOTIFYD
  484. bool "inotifyd"
  485. default BUSYBOX_DEFAULT_INOTIFYD # doesn't build on Knoppix 5
  486. help
  487. Simple inotify daemon. Reports filesystem changes. Requires
  488. kernel >= 2.6.13
  489. config BUSYBOX_CONFIG_LAST
  490. bool "last"
  491. default BUSYBOX_DEFAULT_LAST
  492. depends on BUSYBOX_CONFIG_FEATURE_WTMP
  493. help
  494. 'last' displays a list of the last users that logged into the system.
  495. config BUSYBOX_CONFIG_FEATURE_LAST_FANCY
  496. bool "Turn on output of extra information"
  497. default BUSYBOX_DEFAULT_FEATURE_LAST_FANCY
  498. depends on BUSYBOX_CONFIG_LAST
  499. help
  500. 'last' displays detailed information about the last users that
  501. logged into the system (mimics sysvinit last). +900 bytes.
  502. config BUSYBOX_CONFIG_HDPARM
  503. bool "hdparm"
  504. default BUSYBOX_DEFAULT_HDPARM
  505. select BUSYBOX_CONFIG_PLATFORM_LINUX
  506. help
  507. Get/Set hard drive parameters. Primarily intended for ATA
  508. drives. Adds about 13k (or around 30k if you enable the
  509. FEATURE_HDPARM_GET_IDENTITY option)....
  510. config BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY
  511. bool "Support obtaining detailed information directly from drives"
  512. default BUSYBOX_DEFAULT_FEATURE_HDPARM_GET_IDENTITY
  513. depends on BUSYBOX_CONFIG_HDPARM
  514. help
  515. Enables the -I and -i options to obtain detailed information
  516. directly from drives about their capabilities and supported ATA
  517. feature set. If no device name is specified, hdparm will read
  518. identify data from stdin. Enabling this option will add about 16k...
  519. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
  520. bool "Register an IDE interface (DANGEROUS)"
  521. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_SCAN_HWIF
  522. depends on BUSYBOX_CONFIG_HDPARM
  523. help
  524. Enables the 'hdparm -R' option to register an IDE interface.
  525. This is dangerous stuff, so you should probably say N.
  526. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
  527. bool "Un-register an IDE interface (DANGEROUS)"
  528. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
  529. depends on BUSYBOX_CONFIG_HDPARM
  530. help
  531. Enables the 'hdparm -U' option to un-register an IDE interface.
  532. This is dangerous stuff, so you should probably say N.
  533. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
  534. bool "Perform device reset (DANGEROUS)"
  535. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_DRIVE_RESET
  536. depends on BUSYBOX_CONFIG_HDPARM
  537. help
  538. Enables the 'hdparm -w' option to perform a device reset.
  539. This is dangerous stuff, so you should probably say N.
  540. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
  541. bool "Tristate device for hotswap (DANGEROUS)"
  542. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
  543. depends on BUSYBOX_CONFIG_HDPARM
  544. help
  545. Enables the 'hdparm -x' option to tristate device for hotswap,
  546. and the '-b' option to get/set bus state. This is dangerous
  547. stuff, so you should probably say N.
  548. config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
  549. bool "Get/set using_dma flag"
  550. default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_GETSET_DMA
  551. depends on BUSYBOX_CONFIG_HDPARM
  552. help
  553. Enables the 'hdparm -d' option to get/set using_dma flag.
  554. config BUSYBOX_CONFIG_LOCK
  555. bool "lock"
  556. default BUSYBOX_DEFAULT_LOCK
  557. help
  558. Small utility for using locks in scripts
  559. config BUSYBOX_CONFIG_MAKEDEVS
  560. bool "makedevs"
  561. default BUSYBOX_DEFAULT_MAKEDEVS
  562. help
  563. 'makedevs' is a utility used to create a batch of devices with
  564. one command.
  565. There are two choices for command line behaviour, the interface
  566. as used by LEAF/Linux Router Project, or a device table file.
  567. 'leaf' is traditionally what busybox follows, it allows multiple
  568. devices of a particluar type to be created per command.
  569. e.g. /dev/hda[0-9]
  570. Device properties are passed as command line arguments.
  571. 'table' reads device properties from a file or stdin, allowing
  572. a batch of unrelated devices to be made with one command.
  573. User/group names are allowed as an alternative to uid/gid.
  574. choice
  575. prompt "Choose makedevs behaviour"
  576. depends on BUSYBOX_CONFIG_MAKEDEVS
  577. default BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
  578. config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_LEAF
  579. bool "leaf"
  580. config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
  581. bool "table"
  582. endchoice
  583. config BUSYBOX_CONFIG_MAN
  584. bool "man"
  585. default BUSYBOX_DEFAULT_MAN
  586. help
  587. Format and display manual pages.
  588. config BUSYBOX_CONFIG_MICROCOM
  589. bool "microcom"
  590. default BUSYBOX_DEFAULT_MICROCOM
  591. help
  592. The poor man's minicom utility for chatting with serial port devices.
  593. config BUSYBOX_CONFIG_MOUNTPOINT
  594. bool "mountpoint"
  595. default BUSYBOX_DEFAULT_MOUNTPOINT
  596. help
  597. mountpoint checks if the directory is a mountpoint.
  598. config BUSYBOX_CONFIG_MT
  599. bool "mt"
  600. default BUSYBOX_DEFAULT_MT
  601. help
  602. mt is used to control tape devices. You can use the mt utility
  603. to advance or rewind a tape past a specified number of archive
  604. files on the tape.
  605. config BUSYBOX_CONFIG_RAIDAUTORUN
  606. bool "raidautorun"
  607. default BUSYBOX_DEFAULT_RAIDAUTORUN
  608. select BUSYBOX_CONFIG_PLATFORM_LINUX
  609. help
  610. raidautorun tells the kernel md driver to
  611. search and start RAID arrays.
  612. config BUSYBOX_CONFIG_READAHEAD
  613. bool "readahead"
  614. default BUSYBOX_DEFAULT_READAHEAD
  615. depends on BUSYBOX_CONFIG_LFS
  616. select BUSYBOX_CONFIG_PLATFORM_LINUX
  617. help
  618. Preload the files listed on the command line into RAM cache so that
  619. subsequent reads on these files will not block on disk I/O.
  620. This applet just calls the readahead(2) system call on each file.
  621. It is mainly useful in system startup scripts to preload files
  622. or executables before they are used. When used at the right time
  623. (in particular when a CPU bound process is running) it can
  624. significantly speed up system startup.
  625. As readahead(2) blocks until each file has been read, it is best to
  626. run this applet as a background job.
  627. config BUSYBOX_CONFIG_RUNLEVEL
  628. bool "runlevel"
  629. default BUSYBOX_DEFAULT_RUNLEVEL
  630. depends on BUSYBOX_CONFIG_FEATURE_UTMP
  631. help
  632. find the current and previous system runlevel.
  633. This applet uses utmp but does not rely on busybox supporing
  634. utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
  635. config BUSYBOX_CONFIG_RX
  636. bool "rx"
  637. default BUSYBOX_DEFAULT_RX
  638. select BUSYBOX_CONFIG_PLATFORM_LINUX
  639. help
  640. Receive files using the Xmodem protocol.
  641. config BUSYBOX_CONFIG_SETSID
  642. bool "setsid"
  643. default BUSYBOX_DEFAULT_SETSID
  644. help
  645. setsid runs a program in a new session
  646. config BUSYBOX_CONFIG_STRINGS
  647. bool "strings"
  648. default BUSYBOX_DEFAULT_STRINGS
  649. help
  650. strings prints the printable character sequences for each file
  651. specified.
  652. config BUSYBOX_CONFIG_TIME
  653. bool "time"
  654. default BUSYBOX_DEFAULT_TIME
  655. help
  656. The time command runs the specified program with the given arguments.
  657. When the command finishes, time writes a message to standard output
  658. giving timing statistics about this program run.
  659. config BUSYBOX_CONFIG_TIMEOUT
  660. bool "timeout"
  661. default BUSYBOX_DEFAULT_TIMEOUT
  662. help
  663. Runs a program and watches it. If it does not terminate in
  664. specified number of seconds, it is sent a signal.
  665. config BUSYBOX_CONFIG_TTYSIZE
  666. bool "ttysize"
  667. default BUSYBOX_DEFAULT_TTYSIZE
  668. help
  669. A replacement for "stty size". Unlike stty, can report only width,
  670. only height, or both, in any order. It also does not complain on
  671. error, but returns default 80x24.
  672. Usage in shell scripts: width=`ttysize w`.
  673. config BUSYBOX_CONFIG_VOLNAME
  674. bool "volname"
  675. default BUSYBOX_DEFAULT_VOLNAME
  676. help
  677. Prints a CD-ROM volume name.
  678. config BUSYBOX_CONFIG_WATCHDOG
  679. bool "watchdog"
  680. default BUSYBOX_DEFAULT_WATCHDOG
  681. select BUSYBOX_CONFIG_PLATFORM_LINUX
  682. help
  683. The watchdog utility is used with hardware or software watchdog
  684. device drivers. It opens the specified watchdog device special file
  685. and periodically writes a magic character to the device. If the
  686. watchdog applet ever fails to write the magic character within a
  687. certain amount of time, the watchdog device assumes the system has
  688. hung, and will cause the hardware to reboot.
  689. endmenu