Config.in.manual 3.6 KB

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