Config.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  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 ADJTIMEX
  8. bool "adjtimex (4.5 kb)"
  9. default y
  10. select PLATFORM_LINUX
  11. help
  12. Adjtimex reads and optionally sets adjustment parameters for
  13. the Linux clock adjustment algorithm.
  14. config BBCONFIG
  15. bool "bbconfig (9.7 kb)"
  16. default n
  17. help
  18. The bbconfig applet will print the config file with which
  19. busybox was built.
  20. config FEATURE_COMPRESS_BBCONFIG
  21. bool "Compress bbconfig data"
  22. default y
  23. depends on BBCONFIG
  24. help
  25. Store bbconfig data in compressed form, uncompress them on-the-fly
  26. before output.
  27. If you have a really tiny busybox with few applets enabled (and
  28. bunzip2 isn't one of them), the overhead of the decompressor might
  29. be noticeable. Also, if you run executables directly from ROM
  30. and have very little memory, this might not be a win. Otherwise,
  31. you probably want this.
  32. config BEEP
  33. bool "beep (3 kb)"
  34. default y
  35. select PLATFORM_LINUX
  36. help
  37. The beep applets beeps in a given freq/Hz.
  38. config FEATURE_BEEP_FREQ
  39. int "default frequency"
  40. range 20 50000 # allowing 0 here breaks the build
  41. default 4000
  42. depends on BEEP
  43. help
  44. Frequency for default beep.
  45. config FEATURE_BEEP_LENGTH_MS
  46. int "default length"
  47. range 0 2147483647
  48. default 30
  49. depends on BEEP
  50. help
  51. Length in ms for default beep.
  52. config CHAT
  53. bool "chat (6.6 kb)"
  54. default y
  55. help
  56. Simple chat utility.
  57. config FEATURE_CHAT_NOFAIL
  58. bool "Enable NOFAIL expect strings"
  59. depends on CHAT
  60. default y
  61. help
  62. When enabled expect strings which are started with a dash trigger
  63. no-fail mode. That is when expectation is not met within timeout
  64. the script is not terminated but sends next SEND string and waits
  65. for next EXPECT string. This allows to compose far more flexible
  66. scripts.
  67. config FEATURE_CHAT_TTY_HIFI
  68. bool "Force STDIN to be a TTY"
  69. depends on CHAT
  70. default n
  71. help
  72. Original chat always treats STDIN as a TTY device and sets for it
  73. so-called raw mode. This option turns on such behaviour.
  74. config FEATURE_CHAT_IMPLICIT_CR
  75. bool "Enable implicit Carriage Return"
  76. depends on CHAT
  77. default y
  78. help
  79. When enabled make chat to terminate all SEND strings with a "\r"
  80. unless "\c" is met anywhere in the string.
  81. config FEATURE_CHAT_SWALLOW_OPTS
  82. bool "Swallow options"
  83. depends on CHAT
  84. default y
  85. help
  86. Busybox chat require no options. To make it not fail when used
  87. in place of original chat (which has a bunch of options) turn
  88. this on.
  89. config FEATURE_CHAT_SEND_ESCAPES
  90. bool "Support weird SEND escapes"
  91. depends on CHAT
  92. default y
  93. help
  94. Original chat uses some escape sequences in SEND arguments which
  95. are not sent to device but rather performs special actions.
  96. E.g. "\K" means to send a break sequence to device.
  97. "\d" delays execution for a second, "\p" -- for a 1/100 of second.
  98. Before turning this option on think twice: do you really need them?
  99. config FEATURE_CHAT_VAR_ABORT_LEN
  100. bool "Support variable-length ABORT conditions"
  101. depends on CHAT
  102. default y
  103. help
  104. Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
  105. config FEATURE_CHAT_CLR_ABORT
  106. bool "Support revoking of ABORT conditions"
  107. depends on CHAT
  108. default y
  109. help
  110. Support CLR_ABORT directive.
  111. config CONSPY
  112. bool "conspy (10 kb)"
  113. default y
  114. select PLATFORM_LINUX
  115. help
  116. A text-mode VNC like program for Linux virtual terminals.
  117. example: conspy NUM shared access to console num
  118. or conspy -nd NUM screenshot of console num
  119. or conspy -cs NUM poor man's GNU screen like
  120. config CROND
  121. bool "crond (13 kb)"
  122. default y
  123. select FEATURE_SYSLOG
  124. help
  125. Crond is a background daemon that parses individual crontab
  126. files and executes commands on behalf of the users in question.
  127. This is a port of dcron from slackware. It uses files of the
  128. format /var/spool/cron/crontabs/<username> files, for example:
  129. $ cat /var/spool/cron/crontabs/root
  130. # Run daily cron jobs at 4:40 every day:
  131. 40 4 * * * /etc/cron/daily > /dev/null 2>&1
  132. config FEATURE_CROND_D
  133. bool "Support -d (redirect output to stderr)"
  134. depends on CROND
  135. default y
  136. help
  137. -d N sets loglevel (0:most verbose) and directs all output to stderr.
  138. config FEATURE_CROND_CALL_SENDMAIL
  139. bool "Report command output via email (using sendmail)"
  140. default y
  141. depends on CROND
  142. help
  143. Command output will be sent to corresponding user via email.
  144. config FEATURE_CROND_SPECIAL_TIMES
  145. bool "Support special times (@reboot, @daily, etc) in crontabs"
  146. default y
  147. depends on CROND
  148. help
  149. string meaning
  150. ------ -------
  151. @reboot Run once, at startup
  152. @yearly Run once a year: "0 0 1 1 *"
  153. @annually Same as @yearly: "0 0 1 1 *"
  154. @monthly Run once a month: "0 0 1 * *"
  155. @weekly Run once a week: "0 0 * * 0"
  156. @daily Run once a day: "0 0 * * *"
  157. @midnight Same as @daily: "0 0 * * *"
  158. @hourly Run once an hour: "0 * * * *"
  159. config FEATURE_CROND_DIR
  160. string "crond spool directory"
  161. default "/var/spool/cron"
  162. depends on CROND || CRONTAB
  163. help
  164. Location of crond spool.
  165. config CRONTAB
  166. bool "crontab (9.7 kb)"
  167. default y
  168. help
  169. Crontab manipulates the crontab for a particular user. Only
  170. the superuser may specify a different user and/or crontab directory.
  171. Note that busybox binary must be setuid root for this applet to
  172. work properly.
  173. config DC
  174. bool "dc (4.2 kb)"
  175. default y
  176. help
  177. Dc is a reverse-polish desk calculator which supports unlimited
  178. precision arithmetic.
  179. config FEATURE_DC_LIBM
  180. bool "Enable power and exp functions (requires libm)"
  181. default y
  182. depends on DC
  183. help
  184. Enable power and exp functions.
  185. NOTE: This will require libm to be present for linking.
  186. config DEVFSD
  187. bool "devfsd (obsolete)"
  188. default n
  189. select PLATFORM_LINUX
  190. select FEATURE_SYSLOG
  191. help
  192. This is deprecated and should NOT be used anymore.
  193. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  194. See docs/mdev.txt for detailed instructions on how to use mdev
  195. instead.
  196. Provides compatibility with old device names on a devfs systems.
  197. You should set it to true if you have devfs enabled.
  198. The following keywords in devsfd.conf are supported:
  199. "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
  200. "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
  201. "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
  202. But only if they are written UPPERCASE!!!!!!!!
  203. config DEVFSD_MODLOAD
  204. bool "Adds support for MODLOAD keyword in devsfd.conf"
  205. default y
  206. depends on DEVFSD
  207. help
  208. This actually doesn't work with busybox modutils but needs
  209. the external modutils.
  210. config DEVFSD_FG_NP
  211. bool "Enable the -fg and -np options"
  212. default y
  213. depends on DEVFSD
  214. help
  215. -fg Run the daemon in the foreground.
  216. -np Exit after parsing config. Do not poll for events.
  217. config DEVFSD_VERBOSE
  218. bool "Increases logging (and size)"
  219. default y
  220. depends on DEVFSD
  221. help
  222. Increases logging to stderr or syslog.
  223. config FEATURE_DEVFS
  224. bool "Use devfs names for all devices (obsolete)"
  225. default n
  226. select PLATFORM_LINUX
  227. help
  228. This is obsolete and should NOT be used anymore.
  229. Use linux >= 2.6 (optionally with hotplug) and mdev instead!
  230. For legacy systems -- if there is no way around devfsd -- this
  231. tells busybox to look for names like /dev/loop/0 instead of
  232. /dev/loop0. If your /dev directory has normal names instead of
  233. devfs names, you don't want this.
  234. config DEVMEM
  235. bool "devmem (2.5 kb)"
  236. default y
  237. help
  238. devmem is a small program that reads and writes from physical
  239. memory using /dev/mem.
  240. config FBSPLASH
  241. bool "fbsplash (27 kb)"
  242. default y
  243. select PLATFORM_LINUX
  244. help
  245. Shows splash image and progress bar on framebuffer device.
  246. Can be used during boot phase of an embedded device.
  247. Usage:
  248. - use kernel option 'vga=xxx' or otherwise enable fb device.
  249. - put somewhere fbsplash.cfg file and an image in .ppm format.
  250. - $ setsid fbsplash [params] &
  251. -c: hide cursor
  252. -d /dev/fbN: framebuffer device (if not /dev/fb0)
  253. -s path_to_image_file (can be "-" for stdin)
  254. -i path_to_cfg_file (can be "-" for stdin)
  255. -f path_to_fifo (can be "-" for stdin)
  256. - if you want to run it only in presence of kernel parameter:
  257. grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
  258. - commands for fifo:
  259. "NN" (ASCII decimal number) - percentage to show on progress bar
  260. "exit" - well you guessed it
  261. config FLASH_ERASEALL
  262. bool "flash_eraseall (5.5 kb)"
  263. default n # doesn't build on Ubuntu 8.04
  264. help
  265. The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
  266. This utility is used to erase the whole MTD device.
  267. config FLASH_LOCK
  268. bool "flash_lock (2.1 kb)"
  269. default n # doesn't build on Ubuntu 8.04
  270. help
  271. The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
  272. utility locks part or all of the flash device.
  273. config FLASH_UNLOCK
  274. bool "flash_unlock (1.3 kb)"
  275. default n # doesn't build on Ubuntu 8.04
  276. help
  277. The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
  278. utility unlocks part or all of the flash device.
  279. config FLASHCP
  280. bool "flashcp (5.4 kb)"
  281. default n # doesn't build on Ubuntu 8.04
  282. help
  283. The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
  284. This utility is used to copy images into a MTD device.
  285. config HDPARM
  286. bool "hdparm (23 kb)"
  287. default y
  288. select PLATFORM_LINUX
  289. help
  290. Get/Set hard drive parameters. Primarily intended for ATA
  291. drives.
  292. config FEATURE_HDPARM_GET_IDENTITY
  293. bool "Support obtaining detailed information directly from drives"
  294. default y
  295. depends on HDPARM
  296. help
  297. Enable the -I and -i options to obtain detailed information
  298. directly from drives about their capabilities and supported ATA
  299. feature set. If no device name is specified, hdparm will read
  300. identify data from stdin. Enabling this option will add about 16k...
  301. config FEATURE_HDPARM_HDIO_SCAN_HWIF
  302. bool "Register an IDE interface (DANGEROUS)"
  303. default y
  304. depends on HDPARM
  305. help
  306. Enable the 'hdparm -R' option to register an IDE interface.
  307. This is dangerous stuff, so you should probably say N.
  308. config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
  309. bool "Un-register an IDE interface (DANGEROUS)"
  310. default y
  311. depends on HDPARM
  312. help
  313. Enable the 'hdparm -U' option to un-register an IDE interface.
  314. This is dangerous stuff, so you should probably say N.
  315. config FEATURE_HDPARM_HDIO_DRIVE_RESET
  316. bool "Perform device reset (DANGEROUS)"
  317. default y
  318. depends on HDPARM
  319. help
  320. Enable the 'hdparm -w' option to perform a device reset.
  321. This is dangerous stuff, so you should probably say N.
  322. config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
  323. bool "Tristate device for hotswap (DANGEROUS)"
  324. default y
  325. depends on HDPARM
  326. help
  327. Enable the 'hdparm -x' option to tristate device for hotswap,
  328. and the '-b' option to get/set bus state. This is dangerous
  329. stuff, so you should probably say N.
  330. config FEATURE_HDPARM_HDIO_GETSET_DMA
  331. bool "Get/set using_dma flag"
  332. default y
  333. depends on HDPARM
  334. help
  335. Enable the 'hdparm -d' option to get/set using_dma flag.
  336. config HEXEDIT
  337. bool "hexedit"
  338. default y
  339. help
  340. Edit file in hexadecimal.
  341. config I2CGET
  342. bool "i2cget (5.6 kb)"
  343. default y
  344. select PLATFORM_LINUX
  345. help
  346. Read from I2C/SMBus chip registers.
  347. config I2CSET
  348. bool "i2cset (6.9 kb)"
  349. default y
  350. select PLATFORM_LINUX
  351. help
  352. Set I2C registers.
  353. config I2CDUMP
  354. bool "i2cdump (7.2 kb)"
  355. default y
  356. select PLATFORM_LINUX
  357. help
  358. Examine I2C registers.
  359. config I2CDETECT
  360. bool "i2cdetect (7.2 kb)"
  361. default y
  362. select PLATFORM_LINUX
  363. help
  364. Detect I2C chips.
  365. config INOTIFYD
  366. bool "inotifyd (3.5 kb)"
  367. default n # doesn't build on Knoppix 5
  368. help
  369. Simple inotify daemon. Reports filesystem changes. Requires
  370. kernel >= 2.6.13
  371. config LESS
  372. bool "less (15 kb)"
  373. default y
  374. help
  375. 'less' is a pager, meaning that it displays text files. It possesses
  376. a wide array of features, and is an improvement over 'more'.
  377. config FEATURE_LESS_MAXLINES
  378. int "Max number of input lines less will try to eat"
  379. default 9999999
  380. depends on LESS
  381. config FEATURE_LESS_BRACKETS
  382. bool "Enable bracket searching"
  383. default y
  384. depends on LESS
  385. help
  386. This option adds the capability to search for matching left and right
  387. brackets, facilitating programming.
  388. config FEATURE_LESS_FLAGS
  389. bool "Enable -m/-M"
  390. default y
  391. depends on LESS
  392. help
  393. The -M/-m flag enables a more sophisticated status line.
  394. config FEATURE_LESS_TRUNCATE
  395. bool "Enable -S"
  396. default y
  397. depends on LESS
  398. help
  399. The -S flag causes long lines to be truncated rather than
  400. wrapped.
  401. config FEATURE_LESS_MARKS
  402. bool "Enable marks"
  403. default y
  404. depends on LESS
  405. help
  406. Marks enable positions in a file to be stored for easy reference.
  407. config FEATURE_LESS_REGEXP
  408. bool "Enable regular expressions"
  409. default y
  410. depends on LESS
  411. help
  412. Enable regular expressions, allowing complex file searches.
  413. config FEATURE_LESS_WINCH
  414. bool "Enable automatic resizing on window size changes"
  415. default y
  416. depends on LESS
  417. help
  418. Makes less track window size changes.
  419. config FEATURE_LESS_ASK_TERMINAL
  420. bool "Use 'tell me cursor position' ESC sequence to measure window"
  421. default y
  422. depends on FEATURE_LESS_WINCH
  423. help
  424. Makes less track window size changes.
  425. If terminal size can't be retrieved and $LINES/$COLUMNS are not set,
  426. this option makes less perform a last-ditch effort to find it:
  427. position cursor to 999,999 and ask terminal to report real
  428. cursor position using "ESC [ 6 n" escape sequence, then read stdin.
  429. This is not clean but helps a lot on serial lines and such.
  430. config FEATURE_LESS_DASHCMD
  431. bool "Enable flag changes ('-' command)"
  432. default y
  433. depends on LESS
  434. help
  435. This enables the ability to change command-line flags within
  436. less itself ('-' keyboard command).
  437. config FEATURE_LESS_LINENUMS
  438. bool "Enable -N (dynamic switching of line numbers)"
  439. default y
  440. depends on FEATURE_LESS_DASHCMD
  441. config LSSCSI
  442. bool "lsscsi (2.4 kb)"
  443. default y
  444. #select PLATFORM_LINUX
  445. help
  446. lsscsi is a utility for displaying information about SCSI buses in the
  447. system and devices connected to them.
  448. This version uses sysfs (/sys/bus/scsi/devices) only.
  449. config MAKEDEVS
  450. bool "makedevs (9.3 kb)"
  451. default y
  452. help
  453. 'makedevs' is a utility used to create a batch of devices with
  454. one command.
  455. There are two choices for command line behaviour, the interface
  456. as used by LEAF/Linux Router Project, or a device table file.
  457. 'leaf' is traditionally what busybox follows, it allows multiple
  458. devices of a particluar type to be created per command.
  459. e.g. /dev/hda[0-9]
  460. Device properties are passed as command line arguments.
  461. 'table' reads device properties from a file or stdin, allowing
  462. a batch of unrelated devices to be made with one command.
  463. User/group names are allowed as an alternative to uid/gid.
  464. choice
  465. prompt "Choose makedevs behaviour"
  466. depends on MAKEDEVS
  467. default FEATURE_MAKEDEVS_TABLE
  468. config FEATURE_MAKEDEVS_LEAF
  469. bool "leaf"
  470. config FEATURE_MAKEDEVS_TABLE
  471. bool "table"
  472. endchoice
  473. config MAN
  474. bool "man (27 kb)"
  475. default y
  476. help
  477. Format and display manual pages.
  478. config MICROCOM
  479. bool "microcom (5.6 kb)"
  480. default y
  481. help
  482. The poor man's minicom utility for chatting with serial port devices.
  483. config MT
  484. bool "mt (2.6 kb)"
  485. default y
  486. help
  487. mt is used to control tape devices. You can use the mt utility
  488. to advance or rewind a tape past a specified number of archive
  489. files on the tape.
  490. config NANDWRITE
  491. bool "nandwrite (5.9 kb)"
  492. default y
  493. select PLATFORM_LINUX
  494. help
  495. Write to the specified MTD device, with bad blocks awareness
  496. config NANDDUMP
  497. bool "nanddump (6.3 kb)"
  498. default y
  499. select PLATFORM_LINUX
  500. help
  501. Dump the content of raw NAND chip
  502. config PARTPROBE
  503. bool "partprobe (3.6 kb)"
  504. default y
  505. select PLATFORM_LINUX
  506. help
  507. Ask kernel to rescan partition table.
  508. config RAIDAUTORUN
  509. bool "raidautorun (1.4 kb)"
  510. default y
  511. select PLATFORM_LINUX
  512. help
  513. raidautorun tells the kernel md driver to
  514. search and start RAID arrays.
  515. config READAHEAD
  516. bool "readahead (2 kb)"
  517. default y
  518. depends on LFS
  519. select PLATFORM_LINUX
  520. help
  521. Preload the files listed on the command line into RAM cache so that
  522. subsequent reads on these files will not block on disk I/O.
  523. This applet just calls the readahead(2) system call on each file.
  524. It is mainly useful in system startup scripts to preload files
  525. or executables before they are used. When used at the right time
  526. (in particular when a CPU bound process is running) it can
  527. significantly speed up system startup.
  528. As readahead(2) blocks until each file has been read, it is best to
  529. run this applet as a background job.
  530. config RFKILL
  531. bool "rfkill (5.3 kb)"
  532. default n # doesn't build on Ubuntu 9.04
  533. select PLATFORM_LINUX
  534. help
  535. Enable/disable wireless devices.
  536. rfkill list : list all wireless devices
  537. rfkill list bluetooth : list all bluetooth devices
  538. rfkill list 1 : list device corresponding to the given index
  539. rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
  540. config RUNLEVEL
  541. bool "runlevel (518 bytes)"
  542. default y
  543. depends on FEATURE_UTMP
  544. help
  545. find the current and previous system runlevel.
  546. This applet uses utmp but does not rely on busybox supporing
  547. utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
  548. config RX
  549. bool "rx (2.9 kb)"
  550. default y
  551. select PLATFORM_LINUX
  552. help
  553. Receive files using the Xmodem protocol.
  554. config SETFATTR
  555. bool "setfattr"
  556. default y
  557. help
  558. Set/delete extended attributes on files
  559. config SETSERIAL
  560. bool "setserial (6.6 kb)"
  561. default y
  562. select PLATFORM_LINUX
  563. help
  564. Retrieve or set Linux serial port.
  565. config STRINGS
  566. bool "strings (4.3 kb)"
  567. default y
  568. help
  569. strings prints the printable character sequences for each file
  570. specified.
  571. config TIME
  572. bool "time (7 kb)"
  573. default y
  574. help
  575. The time command runs the specified program with the given arguments.
  576. When the command finishes, time writes a message to standard output
  577. giving timing statistics about this program run.
  578. config TTYSIZE
  579. bool "ttysize (372 bytes)"
  580. default y
  581. help
  582. A replacement for "stty size". Unlike stty, can report only width,
  583. only height, or both, in any order. It also does not complain on
  584. error, but returns default 80x24.
  585. Usage in shell scripts: width=`ttysize w`.
  586. config UBIATTACH
  587. bool "ubiattach (4.7 kb)"
  588. default y
  589. select PLATFORM_LINUX
  590. help
  591. Attach MTD device to an UBI device.
  592. config UBIDETACH
  593. bool "ubidetach (4.6 kb)"
  594. default y
  595. select PLATFORM_LINUX
  596. help
  597. Detach MTD device from an UBI device.
  598. config UBIMKVOL
  599. bool "ubimkvol (5.8 kb)"
  600. default y
  601. select PLATFORM_LINUX
  602. help
  603. Create a UBI volume.
  604. config UBIRMVOL
  605. bool "ubirmvol (5.2 kb)"
  606. default y
  607. select PLATFORM_LINUX
  608. help
  609. Delete a UBI volume.
  610. config UBIRSVOL
  611. bool "ubirsvol (4.6 kb)"
  612. default y
  613. select PLATFORM_LINUX
  614. help
  615. Resize a UBI volume.
  616. config UBIUPDATEVOL
  617. bool "ubiupdatevol (5.6 kb)"
  618. default y
  619. select PLATFORM_LINUX
  620. help
  621. Update a UBI volume.
  622. config UBIRENAME
  623. bool "ubirename (2.2 kb)"
  624. default y
  625. select PLATFORM_LINUX
  626. help
  627. Utility to rename UBI volumes
  628. config VOLNAME
  629. bool "volname (1.7 kb)"
  630. default y
  631. help
  632. Prints a CD-ROM volume name.
  633. config WATCHDOG
  634. bool "watchdog (5.1 kb)"
  635. default y
  636. select PLATFORM_LINUX
  637. help
  638. The watchdog utility is used with hardware or software watchdog
  639. device drivers. It opens the specified watchdog device special file
  640. and periodically writes a magic character to the device. If the
  641. watchdog applet ever fails to write the magic character within a
  642. certain amount of time, the watchdog device assumes the system has
  643. hung, and will cause the hardware to reboot.
  644. endmenu