Config.in 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "Archival Utilities"
  6. config BUSYBOX_FEATURE_SEAMLESS_LZMA
  7. bool "Make tar, rpm, modprobe etc understand .lzma data"
  8. default y
  9. help
  10. Make tar, rpm, modprobe etc understand .lzma data.
  11. config BUSYBOX_FEATURE_SEAMLESS_BZ2
  12. bool "Make tar, rpm, modprobe etc understand .bz2 data"
  13. default y
  14. help
  15. Make tar, rpm, modprobe etc understand .bz2 data.
  16. config BUSYBOX_FEATURE_SEAMLESS_GZ
  17. bool "Make tar, rpm, modprobe etc understand .gz data"
  18. default y
  19. help
  20. Make tar, rpm, modprobe etc understand .gz data.
  21. config BUSYBOX_FEATURE_SEAMLESS_Z
  22. bool "Make tar and gunzip understand .Z data"
  23. default n
  24. help
  25. Make tar and gunzip understand .Z data.
  26. config BUSYBOX_AR
  27. bool "ar"
  28. default n
  29. help
  30. ar is an archival utility program used to create, modify, and
  31. extract contents from archives. An archive is a single file holding
  32. a collection of other files in a structure that makes it possible to
  33. retrieve the original individual files (called archive members).
  34. The original files' contents, mode (permissions), timestamp, owner,
  35. and group are preserved in the archive, and can be restored on
  36. extraction.
  37. The stored filename is limited to 15 characters. (for more information
  38. see long filename support).
  39. ar has 60 bytes of overheads for every stored file.
  40. This implementation of ar can extract archives, it cannot create or
  41. modify them.
  42. On an x86 system, the ar applet adds about 1K.
  43. Unless you have a specific application which requires ar, you should
  44. probably say N here.
  45. config BUSYBOX_FEATURE_AR_LONG_FILENAMES
  46. bool "Support for long filenames (not needed for debs)"
  47. default n
  48. depends on BUSYBOX_AR
  49. help
  50. By default the ar format can only store the first 15 characters
  51. of the filename, this option removes that limitation.
  52. It supports the GNU ar long filename method which moves multiple long
  53. filenames into a the data section of a new ar entry.
  54. config BUSYBOX_BUNZIP2
  55. bool "bunzip2"
  56. depends on !ADK_PACKAGE_BZIP2
  57. default n
  58. help
  59. bunzip2 is a compression utility using the Burrows-Wheeler block
  60. sorting text compression algorithm, and Huffman coding. Compression
  61. is generally considerably better than that achieved by more
  62. conventional LZ77/LZ78-based compressors, and approaches the
  63. performance of the PPM family of statistical compressors.
  64. Unless you have a specific application which requires bunzip2, you
  65. should probably say N here.
  66. config BUSYBOX_BZIP2
  67. bool "bzip2"
  68. depends on !ADK_PACKAGE_BZIP2
  69. default n
  70. help
  71. bzip2 is a compression utility using the Burrows-Wheeler block
  72. sorting text compression algorithm, and Huffman coding. Compression
  73. is generally considerably better than that achieved by more
  74. conventional LZ77/LZ78-based compressors, and approaches the
  75. performance of the PPM family of statistical compressors.
  76. Unless you have a specific application which requires bzip2, you
  77. should probably say N here.
  78. config BUSYBOX_CPIO
  79. bool "cpio"
  80. default n
  81. depends on !ADK_PACKAGE_CPIO
  82. help
  83. cpio is an archival utility program used to create, modify, and
  84. extract contents from archives.
  85. cpio has 110 bytes of overheads for every stored file.
  86. This implementation of cpio can extract cpio archives created in the
  87. "newc" or "crc" format, it cannot create or modify them.
  88. Unless you have a specific application which requires cpio, you
  89. should probably say N here.
  90. config BUSYBOX_FEATURE_CPIO_O
  91. bool "Support for archive creation"
  92. default n
  93. depends on BUSYBOX_CPIO
  94. help
  95. This implementation of cpio can create cpio archives in the "newc"
  96. format only.
  97. config BUSYBOX_FEATURE_CPIO_P
  98. bool "Support for passthrough mode"
  99. default n
  100. depends on BUSYBOX_FEATURE_CPIO_O
  101. help
  102. Passthrough mode. Rarely used.
  103. config BUSYBOX_DPKG
  104. bool "dpkg"
  105. default n
  106. select BUSYBOX_FEATURE_SEAMLESS_GZ
  107. help
  108. dpkg is a medium-level tool to install, build, remove and manage
  109. Debian packages.
  110. This implementation of dpkg has a number of limitations,
  111. you should use the official dpkg if possible.
  112. config BUSYBOX_DPKG_DEB
  113. bool "dpkg_deb"
  114. default n
  115. select BUSYBOX_FEATURE_SEAMLESS_GZ
  116. help
  117. dpkg-deb unpacks and provides information about Debian archives.
  118. This implementation of dpkg-deb cannot pack archives.
  119. Unless you have a specific application which requires dpkg-deb,
  120. say N here.
  121. config BUSYBOX_FEATURE_DPKG_DEB_EXTRACT_ONLY
  122. bool "Extract only (-x)"
  123. default n
  124. depends on BUSYBOX_DPKG_DEB
  125. help
  126. This reduces dpkg-deb to the equivalent of
  127. "ar -p <deb> data.tar.gz | tar -zx". However it saves space as none
  128. of the extra dpkg-deb, ar or tar options are needed, they are linked
  129. to internally.
  130. config BUSYBOX_GUNZIP
  131. bool "gunzip"
  132. default y
  133. help
  134. gunzip is used to decompress archives created by gzip.
  135. You can use the `-t' option to test the integrity of
  136. an archive, without decompressing it.
  137. config BUSYBOX_GZIP
  138. bool "gzip"
  139. default y
  140. help
  141. gzip is used to compress files.
  142. It's probably the most widely used UNIX compression program.
  143. config BUSYBOX_FEATURE_GZIP_LONG_OPTIONS
  144. bool "Enable long options"
  145. default n
  146. depends on BUSYBOX_GZIP && BUSYBOX_LONG_OPTS
  147. help
  148. Enable use of long options, increases size by about 106 Bytes
  149. config BUSYBOX_LZOP
  150. bool "lzop"
  151. default n
  152. help
  153. Lzop compression/decompresion.
  154. config BUSYBOX_LZOP_COMPR_HIGH
  155. bool "lzop complession levels 7,8,9 (not very useful)"
  156. default n
  157. depends on BUSYBOX_LZOP
  158. help
  159. High levels (7,8,9) of lzop compression. These levels
  160. are actually slower than gzip at equivalent compression ratios
  161. and take up 3.2K of code.
  162. config BUSYBOX_IPKG
  163. bool "ipkg"
  164. default n
  165. select BUSYBOX_MD5SUM
  166. select BUSYBOX_WGET
  167. depends on ADK_TARGET_PACKAGE_IPKG
  168. help
  169. ipkg is the itsy package management system.
  170. config BUSYBOX_RPM2CPIO
  171. bool "rpm2cpio"
  172. depends on !ADK_PACKAGE_RPM
  173. default n
  174. help
  175. Converts an RPM file into a CPIO archive.
  176. config BUSYBOX_RPM
  177. bool "rpm"
  178. depends on !ADK_PACKAGE_RPM
  179. default n
  180. help
  181. Mini RPM applet - queries and extracts RPM packages.
  182. config BUSYBOX_TAR
  183. bool "tar"
  184. depends on !ADK_PACKAGE_TAR
  185. default y
  186. help
  187. tar is an archiving program. It's commonly used with gzip to
  188. create compressed archives. It's probably the most widely used
  189. UNIX archive program.
  190. if TAR
  191. config BUSYBOX_FEATURE_TAR_CREATE
  192. bool "Enable archive creation"
  193. default y
  194. depends on BUSYBOX_TAR
  195. help
  196. If you enable this option you'll be able to create
  197. tar archives using the `-c' option.
  198. config BUSYBOX_FEATURE_TAR_AUTODETECT
  199. bool "Autodetect compressed tarballs"
  200. default y
  201. depends on BUSYBOX_FEATURE_SEAMLESS_Z || BUSYBOX_FEATURE_SEAMLESS_GZ || BUSYBOX_FEATURE_SEAMLESS_BZ2 || BUSYBOX_FEATURE_SEAMLESS_LZMA
  202. help
  203. With this option tar can automatically detect compressed
  204. tarballs. Currently it works only on files (not pipes etc).
  205. config BUSYBOX_FEATURE_TAR_FROM
  206. bool "Enable -X (exclude from) and -T (include from) options)"
  207. default y
  208. depends on BUSYBOX_TAR
  209. help
  210. If you enable this option you'll be able to specify
  211. a list of files to include or exclude from an archive.
  212. config BUSYBOX_FEATURE_TAR_OLDGNU_COMPATIBILITY
  213. bool "Support for old tar header format"
  214. default N
  215. depends on BUSYBOX_TAR
  216. help
  217. This option is required to unpack archives created in
  218. the old GNU format; help to kill this old format by
  219. repacking your ancient archives with the new format.
  220. config BUSYBOX_FEATURE_TAR_OLDSUN_COMPATIBILITY
  221. bool "Enable untarring of tarballs with checksums produced by buggy Sun tar"
  222. default N
  223. depends on BUSYBOX_TAR
  224. help
  225. This option is required to unpack archives created by some old
  226. version of Sun's tar (it was calculating checksum using signed
  227. arithmetic). It is said to be fixed in newer Sun tar, but "old"
  228. tarballs still exist.
  229. config BUSYBOX_FEATURE_TAR_GNU_EXTENSIONS
  230. bool "Support for GNU tar extensions (long filenames)"
  231. default y
  232. depends on BUSYBOX_TAR
  233. help
  234. With this option busybox supports GNU long filenames and
  235. linknames.
  236. config BUSYBOX_FEATURE_TAR_LONG_OPTIONS
  237. bool "Enable long options"
  238. default n
  239. depends on BUSYBOX_TAR && BUSYBOX_LONG_OPTS
  240. help
  241. Enable use of long options, increases size by about 400 Bytes
  242. config BUSYBOX_FEATURE_TAR_UNAME_GNAME
  243. bool "Enable use of user and group names"
  244. default y
  245. depends on BUSYBOX_TAR
  246. help
  247. Enables use of user and group names in tar. This affects contents
  248. listings (-t) and preserving permissions when unpacking (-p).
  249. +200 bytes.
  250. config BUSYBOX_FEATURE_TAR_NOPRESERVE_TIME
  251. bool "Enable -m (do not preserve time) option"
  252. default n
  253. depends on BUSYBOX_TAR
  254. help
  255. With this option busybox supports GNU tar -m
  256. (do not preserve time) option.
  257. endif #tar
  258. config BUSYBOX_UNCOMPRESS
  259. bool "uncompress"
  260. default n
  261. help
  262. uncompress is used to decompress archives created by compress.
  263. Not much used anymore, replaced by gzip/gunzip.
  264. config BUSYBOX_UNLZMA
  265. bool "unlzma"
  266. default n
  267. help
  268. unlzma is a compression utility using the Lempel-Ziv-Markov chain
  269. compression algorithm, and range coding. Compression
  270. is generally considerably better than that achieved by the bzip2
  271. compressors.
  272. The BusyBox unlzma applet is limited to de-compression only.
  273. On an x86 system, this applet adds about 4K.
  274. Unless you have a specific application which requires unlzma, you
  275. should probably say N here.
  276. config BUSYBOX_FEATURE_LZMA_FAST
  277. bool "Optimize unlzma for speed"
  278. default n
  279. depends on BUSYBOX_UNLZMA
  280. help
  281. This option reduces decompression time by about 25% at the cost of
  282. a 1K bigger binary.
  283. config BUSYBOX_UNZIP
  284. bool "unzip"
  285. default n
  286. help
  287. unzip will list or extract files from a ZIP archive,
  288. commonly found on DOS/WIN systems. The default behavior
  289. (with no options) is to extract the archive into the
  290. current directory. Use the `-d' option to extract to a
  291. directory of your choice.
  292. endmenu