busybox-tiny.config 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #
  2. # Additional config changes for busybox-minimal.config
  3. # to reduce the size of the busybox executable.
  4. #
  5. #
  6. # Settings
  7. #
  8. # CONFIG_INCLUDE_SUSv2 is not set
  9. # CONFIG_LONG_OPTS is not set
  10. # CONFIG_LFS is not set
  11. # CONFIG_FEATURE_DEVPTS is not set
  12. # CONFIG_FEATURE_SYSLOG_INFO is not set
  13. # CONFIG_FEATURE_SYSLOG is not set
  14. #
  15. # Library Tuning
  16. #
  17. # CONFIG_FEATURE_RTMINMAX is not set
  18. # CONFIG_FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS is not set
  19. # CONFIG_FEATURE_BUFFERS_USE_MALLOC is not set
  20. CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y
  21. # CONFIG_FEATURE_EDITING_VI is not set
  22. # CONFIG_FEATURE_EDITING_SAVEHISTORY is not set
  23. # CONFIG_FEATURE_REVERSE_SEARCH is not set
  24. # CONFIG_FEATURE_EDITING_WINCH is not set
  25. # CONFIG_FEATURE_HWIB is not set
  26. #
  27. # Archival Utilities
  28. #
  29. # CONFIG_ZCAT is not set
  30. # CONFIG_BZCAT is not set
  31. # CONFIG_LZCAT is not set
  32. # CONFIG_XZCAT is not set
  33. # CONFIG_UNLZOP is not set
  34. # CONFIG_LZOPCAT is not set
  35. #
  36. # Coreutils
  37. #
  38. # CONFIG_CKSUM is not set
  39. # CONFIG_DOS2UNIX is not set
  40. # CONFIG_UNIX2DOS is not set
  41. # CONFIG_DU is not set
  42. # CONFIG_FACTOR is not set
  43. # CONFIG_FOLD is not set
  44. # CONFIG_HEAD is not set
  45. # CONFIG_INSTALL is not set
  46. # CONFIG_LINK is not set
  47. # CONFIG_LOGNAME is not set
  48. # CONFIG_MD5SUM is not set
  49. # CONFIG_SHA1SUM is not set
  50. # CONFIG_SHA256SUM is not set
  51. # CONFIG_SHA512SUM is not set
  52. # CONFIG_SHA3SUM is not set
  53. # CONFIG_MKFIFO is not set
  54. # CONFIG_NICE is not set
  55. # CONFIG_NL is not set
  56. # CONFIG_NOHUP is not set
  57. # CONFIG_OD is not set
  58. # CONFIG_PASTE is not set
  59. # CONFIG_SHRED is not set
  60. # CONFIG_SORT is not set
  61. # CONFIG_TAIL is not set
  62. # CONFIG_TEE is not set
  63. # CONFIG_TIMEOUT is not set
  64. # CONFIG_TR is not set
  65. # CONFIG_UNIQ is not set
  66. # CONFIG_UUDECODE is not set
  67. # CONFIG_BASE32 is not set
  68. # CONFIG_UUENCODE is not set
  69. # CONFIG_WC is not set
  70. # CONFIG_WHOAMI is not set
  71. # CONFIG_WHO is not set
  72. # CONFIG_W is not set
  73. # CONFIG_USERS is not set
  74. # CONFIG_YES is not set
  75. #
  76. # Common options
  77. #
  78. # CONFIG_FEATURE_VERBOSE is not set
  79. #
  80. # Debian Utilities
  81. #
  82. # CONFIG_RUN_PARTS is not set
  83. # CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set
  84. # CONFIG_FEATURE_RUN_PARTS_FANCY is not set
  85. # CONFIG_START_STOP_DAEMON is not set
  86. # CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set
  87. # CONFIG_FEATURE_START_STOP_DAEMON_FANCY is not set
  88. # CONFIG_WHICH is not set
  89. #
  90. # klibc-utils
  91. #
  92. # CONFIG_NUKE is not set
  93. # CONFIG_RESUME is not set
  94. # CONFIG_RUN_INIT is not set
  95. #
  96. # Editors
  97. #
  98. # CONFIG_SED is not set
  99. CONFIG_VI=y
  100. CONFIG_FEATURE_VI_MAX_LEN=4096
  101. CONFIG_FEATURE_VI_COLON=y
  102. CONFIG_FEATURE_VI_YANKMARK=y
  103. CONFIG_FEATURE_VI_USE_SIGNALS=y
  104. CONFIG_FEATURE_VI_DOT_CMD=y
  105. CONFIG_FEATURE_VI_READONLY=y
  106. CONFIG_FEATURE_VI_SETOPTS=y
  107. CONFIG_FEATURE_VI_SET=y
  108. CONFIG_FEATURE_VI_WIN_RESIZE=y
  109. CONFIG_FEATURE_VI_ASK_TERMINAL=y
  110. CONFIG_FEATURE_VI_UNDO=y
  111. #
  112. # Finding Utilities
  113. #
  114. CONFIG_GREP=y
  115. # CONFIG_EGREP is not set
  116. # CONFIG_FGREP is not set
  117. # CONFIG_XARGS is not set
  118. #
  119. # Init Utilities
  120. #
  121. # CONFIG_HALT is not set
  122. # CONFIG_POWEROFF is not set
  123. # CONFIG_FEATURE_WAIT_FOR_INIT is not set
  124. # CONFIG_FEATURE_CALL_TELINIT is not set
  125. # CONFIG_INIT is not set
  126. # CONFIG_LINUXRC is not set
  127. #
  128. # Login/Password Management Utilities
  129. #
  130. # CONFIG_FEATURE_SHADOWPASSWDS is not set
  131. # CONFIG_USE_BB_CRYPT is not set
  132. # CONFIG_USE_BB_CRYPT_SHA is not set
  133. # CONFIG_ADDUSER is not set
  134. # CONFIG_GETTY is not set
  135. # CONFIG_LOGIN is not set
  136. # CONFIG_PASSWD is not set
  137. #
  138. # Linux System Utilities
  139. #
  140. # CONFIG_FALLOCATE is not set
  141. # CONFIG_FREERAMDISK is not set
  142. # CONFIG_FSFREEZE is not set
  143. # CONFIG_GETOPT is not set
  144. # CONFIG_XXD is not set
  145. # CONFIG_MESG is not set
  146. # CONFIG_MKE2FS is not set
  147. # CONFIG_MKDOSFS is not set
  148. # CONFIG_FEATURE_MOUNT_CIFS is not set
  149. # CONFIG_FEATURE_MOUNT_FSTAB is not set
  150. # CONFIG_FEATURE_MOUNT_OTHERTAB is not set
  151. # CONFIG_NOLOGIN is not set
  152. # CONFIG_LINUX32 is not set
  153. # CONFIG_LINUX64 is not set
  154. # CONFIG_SETPRIV is not set
  155. #
  156. # Common options for mount/umount
  157. #
  158. # CONFIG_FEATURE_MOUNT_LOOP is not set
  159. # CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set
  160. #
  161. # Miscellaneous Utilities
  162. #
  163. # CONFIG_BC is not set
  164. # CONFIG_HEXEDIT is not set
  165. # CONFIG_I2CTRANSFER is not set
  166. # CONFIG_LSSCSI is not set
  167. # CONFIG_MIM is not set
  168. # CONFIG_PARTPROBE is not set
  169. # CONFIG_SETFATTR is not set
  170. # CONFIG_SETSERIAL is not set
  171. # CONFIG_TS is not set
  172. #
  173. # Networking Utilities
  174. #
  175. # CONFIG_HOSTNAME is not set
  176. # CONFIG_DNSDOMAINNAME is not set
  177. # CONFIG_IFCONFIG is not set
  178. # CONFIG_IFUP is not set
  179. # CONFIG_IFDOWN is not set
  180. # CONFIG_IP is not set
  181. # CONFIG_IPADDR is not set
  182. # CONFIG_IPLINK is not set
  183. # CONFIG_IPROUTE is not set
  184. # CONFIG_NC is not set
  185. # CONFIG_NETSTAT is not set
  186. # CONFIG_PING is not set
  187. # CONFIG_ROUTE is not set
  188. # CONFIG_TC is not set
  189. # CONFIG_TELNET is not set
  190. # CONFIG_WGET is not set
  191. # CONFIG_UDHCPC is not set
  192. #
  193. # Process Utilities
  194. #
  195. # CONFIG_KILLALL is not set
  196. # CONFIG_KILLALL5 is not set
  197. #
  198. # Runit Utilities
  199. #
  200. # CONFIG_SVC is not set
  201. # CONFIG_SVOK is not set
  202. #
  203. # Shells
  204. #
  205. CONFIG_BASH_IS_HUSH=y
  206. # CONFIG_BASH_IS_NONE is not set
  207. # CONFIG_HUSH_SAVEHISTORY is not set
  208. #
  209. # Options common to all shells
  210. #
  211. # CONFIG_FEATURE_SH_READ_FRAC is not set
  212. # CONFIG_FEATURE_SH_EMBEDDED_SCRIPTS is not set