Config.in 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADKVERSION
  4. string
  5. option env="ADKVERSION"
  6. mainmenu "OpenADK Configuration"
  7. config MODULES
  8. bool
  9. default y
  10. config ADK_HAVE_DOT_CONFIG
  11. bool
  12. default y
  13. menu "ADK settings"
  14. config ADK_VENDOR
  15. string "vendor name"
  16. default "openadk"
  17. help
  18. Vendor string is used for toolchain.
  19. config ADK_HOST
  20. string "webserver for packages and distfiles"
  21. default "www.openadk.org"
  22. help
  23. Configure host for IPKG package management.
  24. config ADK_DEVELSYSTEM
  25. bool "Compile a ADK development system"
  26. default n
  27. select BUSYBOX_CMP
  28. select BUSYBOX_EXPR
  29. select BUSYBOX_INSTALL
  30. select BUSYBOX_MKTEMP
  31. select BUSYBOX_UNZIP
  32. select BUSYBOX_RMDIR
  33. select BUSYBOX_TAC
  34. select BUSYBOX_TEE
  35. select BUSYBOX_WGET
  36. select BUSYBOX_YES
  37. select ADK_PACKAGE_BASH
  38. select ADK_PACKAGE_BINUTILS
  39. select ADK_PACKAGE_BZIP2
  40. select ADK_PACKAGE_CPIO
  41. select ADK_PACKAGE_DIFFUTILS
  42. select ADK_PACKAGE_FILE
  43. select ADK_PACKAGE_GAWK
  44. select ADK_PACKAGE_GCC
  45. select ADK_PACKAGE_GIT
  46. select ADK_PACKAGE_GREP
  47. select ADK_PACKAGE_UCLIBC_DEV if ADK_TARGET_LIB_UCLIBC
  48. select ADK_PACKAGE_EGLIBC_DEV if ADK_TARGET_LIB_EGLIBC
  49. select ADK_PACKAGE_GLIBC_DEV if ADK_TARGET_LIB_GLIBC
  50. select ADK_PACKAGE_LIBNCURSES
  51. select ADK_PACKAGE_LIBNCURSES_DEV
  52. select ADK_PACKAGE_M4
  53. select ADK_PACKAGE_MAKE
  54. select ADK_PACKAGE_MKSH
  55. select ADK_PACKAGE_PATCH
  56. select ADK_PACKAGE_PKG_CONFIG
  57. select ADK_PACKAGE_MICROPERL
  58. select ADK_PACKAGE_TAR
  59. select ADK_PACKAGE_TSORT
  60. select ADK_PACKAGE_ZLIB
  61. select ADK_PACKAGE_ZLIB_DEV
  62. select ADK_PACKAGE_XZ
  63. help
  64. After bootstrapping a Linux system you might want to
  65. switch to native builds with your target.
  66. If you choose this option, all necessary software needed
  67. for native building will be selected.
  68. config ADK_DEBUG
  69. bool "Enable debug support"
  70. default n
  71. help
  72. All packages and libc will be compiled and packaged with debug information.
  73. Mostly useful for NFS root or big USB/CF disk setups.
  74. config ADK_STATIC
  75. bool "Link applications statically by default"
  76. default n
  77. help
  78. Useful for toolchain only target devices.
  79. config ADK_MAKE_JOBS
  80. int
  81. default 1 if ! ADK_MAKE_PARALLEL
  82. config ADK_MAKE_PARALLEL
  83. prompt "Enable parallel building of packages that claim to support it"
  84. boolean
  85. default n
  86. config ADK_MAKE_JOBS
  87. prompt "How many jobs to use"
  88. int
  89. default 2
  90. depends on ADK_MAKE_PARALLEL
  91. help
  92. The number specified here will be passed to make as N in '-jN'
  93. config ADK_FORCE_PARALLEL
  94. prompt "Force parallel building of all packages (DANGEROUS)"
  95. bool
  96. default n
  97. depends on ADK_MAKE_PARALLEL
  98. help
  99. Do not enable this! It's for testing purposes only.
  100. choice
  101. prompt "Hostsystem (do not change!)"
  102. config ADK_HOST_LINUX
  103. prompt "Linux"
  104. boolean
  105. config ADK_HOST_FREEBSD
  106. prompt "FreeBSD"
  107. boolean
  108. config ADK_HOST_MIRBSD
  109. prompt "MirBSD"
  110. boolean
  111. config ADK_HOST_OPENBSD
  112. prompt "OpenBSD"
  113. boolean
  114. config ADK_HOST_NETBSD
  115. prompt "NetBSD"
  116. boolean
  117. config ADK_HOST_DARWIN
  118. prompt "Darwin"
  119. boolean
  120. config ADK_HOST_CYGWIN
  121. prompt "Cygwin"
  122. boolean
  123. endchoice
  124. endmenu
  125. source "target/Config.in"
  126. menu "Runtime configuration"
  127. config ADK_RUNTIME_HOSTNAME
  128. string "hostname for the embedded system"
  129. default "linux"
  130. help
  131. Set your target hostname.
  132. config ADK_RUNTIME_SSH_PUBKEY
  133. string "SSH public key (root user only)"
  134. default ""
  135. help
  136. Paste your generated SSH public key here and it will be embedded into
  137. the built image, so you can use it to login instantly.
  138. config ADK_RUNTIME_PASSWORD
  139. string "root password for the embedded system"
  140. default "linux123"
  141. help
  142. Predefine the root password enabled in the built image.
  143. config ADK_RUNTIME_TIMEZONE
  144. string "timezone for the embedded system"
  145. default "Europe/Berlin"
  146. help
  147. endmenu
  148. menu "Package selection"
  149. config ADK_ENABLE_IPV6
  150. prompt "enable IPv6 globally"
  151. boolean
  152. default y
  153. # FIXME: selecting stuff here is ugly, better fix package flavours to
  154. # support a symbol-value-based default (i.e., "default y if IPV6")
  155. select ADK_PACKAGE_NFS_UTILS_WITH_TIRPC if ADK_PACKAGE_NFS_UTILS != n
  156. help
  157. This enables IPv6 support in all related applications. Basically this
  158. just means passing --enable-ipv6 to the configure script, but the
  159. exception proves the rule. ;)
  160. source "package/Config.in.auto.global"
  161. source "package/Config.in.auto"
  162. endmenu
  163. menu "Kernel configuration"
  164. source "target/linux/Config.in"
  165. endmenu