Config.in.manual 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. config ADK_COMPILE_BUSYBOX
  2. tristate
  3. depends on ADK_PACKAGE_BUSYBOX
  4. config ADK_PACKAGE_BUSYBOX
  5. bool "busybox................. core utilities for embedded systems"
  6. select ADK_COMPILE_BUSYBOX
  7. help
  8. Core utilities for embedded Linux systems
  9. WWW: http://www.busybox.net
  10. config ADK_PACKAGE_BUSYBOX_HIDE
  11. bool "hide packages provided by busybox applets"
  12. depends on ADK_PACKAGE_BUSYBOX
  13. default y
  14. help
  15. Do not show packages which are provided as busybox applets
  16. menu "Busybox Configuration"
  17. depends on ADK_PACKAGE_BUSYBOX
  18. source "package/busybox/config/Config.in"
  19. endmenu
  20. config ADK_PACKAGE_UDHCPD
  21. bool
  22. default BUSYBOX_APP_UDHCPD
  23. # disable busybox applets, when full programs are choosen
  24. config BUSYBOX_DISABLE_MOUNT
  25. bool
  26. default y if ADK_PACKAGE_MOUNT
  27. depends on ADK_PACKAGE_MOUNT
  28. default n
  29. config BUSYBOX_DISABLE_UMOUNT
  30. bool
  31. default y if ADK_PACKAGE_MOUNT
  32. depends on ADK_PACKAGE_MOUNT
  33. default n
  34. config BUSYBOX_DISABLE_TAR
  35. bool
  36. default y if ADK_PACKAGE_TAR
  37. depends on ADK_PACKAGE_TAR
  38. default n
  39. config BUSYBOX_DISABLE_BZIP2
  40. bool
  41. default y if ADK_PACKAGE_BZIP2
  42. depends on ADK_PACKAGE_BZIP2
  43. default n
  44. config BUSYBOX_DISABLE_BUNZIP2
  45. bool
  46. default y if ADK_PACKAGE_BZIP2
  47. depends on ADK_PACKAGE_BZIP2
  48. default n
  49. config BUSYBOX_DISABLE_IP
  50. bool
  51. default y if ADK_PACKAGE_IP
  52. depends on ADK_PACKAGE_IP
  53. default n
  54. config BUSYBOX_DISABLE_PATCH
  55. bool
  56. default y if ADK_PACKAGE_PATCH
  57. depends on ADK_PACKAGE_PATCH
  58. default n
  59. config BUSYBOX_DISABLE_DIFF
  60. bool
  61. default y if ADK_PACKAGE_DIFFUTILS
  62. depends on ADK_PACKAGE_DIFFUTILS
  63. default n
  64. config BUSYBOX_DISABLE_ED
  65. bool
  66. default y if ADK_PACKAGE_ED
  67. depends on ADK_PACKAGE_ED
  68. default n
  69. config BUSYBOX_DISABLE_SED
  70. bool
  71. default y if ADK_PACKAGE_SED
  72. depends on ADK_PACKAGE_SED
  73. default n
  74. config BUSYBOX_DISABLE_LESS
  75. bool
  76. default y if ADK_PACKAGE_LESS
  77. depends on ADK_PACKAGE_LESS
  78. default n
  79. config BUSYBOX_DISABLE_HDPARM
  80. bool
  81. default y if ADK_PACKAGE_HDPARM
  82. depends on ADK_PACKAGE_HDPARM
  83. default n
  84. config BUSYBOX_DISABLE_WATCHDOG
  85. bool
  86. default y if ADK_PACKAGE_WATCHDOG
  87. depends on ADK_PACKAGE_WATCHDOG
  88. default n
  89. config BUSYBOX_DISABLE_PAM
  90. bool
  91. default y if ADK_PACKAGE_PAM
  92. depends on ADK_PACKAGE_PAM
  93. default n
  94. config BUSYBOX_DISABLE_BRCTL
  95. bool
  96. default y if ADK_PACKAGE_BRIDGE_UTILS
  97. depends on ADK_PACKAGE_BRIDGE_UTILS
  98. default n
  99. config BUSYBOX_DISABLE_ETHER_WAKE
  100. bool
  101. default y if ADK_PACKAGE_ETHER_WAKE
  102. depends on ADK_PACKAGE_ETHER_WAKE
  103. default n
  104. config BUSYBOX_DISABLE_NTPD
  105. bool
  106. default y if ADK_PACKAGE_OPENNTPD
  107. depends on ADK_PACKAGE_OPENNTPD
  108. default n
  109. config BUSYBOX_DISABLE_WGET
  110. bool
  111. default y if ADK_PACKAGE_WGET
  112. depends on ADK_PACKAGE_WGET
  113. default n
  114. config BUSYBOX_DISABLE_AR
  115. bool
  116. default y if ADK_PACKAGE_BINUTILS
  117. depends on ADK_PACKAGE_BINUTILS
  118. default n
  119. config BUSYBOX_DISABLE_CPIO
  120. bool
  121. default y if ADK_PACKAGE_CPIO
  122. depends on ADK_PACKAGE_CPIO
  123. default n
  124. config BUSYBOX_DISABLE_XZ
  125. bool
  126. default y if ADK_PACKAGE_XZ
  127. depends on ADK_PACKAGE_XZ
  128. default n
  129. config BUSYBOX_DISABLE_UNXZ
  130. bool
  131. default y if ADK_PACKAGE_XZ
  132. depends on ADK_PACKAGE_XZ
  133. default n
  134. config BUSYBOX_DISABLE_FBSET
  135. bool
  136. default y if ADK_PACKAGE_FBSET
  137. depends on ADK_PACKAGE_FBSET
  138. default n
  139. config BUSYBOX_DISABLE_LSPCI
  140. bool
  141. default y if ADK_PACKAGE_PCIUTILS
  142. depends on ADK_PACKAGE_PCIUTILS
  143. default n
  144. config BUSYBOX_DISABLE_LSUSB
  145. bool
  146. default y if ADK_PACKAGE_LSUSB
  147. depends on ADK_PACKAGE_LSUSB
  148. default n
  149. config BUSYBOX_DISABLE_FDISK
  150. bool
  151. default y if ADK_PACKAGE_FDISK
  152. depends on ADK_PACKAGE_FDISK
  153. default n
  154. config BUSYBOX_DISABLE_GREP
  155. bool
  156. default y if ADK_PACKAGE_GREP
  157. depends on ADK_PACKAGE_GREP
  158. default n
  159. config BUSYBOX_DISABLE_FIND
  160. bool
  161. default y if ADK_PACKAGE_FINDUTILS
  162. depends on ADK_PACKAGE_FINDUTILS
  163. default n
  164. config BUSYBOX_DISABLE_RDATE
  165. bool
  166. default y if ADK_PACKAGE_RDATE
  167. depends on ADK_PACKAGE_RDATE
  168. default n
  169. config BUSYBOX_DISABLE_RFKILL
  170. bool
  171. default y if ADK_PACKAGE_RFKILL
  172. depends on ADK_PACKAGE_RFKILL
  173. default n
  174. config BUSYBOX_DISABLE_KMOD
  175. bool
  176. default y if ADK_PACKAGE_KMOD
  177. depends on ADK_PACKAGE_KMOD
  178. default n
  179. config BUSYBOX_DISABLE_PS
  180. bool
  181. default y if ADK_PACKAGE_PROCPS
  182. depends on ADK_PACKAGE_PROCPS
  183. default n