armv5t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109
  1. #
  2. # Automatically generated file; DO NOT EDIT.
  3. # Buildroot 2014.11-git-00245-gb7fcf3b Configuration
  4. #
  5. BR2_HAVE_DOT_CONFIG=y
  6. #
  7. # Target options
  8. #
  9. BR2_SOFT_FLOAT=y
  10. # BR2_arcle is not set
  11. # BR2_arceb is not set
  12. BR2_arm=y
  13. # BR2_armeb is not set
  14. # BR2_aarch64 is not set
  15. # BR2_bfin is not set
  16. # BR2_i386 is not set
  17. # BR2_microblazeel is not set
  18. # BR2_microblazebe is not set
  19. # BR2_mips is not set
  20. # BR2_mipsel is not set
  21. # BR2_mips64 is not set
  22. # BR2_mips64el is not set
  23. # BR2_nios2 is not set
  24. # BR2_powerpc is not set
  25. # BR2_powerpc64 is not set
  26. # BR2_powerpc64le is not set
  27. # BR2_sh is not set
  28. # BR2_sh64 is not set
  29. # BR2_sparc is not set
  30. # BR2_x86_64 is not set
  31. # BR2_xtensa is not set
  32. BR2_ARCH="arm"
  33. BR2_ENDIAN="LITTLE"
  34. BR2_GCC_TARGET_ARCH="armv5te"
  35. BR2_GCC_TARGET_ABI="aapcs-linux"
  36. BR2_GCC_TARGET_CPU="arm926ej-s"
  37. BR2_GCC_TARGET_FLOAT_ABI="soft"
  38. BR2_GCC_TARGET_MODE="thumb"
  39. BR2_ARCH_HAS_ATOMICS=y
  40. BR2_ARM_CPU_MAYBE_HAS_VFPV2=y
  41. BR2_ARM_CPU_HAS_THUMB=y
  42. # BR2_arm920t is not set
  43. # BR2_arm922t is not set
  44. BR2_arm926t=y
  45. # BR2_arm1136jf_s_r0 is not set
  46. # BR2_arm1136jf_s_r1 is not set
  47. # BR2_arm1176jz_s is not set
  48. # BR2_arm1176jzf_s is not set
  49. # BR2_cortex_a5 is not set
  50. # BR2_cortex_a7 is not set
  51. # BR2_cortex_a8 is not set
  52. # BR2_cortex_a9 is not set
  53. # BR2_cortex_a12 is not set
  54. # BR2_cortex_a15 is not set
  55. # BR2_fa526 is not set
  56. # BR2_pj4 is not set
  57. # BR2_strongarm is not set
  58. # BR2_xscale is not set
  59. # BR2_iwmmxt is not set
  60. # BR2_arm1136jf_s is not set
  61. BR2_ARM_EABI=y
  62. # BR2_ARM_EABIHF is not set
  63. BR2_ARM_SOFT_FLOAT=y
  64. # BR2_ARM_FPU_VFPV2 is not set
  65. # BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set
  66. BR2_ARM_INSTRUCTIONS_THUMB=y
  67. #
  68. # Build options
  69. #
  70. #
  71. # Commands
  72. #
  73. BR2_WGET="wget --passive-ftp -nd -t 3"
  74. BR2_SVN="svn"
  75. BR2_BZR="bzr"
  76. BR2_GIT="git"
  77. BR2_CVS="cvs"
  78. BR2_LOCALFILES="cp"
  79. BR2_SCP="scp"
  80. BR2_SSH="ssh"
  81. BR2_HG="hg"
  82. BR2_ZCAT="gzip -d -c"
  83. BR2_BZCAT="bzcat"
  84. BR2_XZCAT="xzcat"
  85. BR2_TAR_OPTIONS=""
  86. BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig"
  87. BR2_DL_DIR="$(TOPDIR)/dl"
  88. BR2_HOST_DIR="$(BASE_DIR)/host"
  89. #
  90. # Mirrors and Download locations
  91. #
  92. BR2_PRIMARY_SITE=""
  93. BR2_BACKUP_SITE="http://sources.buildroot.net"
  94. BR2_KERNEL_MIRROR="http://www.kernel.org/pub"
  95. BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
  96. BR2_DEBIAN_MIRROR="http://ftp.debian.org"
  97. BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks"
  98. BR2_CPAN_MIRROR="http://search.cpan.org/CPAN"
  99. BR2_JLEVEL=16
  100. BR2_CCACHE=y
  101. BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache"
  102. BR2_CCACHE_INITIAL_SETUP=""
  103. # BR2_DEPRECATED is not set
  104. # BR2_ENABLE_DEBUG is not set
  105. BR2_STRIP_strip=y
  106. # BR2_STRIP_none is not set
  107. BR2_STRIP_EXCLUDE_FILES=""
  108. BR2_STRIP_EXCLUDE_DIRS=""
  109. # BR2_OPTIMIZE_0 is not set
  110. # BR2_OPTIMIZE_1 is not set
  111. # BR2_OPTIMIZE_2 is not set
  112. # BR2_OPTIMIZE_3 is not set
  113. BR2_OPTIMIZE_S=y
  114. #
  115. # enabling Stack Smashing Protection requires support in the toolchain
  116. #
  117. # BR2_PREFER_STATIC_LIB is not set
  118. BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk"
  119. BR2_GLOBAL_PATCH_DIR=""
  120. #
  121. # Toolchain
  122. #
  123. BR2_TOOLCHAIN=y
  124. BR2_TOOLCHAIN_USES_UCLIBC=y
  125. BR2_TOOLCHAIN_BUILDROOT=y
  126. # BR2_TOOLCHAIN_EXTERNAL is not set
  127. BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot"
  128. #
  129. # Kernel Header Options
  130. #
  131. # BR2_KERNEL_HEADERS_3_2 is not set
  132. # BR2_KERNEL_HEADERS_3_4 is not set
  133. # BR2_KERNEL_HEADERS_3_10 is not set
  134. # BR2_KERNEL_HEADERS_3_12 is not set
  135. # BR2_KERNEL_HEADERS_3_14 is not set
  136. BR2_KERNEL_HEADERS_3_16=y
  137. # BR2_KERNEL_HEADERS_VERSION is not set
  138. BR2_DEFAULT_KERNEL_HEADERS="3.16.3"
  139. BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
  140. # BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set
  141. # BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set
  142. # BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
  143. BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
  144. BR2_PACKAGE_UCLIBC=y
  145. #
  146. # uClibc Options
  147. #
  148. BR2_UCLIBC_VERSION_0_9_33=y
  149. # BR2_UCLIBC_VERSION_SNAPSHOT is not set
  150. BR2_UCLIBC_VERSION_STRING="0.9.33.2"
  151. BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config"
  152. # BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set
  153. BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
  154. # BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set
  155. # BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set
  156. # BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
  157. # BR2_PTHREADS_NONE is not set
  158. # BR2_PTHREADS is not set
  159. # BR2_PTHREADS_OLD is not set
  160. BR2_PTHREADS_NATIVE=y
  161. # BR2_PTHREAD_DEBUG is not set
  162. # BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set
  163. # BR2_UCLIBC_INSTALL_UTILS is not set
  164. # BR2_UCLIBC_INSTALL_TEST_SUITE is not set
  165. BR2_UCLIBC_TARGET_ARCH="arm"
  166. BR2_UCLIBC_ARM_BX=y
  167. #
  168. # Binutils Options
  169. #
  170. # BR2_BINUTILS_VERSION_2_22 is not set
  171. # BR2_BINUTILS_VERSION_2_23_2 is not set
  172. BR2_BINUTILS_VERSION_2_24=y
  173. BR2_BINUTILS_VERSION="2.24"
  174. BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
  175. #
  176. # GCC Options
  177. #
  178. BR2_GCC_NEEDS_MPC=y
  179. BR2_GCC_SUPPORTS_GRAPHITE=y
  180. # BR2_GCC_VERSION_4_4_X is not set
  181. # BR2_GCC_VERSION_4_5_X is not set
  182. # BR2_GCC_VERSION_4_7_X is not set
  183. # BR2_GCC_VERSION_4_8_X is not set
  184. BR2_GCC_VERSION_4_9_X=y
  185. # BR2_GCC_VERSION_SNAP is not set
  186. BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
  187. BR2_GCC_VERSION="4.9.1"
  188. BR2_EXTRA_GCC_CONFIG_OPTIONS=""
  189. BR2_TOOLCHAIN_BUILDROOT_CXX=y
  190. BR2_GCC_ENABLE_TLS=y
  191. BR2_GCC_ENABLE_OPENMP=y
  192. # BR2_GCC_ENABLE_GRAPHITE is not set
  193. # BR2_PACKAGE_HOST_GDB is not set
  194. BR2_INET_IPV6=y
  195. BR2_INSTALL_LIBSTDCPP=y
  196. BR2_TOOLCHAIN_HAS_THREADS=y
  197. BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
  198. BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
  199. BR2_ENABLE_LOCALE_PURGE=y
  200. BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr"
  201. BR2_GENERATE_LOCALE=""
  202. BR2_NEEDS_GETTEXT=y
  203. BR2_USE_MMU=y
  204. BR2_TARGET_OPTIMIZATION="-pipe -Os"
  205. BR2_TARGET_LDFLAGS=""
  206. # BR2_ECLIPSE_REGISTER is not set
  207. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y
  208. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y
  209. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y
  210. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y
  211. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y
  212. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y
  213. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y
  214. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y
  215. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y
  216. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y
  217. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y
  218. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y
  219. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y
  220. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y
  221. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y
  222. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y
  223. BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y
  224. BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16"
  225. #
  226. # System configuration
  227. #
  228. BR2_TARGET_GENERIC_HOSTNAME="buildroot"
  229. BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot"
  230. # BR2_TARGET_GENERIC_PASSWD_DES is not set
  231. BR2_TARGET_GENERIC_PASSWD_MD5=y
  232. # BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
  233. # BR2_TARGET_GENERIC_PASSWD_SHA512 is not set
  234. BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
  235. BR2_INIT_BUSYBOX=y
  236. # BR2_INIT_SYSV is not set
  237. #
  238. # systemd needs an (e)glibc toolchain, headers >= 3.10
  239. #
  240. # BR2_INIT_NONE is not set
  241. # BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
  242. BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
  243. # BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set
  244. #
  245. # eudev needs a toolchain w/ largefile, wchar, dynamic library
  246. #
  247. BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt"
  248. BR2_ROOTFS_SKELETON_DEFAULT=y
  249. # BR2_ROOTFS_SKELETON_CUSTOM is not set
  250. BR2_TARGET_GENERIC_ROOT_PASSWD=""
  251. BR2_TARGET_GENERIC_GETTY=y
  252. #
  253. # getty options
  254. #
  255. BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
  256. # BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set
  257. # BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
  258. # BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set
  259. # BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set
  260. # BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set
  261. BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
  262. BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200"
  263. BR2_TARGET_GENERIC_GETTY_TERM="vt100"
  264. BR2_TARGET_GENERIC_GETTY_OPTIONS=""
  265. BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y
  266. # BR2_TARGET_TZ_INFO is not set
  267. BR2_ROOTFS_USERS_TABLES=""
  268. BR2_ROOTFS_OVERLAY=""
  269. BR2_ROOTFS_POST_BUILD_SCRIPT=""
  270. BR2_ROOTFS_POST_IMAGE_SCRIPT=""
  271. #
  272. # Kernel
  273. #
  274. # BR2_LINUX_KERNEL is not set
  275. #
  276. # Target packages
  277. #
  278. BR2_PACKAGE_BUSYBOX=y
  279. BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config"
  280. # BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
  281. # BR2_PACKAGE_BUSYBOX_WATCHDOG is not set
  282. #
  283. # Audio and video applications
  284. #
  285. #
  286. # alsa-utils needs a toolchain w/ largefile, threads
  287. #
  288. # BR2_PACKAGE_AUMIX is not set
  289. # BR2_PACKAGE_BELLAGIO is not set
  290. #
  291. # espeak needs a toolchain w/ C++, wchar, threads
  292. #
  293. # BR2_PACKAGE_FAAD2 is not set
  294. #
  295. # ffmpeg needs a toolchain w/ largefile, IPv6
  296. #
  297. #
  298. # flac needs a toolchain w/ wchar
  299. #
  300. #
  301. # flite needs a toolchain w/ wchar
  302. #
  303. #
  304. # gstreamer 0.10 needs a toolchain w/ wchar, threads
  305. #
  306. #
  307. # gstreamer 1.x needs a toolchain w/ wchar, threads
  308. #
  309. #
  310. # jack2 needs a toolchain w/ largefile, threads, C++
  311. #
  312. # BR2_PACKAGE_LAME is not set
  313. # BR2_PACKAGE_LIBVPX is not set
  314. # BR2_PACKAGE_MADPLAY is not set
  315. #
  316. # mpd needs a toolchain w/ C++, threads, wchar
  317. #
  318. # BR2_PACKAGE_MPG123 is not set
  319. #
  320. # mplayer needs a toolchain w/ largefile
  321. #
  322. # BR2_PACKAGE_MUSEPACK is not set
  323. #
  324. # ncmpc needs a toolchain w/ wchar, threads
  325. #
  326. #
  327. # on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built
  328. #
  329. # BR2_PACKAGE_OPUS_TOOLS is not set
  330. #
  331. # pulseaudio needs a toolchain w/ wchar, largefile, threads
  332. #
  333. # BR2_PACKAGE_SOX is not set
  334. #
  335. # tstools needs a toolchain w/ largefile
  336. #
  337. #
  338. # twolame needs a toolchain w/ largefile
  339. #
  340. #
  341. # upmpdcli needs a toolchain w/ C++, largefile, threads
  342. #
  343. #
  344. # vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads
  345. #
  346. # BR2_PACKAGE_VORBIS_TOOLS is not set
  347. # BR2_PACKAGE_WAVPACK is not set
  348. BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y
  349. #
  350. # xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar
  351. #
  352. #
  353. # xbmc requires an OpenGL ES and EGL backend
  354. #
  355. # BR2_PACKAGE_YAVTA is not set
  356. #
  357. # Compressors and decompressors
  358. #
  359. # BR2_PACKAGE_BZIP2 is not set
  360. # BR2_PACKAGE_INFOZIP is not set
  361. #
  362. # lz4 needs a toolchain w/ largefile
  363. #
  364. #
  365. # lzip needs a toolchain w/ C++, largefile
  366. #
  367. # BR2_PACKAGE_LZOP is not set
  368. # BR2_PACKAGE_XZ is not set
  369. #
  370. # Debugging, profiling and benchmark
  371. #
  372. # BR2_PACKAGE_BONNIE is not set
  373. # BR2_PACKAGE_CACHE_CALIBRATOR is not set
  374. # BR2_PACKAGE_DHRYSTONE is not set
  375. # BR2_PACKAGE_DMALLOC is not set
  376. # BR2_PACKAGE_DROPWATCH is not set
  377. #
  378. # dstat needs a toolchain w/ wchar
  379. #
  380. # BR2_PACKAGE_DUMA is not set
  381. #
  382. # fio needs a toolchain w/ largefile, threads
  383. #
  384. #
  385. # gdb/gdbserver needs a toolchain w/ threads, threads debug
  386. #
  387. BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y
  388. #
  389. # google-breakpad requires an (e)glibc toolchain w/ C++ enabled
  390. #
  391. # BR2_PACKAGE_IOZONE is not set
  392. # BR2_PACKAGE_KEXEC is not set
  393. #
  394. # ktap needs a Linux kernel to be built
  395. #
  396. #
  397. # latencytop needs a toolchain w/ wchar, threads
  398. #
  399. # BR2_PACKAGE_LMBENCH is not set
  400. #
  401. # ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads
  402. #
  403. #
  404. # ltrace needs toolchain w/ largefile, wchar
  405. #
  406. #
  407. # lttng-modules needs a Linux kernel to be built
  408. #
  409. #
  410. # lttng-tools needs a toolchain w/ largefile, threads, wchar
  411. #
  412. # BR2_PACKAGE_MEMSTAT is not set
  413. # BR2_PACKAGE_NETPERF is not set
  414. # BR2_PACKAGE_OPROFILE is not set
  415. #
  416. # pax-utils needs a toolchain w/ largefile
  417. #
  418. #
  419. # perf needs a toolchain w/ largefile and a Linux kernel to be built
  420. #
  421. # BR2_PACKAGE_PV is not set
  422. # BR2_PACKAGE_RAMSMP is not set
  423. # BR2_PACKAGE_RAMSPEED is not set
  424. # BR2_PACKAGE_RT_TESTS is not set
  425. #
  426. # strace needs a toolchain w/ largefile
  427. #
  428. # BR2_PACKAGE_STRESS is not set
  429. # BR2_PACKAGE_TINYMEMBENCH is not set
  430. #
  431. # trace-cmd needs a toolchain w/ largefile, threads
  432. #
  433. # BR2_PACKAGE_WHETSTONE is not set
  434. #
  435. # Development tools
  436. #
  437. # BR2_PACKAGE_BINUTILS is not set
  438. # BR2_PACKAGE_BSDIFF is not set
  439. #
  440. # cvs needs a toolchain w/ wchar
  441. #
  442. # BR2_PACKAGE_FLEX is not set
  443. #
  444. # gettext needs a toolchain w/ wchar
  445. #
  446. #
  447. # git needs a toolchain w/ largefile
  448. #
  449. # BR2_PACKAGE_GPERF is not set
  450. # BR2_PACKAGE_JQ is not set
  451. # BR2_PACKAGE_LIBTOOL is not set
  452. # BR2_PACKAGE_MAKE is not set
  453. # BR2_PACKAGE_PKGCONF is not set
  454. # BR2_PACKAGE_SSTRIP is not set
  455. # BR2_PACKAGE_SUBVERSION is not set
  456. #
  457. # tree needs a toolchain w/ wchar
  458. #
  459. #
  460. # Filesystem and flash utilities
  461. #
  462. #
  463. # btrfs-progs needs a toolchain w/ largefile, wchar, threads
  464. #
  465. # BR2_PACKAGE_CIFS_UTILS is not set
  466. # BR2_PACKAGE_CRAMFS is not set
  467. #
  468. # curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library
  469. #
  470. #
  471. # dosfstools needs a toolchain w/ largefile, wchar
  472. #
  473. #
  474. # e2fsprogs needs a toolchain w/ largefile, wchar
  475. #
  476. #
  477. # e2tools needs a toolchain w/ threads, largefile and wchar
  478. #
  479. #
  480. # ecryptfs-utils needs a toolchain w/ largefile, threads, wchar
  481. #
  482. #
  483. # exfat needs a toolchain w/ largefile, wchar, threads, dynamic library
  484. #
  485. #
  486. # exfat-utils needs a toolchain w/ largefile, wchar
  487. #
  488. #
  489. # f2fs-tools needs a toolchain w/ largefile, wchar
  490. #
  491. #
  492. # flashbench needs a toolchain w/ largefile
  493. #
  494. #
  495. # genext2fs needs a toolchain w/ largefile
  496. #
  497. # BR2_PACKAGE_GENROMFS is not set
  498. # BR2_PACKAGE_KOBS_NG is not set
  499. # BR2_PACKAGE_MAKEDEVS is not set
  500. #
  501. # mmc-utils needs a toolchain w/ largefile, headers >= 3.0
  502. #
  503. # BR2_PACKAGE_MTD is not set
  504. #
  505. # mtools needs a toolchain w/ wchar
  506. #
  507. #
  508. # nfs-utils needs a toolchain w/ largefile, threads
  509. #
  510. #
  511. # ntfs-3g needs a toolchain w/ largefile, wchar, threads
  512. #
  513. #
  514. # simicsfs needs a Linux kernel to be built
  515. #
  516. #
  517. # squashfs needs a toolchain w/ largefile, threads
  518. #
  519. #
  520. # sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library
  521. #
  522. # BR2_PACKAGE_SUNXI_TOOLS is not set
  523. #
  524. # unionfs needs a toolchain w/ largefile, threads, dynamic library
  525. #
  526. #
  527. # xfsprogs needs a toolchain w/ largefile, wchar
  528. #
  529. #
  530. # Games
  531. #
  532. # BR2_PACKAGE_GNUCHESS is not set
  533. # BR2_PACKAGE_LBREAKOUT2 is not set
  534. # BR2_PACKAGE_LTRIS is not set
  535. # BR2_PACKAGE_OPENTYRIAN is not set
  536. # BR2_PACKAGE_PRBOOM is not set
  537. #
  538. # Graphic libraries and applications (graphic/text)
  539. #
  540. #
  541. # Graphic applications
  542. #
  543. # BR2_PACKAGE_FSWEBCAM is not set
  544. # BR2_PACKAGE_GNUPLOT is not set
  545. #
  546. # jhead needs a toolchain w/ wchar
  547. #
  548. #
  549. # rrdtool needs a toolchain w/ wchar
  550. #
  551. #
  552. # Graphic libraries
  553. #
  554. # BR2_PACKAGE_CEGUI06 is not set
  555. # BR2_PACKAGE_DIRECTFB is not set
  556. # BR2_PACKAGE_FBDUMP is not set
  557. # BR2_PACKAGE_FBGRAB is not set
  558. # BR2_PACKAGE_FB_TEST_APP is not set
  559. #
  560. # fbterm needs a toolchain w/ C++, wchar, locale
  561. #
  562. # BR2_PACKAGE_FBV is not set
  563. # BR2_PACKAGE_IMAGEMAGICK is not set
  564. #
  565. # linux-fusion needs a Linux kernel to be built
  566. #
  567. #
  568. # mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL
  569. #
  570. # BR2_PACKAGE_OCRAD is not set
  571. #
  572. # psplash needs a toolchain w/ wchar
  573. #
  574. # BR2_PACKAGE_SDL is not set
  575. #
  576. # Other GUIs
  577. #
  578. #
  579. # EFL needs a toolchain w/ wchar
  580. #
  581. # BR2_PACKAGE_QT is not set
  582. BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y
  583. #
  584. # Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++
  585. #
  586. #
  587. # weston needs udev and a toolchain w/ threads, headers >= 3.0
  588. #
  589. #
  590. # X.org needs a toolchain w/ wchar, threads, dynamic library
  591. #
  592. #
  593. # X applications
  594. #
  595. #
  596. # midori needs libgtk2 and a toolchain w/ C++, wchar, threads
  597. #
  598. #
  599. # X libraries and helper libraries
  600. #
  601. # BR2_PACKAGE_DEJAVU is not set
  602. # BR2_PACKAGE_LIBERATION is not set
  603. # BR2_PACKAGE_XKEYBOARD_CONFIG is not set
  604. #
  605. # X window managers
  606. #
  607. #
  608. # Hardware handling
  609. #
  610. #
  611. # Firmware
  612. #
  613. # BR2_PACKAGE_AM33X_CM3 is not set
  614. # BR2_PACKAGE_B43_FIRMWARE is not set
  615. # BR2_PACKAGE_LINUX_FIRMWARE is not set
  616. # BR2_PACKAGE_RPI_FIRMWARE is not set
  617. # BR2_PACKAGE_SUNXI_BOARDS is not set
  618. # BR2_PACKAGE_UX500_FIRMWARE is not set
  619. # BR2_PACKAGE_ZD1211_FIRMWARE is not set
  620. #
  621. # a10disp needs a Linux kernel to be built
  622. #
  623. #
  624. # avrdude needs a toolchain w/ threads, largefile, wchar
  625. #
  626. #
  627. # cdrkit needs a toolchain w/ largefile
  628. #
  629. #
  630. # cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library
  631. #
  632. # BR2_PACKAGE_DBUS is not set
  633. #
  634. # dmraid needs a toolchain w/ largefile, threads, dynamic library
  635. #
  636. #
  637. # dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3
  638. #
  639. #
  640. # dvbsnoop needs a toolchain w/ largefile
  641. #
  642. # BR2_PACKAGE_DTV_SCAN_TABLES is not set
  643. # BR2_PACKAGE_EEPROG is not set
  644. #
  645. # eudev needs eudev /dev management
  646. #
  647. #
  648. # eudev needs a toolchain w/ largefile, wchar, dynamic library
  649. #
  650. # BR2_PACKAGE_EVEMU is not set
  651. # BR2_PACKAGE_EVTEST is not set
  652. # BR2_PACKAGE_FAN_CTRL is not set
  653. # BR2_PACKAGE_FCONFIG is not set
  654. # BR2_PACKAGE_FIS is not set
  655. # BR2_PACKAGE_FMTOOLS is not set
  656. # BR2_PACKAGE_FREESCALE_IMX is not set
  657. # BR2_PACKAGE_FXLOAD is not set
  658. # BR2_PACKAGE_GADGETFS_TEST is not set
  659. # BR2_PACKAGE_GPM is not set
  660. # BR2_PACKAGE_GPSD is not set
  661. #
  662. # gptfdisk needs a toolchain w/ largefile, wchar, C++
  663. #
  664. #
  665. # gvfs needs a toolchain w/ largefile, wchar, threads
  666. #
  667. # BR2_PACKAGE_HWDATA is not set
  668. # BR2_PACKAGE_I2C_TOOLS is not set
  669. # BR2_PACKAGE_INPUT_EVENT_DAEMON is not set
  670. # BR2_PACKAGE_INPUT_TOOLS is not set
  671. # BR2_PACKAGE_IOSTAT is not set
  672. # BR2_PACKAGE_IPMITOOL is not set
  673. # BR2_PACKAGE_IRDA_UTILS is not set
  674. # BR2_PACKAGE_KBD is not set
  675. # BR2_PACKAGE_LCDPROC is not set
  676. # BR2_PACKAGE_LM_SENSORS is not set
  677. #
  678. # lshw needs a toolchain w/ C++, largefile, wchar
  679. #
  680. # BR2_PACKAGE_LSUIO is not set
  681. #
  682. # lvm2 needs a toolchain w/ largefile, threads, dynamic library
  683. #
  684. # BR2_PACKAGE_MDADM is not set
  685. # BR2_PACKAGE_MEDIA_CTL is not set
  686. #
  687. # memtester needs a toolchain w/ largefile
  688. #
  689. #
  690. # minicom needs a toolchain w/ wchar
  691. #
  692. # BR2_PACKAGE_NANOCOM is not set
  693. #
  694. # neard needs a toolchain w/ wchar, threads
  695. #
  696. #
  697. # ofono needs a toolchain w/ wchar, threads
  698. #
  699. #
  700. # ola needs a toolchain w/ C++, threads, largefile, wchar
  701. #
  702. #
  703. # on2-8170-modules needs a Linux kernel to be built
  704. #
  705. # BR2_PACKAGE_OPEN2300 is not set
  706. # BR2_PACKAGE_OPENOCD is not set
  707. #
  708. # owl-linux needs a Linux kernel to be built
  709. #
  710. #
  711. # parted needs a toolchain w/ largefile, wchar
  712. #
  713. # BR2_PACKAGE_PCIUTILS is not set
  714. # BR2_PACKAGE_PICOCOM is not set
  715. #
  716. # pifmrds needs a toolchain w/ largefile
  717. #
  718. # BR2_PACKAGE_RNG_TOOLS is not set
  719. #
  720. # rpi-userland needs a toolchain w/ C++, largefile, threads
  721. #
  722. # BR2_PACKAGE_SANE_BACKENDS is not set
  723. # BR2_PACKAGE_SDPARM is not set
  724. # BR2_PACKAGE_SETSERIAL is not set
  725. #
  726. # sg3-utils needs a toolchain w/ largefile, threads
  727. #
  728. #
  729. # sispmctl needs a toolchain w/ threads, wchar
  730. #
  731. # BR2_PACKAGE_SMARTMONTOOLS is not set
  732. #
  733. # smstools3 needs a toolchain w/ wchar, threads
  734. #
  735. # BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set
  736. # BR2_PACKAGE_SREDIRD is not set
  737. # BR2_PACKAGE_STATSERIAL is not set
  738. #
  739. # sunxi-cedarx needs an (e)glibc toolchain
  740. #
  741. #
  742. # sunxi-mali needs an (e)glibc toolchain
  743. #
  744. # BR2_PACKAGE_SYSSTAT is not set
  745. #
  746. # ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built
  747. #
  748. # BR2_PACKAGE_TI_UIM is not set
  749. # BR2_PACKAGE_TI_UTILS is not set
  750. # BR2_PACKAGE_UBOOT_TOOLS is not set
  751. #
  752. # udisks needs udev /dev management
  753. #
  754. #
  755. # udisks needs a toolchain w/ wchar, threads, dynamic library
  756. #
  757. # BR2_PACKAGE_USB_MODESWITCH is not set
  758. # BR2_PACKAGE_USB_MODESWITCH_DATA is not set
  759. #
  760. # usbmount requires udev to be enabled
  761. #
  762. # BR2_PACKAGE_USBUTILS is not set
  763. # BR2_PACKAGE_W_SCAN is not set
  764. # BR2_PACKAGE_WIPE is not set
  765. #
  766. # Interpreter languages and scripting
  767. #
  768. # BR2_PACKAGE_ENSCRIPT is not set
  769. # BR2_PACKAGE_ERLANG is not set
  770. # BR2_PACKAGE_HASERL is not set
  771. # BR2_PACKAGE_JAMVM is not set
  772. # BR2_PACKAGE_JIMTCL is not set
  773. # BR2_PACKAGE_LUA is not set
  774. # BR2_PACKAGE_LUAJIT is not set
  775. #
  776. # nodejs needs a toolchain w/ C++, IPv6, largefile, threads
  777. #
  778. # BR2_PACKAGE_PERL is not set
  779. # BR2_PACKAGE_PHP is not set
  780. #
  781. # python needs a toolchain w/ wchar, threads
  782. #
  783. #
  784. # python3 needs a toolchain w/ wchar, threads
  785. #
  786. #
  787. # ruby needs a toolchain w/ wchar, threads, dynamic library
  788. #
  789. # BR2_PACKAGE_TCL is not set
  790. #
  791. # Libraries
  792. #
  793. #
  794. # Audio/Sound
  795. #
  796. # BR2_PACKAGE_ALSA_LIB is not set
  797. # BR2_PACKAGE_AUDIOFILE is not set
  798. # BR2_PACKAGE_CELT051 is not set
  799. # BR2_PACKAGE_FDK_AAC is not set
  800. # BR2_PACKAGE_LIBAO is not set
  801. # BR2_PACKAGE_LIBCDAUDIO is not set
  802. # BR2_PACKAGE_LIBCDIO is not set
  803. # BR2_PACKAGE_LIBCUE is not set
  804. # BR2_PACKAGE_LIBCUEFILE is not set
  805. # BR2_PACKAGE_LIBID3TAG is not set
  806. # BR2_PACKAGE_LIBLO is not set
  807. # BR2_PACKAGE_LIBMAD is not set
  808. # BR2_PACKAGE_LIBMODPLUG is not set
  809. #
  810. # libmpd needs a toolchain w/ wchar, threads
  811. #
  812. # BR2_PACKAGE_LIBMPDCLIENT is not set
  813. # BR2_PACKAGE_LIBREPLAYGAIN is not set
  814. # BR2_PACKAGE_LIBSAMPLERATE is not set
  815. #
  816. # libsndfile needs a toolchain w/ largefile
  817. #
  818. # BR2_PACKAGE_LIBSOXR is not set
  819. # BR2_PACKAGE_LIBVORBIS is not set
  820. # BR2_PACKAGE_OPENCORE_AMR is not set
  821. # BR2_PACKAGE_OPUS is not set
  822. # BR2_PACKAGE_PORTAUDIO is not set
  823. # BR2_PACKAGE_SPEEX is not set
  824. #
  825. # taglib needs a toolchain w/ C++, wchar
  826. #
  827. # BR2_PACKAGE_TREMOR is not set
  828. # BR2_PACKAGE_VO_AACENC is not set
  829. # BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set
  830. #
  831. # Compression and decompression
  832. #
  833. #
  834. # libarchive needs a toolchain w/ wchar
  835. #
  836. # BR2_PACKAGE_LZO is not set
  837. # BR2_PACKAGE_SNAPPY is not set
  838. # BR2_PACKAGE_ZLIB is not set
  839. #
  840. # Crypto
  841. #
  842. # BR2_PACKAGE_BEECRYPT is not set
  843. # BR2_PACKAGE_CA_CERTIFICATES is not set
  844. #
  845. # cryptodev needs a Linux kernel to be built
  846. #
  847. #
  848. # gnutls needs a toolchain w/ wchar
  849. #
  850. # BR2_PACKAGE_LIBASSUAN is not set
  851. # BR2_PACKAGE_LIBGCRYPT is not set
  852. # BR2_PACKAGE_LIBGPG_ERROR is not set
  853. # BR2_PACKAGE_LIBGPGME is not set
  854. # BR2_PACKAGE_LIBKSBA is not set
  855. # BR2_PACKAGE_LIBMCRYPT is not set
  856. # BR2_PACKAGE_LIBMHASH is not set
  857. #
  858. # libnss needs a toolchain w/ largefile, threads
  859. #
  860. #
  861. # libsecret needs a toolchain w/ wchar, threads
  862. #
  863. # BR2_PACKAGE_LIBSHA1 is not set
  864. # BR2_PACKAGE_LIBSSH2 is not set
  865. # BR2_PACKAGE_NETTLE is not set
  866. # BR2_PACKAGE_OPENSSL is not set
  867. # BR2_PACKAGE_POLARSSL is not set
  868. #
  869. # Database
  870. #
  871. # BR2_PACKAGE_BERKELEYDB is not set
  872. # BR2_PACKAGE_GDBM is not set
  873. # BR2_PACKAGE_MYSQL is not set
  874. #
  875. # postgresql needs a toolchain w/ glibc
  876. #
  877. #
  878. # redis needs a toolchain w/ largefile, threads
  879. #
  880. # BR2_PACKAGE_SQLCIPHER is not set
  881. # BR2_PACKAGE_SQLITE is not set
  882. #
  883. # Filesystem
  884. #
  885. #
  886. # gamin needs a toolchain w/ wchar, threads
  887. #
  888. # BR2_PACKAGE_LIBCONFIG is not set
  889. # BR2_PACKAGE_LIBCONFUSE is not set
  890. #
  891. # libfuse needs a toolchain w/ largefile, threads, dynamic library
  892. #
  893. # BR2_PACKAGE_LIBLOCKFILE is not set
  894. #
  895. # libnfs needs a toolchain w/ RPC and LARGEFILE
  896. #
  897. # BR2_PACKAGE_LIBSYSFS is not set
  898. # BR2_PACKAGE_LOCKDEV is not set
  899. #
  900. # Graphics
  901. #
  902. #
  903. # atk needs a toolchain w/ wchar, threads
  904. #
  905. # BR2_PACKAGE_CAIRO is not set
  906. # BR2_PACKAGE_FONTCONFIG is not set
  907. # BR2_PACKAGE_FREETYPE is not set
  908. # BR2_PACKAGE_GD is not set
  909. #
  910. # gdk-pixbuf needs a toolchain w/ wchar, threads
  911. #
  912. # BR2_PACKAGE_HARFBUZZ is not set
  913. # BR2_PACKAGE_IMLIB2 is not set
  914. # BR2_PACKAGE_JASPER is not set
  915. # BR2_PACKAGE_JPEG is not set
  916. # BR2_PACKAGE_LCMS2 is not set
  917. # BR2_PACKAGE_LIBART is not set
  918. # BR2_PACKAGE_LIBDMTX is not set
  919. #
  920. # libdrm needs a toolchain w/ largefile, threads
  921. #
  922. # BR2_PACKAGE_LIBEXIF is not set
  923. # BR2_PACKAGE_LIBGEOTIFF is not set
  924. #
  925. # libglew depends on X.org and needs an OpenGL backend
  926. #
  927. #
  928. # libglu needs an OpenGL backend
  929. #
  930. # BR2_PACKAGE_LIBPNG is not set
  931. # BR2_PACKAGE_LIBQRENCODE is not set
  932. # BR2_PACKAGE_LIBRAW is not set
  933. #
  934. # librsvg needs a toolchain w/ wchar, threads, C++
  935. #
  936. # BR2_PACKAGE_LIBSVG is not set
  937. # BR2_PACKAGE_LIBSVG_CAIRO is not set
  938. # BR2_PACKAGE_LIBSVGTINY is not set
  939. # BR2_PACKAGE_LIBUNGIF is not set
  940. #
  941. # libva needs a toolchain w/ largefile, threads, dynamic library
  942. #
  943. #
  944. # opencv needs a toolchain w/ C++, NPTL, wchar
  945. #
  946. #
  947. # pango needs a toolchain w/ wchar, threads, C++
  948. #
  949. # BR2_PACKAGE_PIXMAN is not set
  950. # BR2_PACKAGE_POPPLER is not set
  951. # BR2_PACKAGE_TIFF is not set
  952. # BR2_PACKAGE_WAYLAND is not set
  953. BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y
  954. #
  955. # webkit needs libgtk2 and a toolchain w/ C++, wchar, threads
  956. #
  957. # BR2_PACKAGE_WEBP is not set
  958. # BR2_PACKAGE_ZXING is not set
  959. #
  960. # Hardware handling
  961. #
  962. # BR2_PACKAGE_CCID is not set
  963. # BR2_PACKAGE_DTC is not set
  964. # BR2_PACKAGE_LCDAPI is not set
  965. # BR2_PACKAGE_LIBAIO is not set
  966. #
  967. # libatasmart requires udev to be enabled
  968. #
  969. #
  970. # libcec needs a toolchain w/ C++, wchar, threads, dynamic library
  971. #
  972. # BR2_PACKAGE_LIBFREEFARE is not set
  973. # BR2_PACKAGE_LIBFTDI is not set
  974. # BR2_PACKAGE_LIBHID is not set
  975. #
  976. # libinput needs udev /dev management
  977. #
  978. # BR2_PACKAGE_LIBIQRF is not set
  979. # BR2_PACKAGE_LIBLLCP is not set
  980. #
  981. # libmbim needs udev /dev management and a toolchain w/ wchar, threads
  982. #
  983. # BR2_PACKAGE_LIBNFC is not set
  984. # BR2_PACKAGE_LIBPHIDGET is not set
  985. #
  986. # libqmi needs a toolchain w/ wchar, threads
  987. #
  988. # BR2_PACKAGE_LIBRAW1394 is not set
  989. # BR2_PACKAGE_LIBRTLSDR is not set
  990. # BR2_PACKAGE_LIBSERIAL is not set
  991. # BR2_PACKAGE_LIBSOC is not set
  992. # BR2_PACKAGE_LIBUSB is not set
  993. #
  994. # libv4l needs a toolchain w/ largefile, threads and C++
  995. #
  996. # BR2_PACKAGE_LIBXKBCOMMON is not set
  997. # BR2_PACKAGE_MTDEV is not set
  998. #
  999. # ne10 needs a toolchain w/ neon
  1000. #
  1001. #
  1002. # neardal needs a toolchain w/ wchar, threads
  1003. #
  1004. # BR2_PACKAGE_PCSC_LITE is not set
  1005. # BR2_PACKAGE_TSLIB is not set
  1006. # BR2_PACKAGE_URG is not set
  1007. #
  1008. # Javascript
  1009. #
  1010. # BR2_PACKAGE_EXPLORERCANVAS is not set
  1011. # BR2_PACKAGE_FLOT is not set
  1012. # BR2_PACKAGE_JQUERY is not set
  1013. # BR2_PACKAGE_JQUERY_KEYBOARD is not set
  1014. # BR2_PACKAGE_JQUERY_MOBILE is not set
  1015. # BR2_PACKAGE_JQUERY_SPARKLINE is not set
  1016. # BR2_PACKAGE_JQUERY_UI is not set
  1017. # BR2_PACKAGE_JQUERY_VALIDATION is not set
  1018. # BR2_PACKAGE_JSMIN is not set
  1019. # BR2_PACKAGE_JSON_JAVASCRIPT is not set
  1020. #
  1021. # JSON/XML
  1022. #
  1023. # BR2_PACKAGE_CJSON is not set
  1024. # BR2_PACKAGE_EXPAT is not set
  1025. # BR2_PACKAGE_EZXML is not set
  1026. # BR2_PACKAGE_JANSSON is not set
  1027. # BR2_PACKAGE_JSON_C is not set
  1028. #
  1029. # json-glib needs a toolchain w/ wchar, threads
  1030. #
  1031. # BR2_PACKAGE_LIBJSON is not set
  1032. # BR2_PACKAGE_LIBROXML is not set
  1033. # BR2_PACKAGE_LIBXML2 is not set
  1034. #
  1035. # libxml++ needs a toolchain w/ C++, wchar, threads
  1036. #
  1037. # BR2_PACKAGE_LIBXMLRPC is not set
  1038. # BR2_PACKAGE_LIBXSLT is not set
  1039. # BR2_PACKAGE_LIBYAML is not set
  1040. # BR2_PACKAGE_MXML is not set
  1041. # BR2_PACKAGE_RAPIDJSON is not set
  1042. # BR2_PACKAGE_TINYXML is not set
  1043. #
  1044. # xerces-c++ needs a toolchain w/ C++, wchar
  1045. #
  1046. # BR2_PACKAGE_YAJL is not set
  1047. #
  1048. # Logging
  1049. #
  1050. # BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set
  1051. # BR2_PACKAGE_LIBLOGGING is not set
  1052. #
  1053. # log4cplus needs a toolchain w/ C++, wchar, threads
  1054. #
  1055. # BR2_PACKAGE_LOG4CXX is not set
  1056. #
  1057. # zlog needs a toolchain w/ threads, largefile, dynamic library
  1058. #
  1059. #
  1060. # Multimedia
  1061. #
  1062. # BR2_PACKAGE_LIBASS is not set
  1063. # BR2_PACKAGE_LIBBLURAY is not set
  1064. #
  1065. # libdvbsi++ needs a toolchain w/ C++, wchar, threads
  1066. #
  1067. #
  1068. # libdvdnav needs a toolchain w/ dynamic library, largefile, threads
  1069. #
  1070. #
  1071. # libdvdread needs a toolchain w/ dynamic library, largefile
  1072. #
  1073. # BR2_PACKAGE_LIBEBML is not set
  1074. #
  1075. # libfslcodec needs an (e)glibc toolchain
  1076. #
  1077. # BR2_PACKAGE_LIBFSLPARSER is not set
  1078. #
  1079. # libfslvpuwrap needs an imx-specific Linux kernel to be built
  1080. #
  1081. # BR2_PACKAGE_LIBMATROSKA is not set
  1082. #
  1083. # libmms needs a toolchain w/ wchar, threads
  1084. #
  1085. # BR2_PACKAGE_LIBMPEG2 is not set
  1086. # BR2_PACKAGE_LIBOGG is not set
  1087. #
  1088. # libplayer needs a toolchain w/ largefile, threads
  1089. #
  1090. # BR2_PACKAGE_LIBTHEORA is not set
  1091. # BR2_PACKAGE_LIVE555 is not set
  1092. # BR2_PACKAGE_MEDIASTREAMER is not set
  1093. #
  1094. # Networking
  1095. #
  1096. # BR2_PACKAGE_AGENTPP is not set
  1097. # BR2_PACKAGE_C_ARES is not set
  1098. #
  1099. # cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1100. #
  1101. #
  1102. # czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1103. #
  1104. #
  1105. # filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1106. #
  1107. # BR2_PACKAGE_FLICKCURL is not set
  1108. # BR2_PACKAGE_GEOIP is not set
  1109. #
  1110. # glib-networking needs a toolchain w/ wchar, threads
  1111. #
  1112. # BR2_PACKAGE_LIBCGI is not set
  1113. # BR2_PACKAGE_LIBCGICC is not set
  1114. # BR2_PACKAGE_LIBCURL is not set
  1115. # BR2_PACKAGE_LIBDNET is not set
  1116. # BR2_PACKAGE_LIBEXOSIP2 is not set
  1117. # BR2_PACKAGE_LIBFCGI is not set
  1118. # BR2_PACKAGE_LIBGSASL is not set
  1119. # BR2_PACKAGE_LIBIDN is not set
  1120. # BR2_PACKAGE_LIBISCSI is not set
  1121. # BR2_PACKAGE_LIBMBUS is not set
  1122. # BR2_PACKAGE_LIBMEMCACHED is not set
  1123. # BR2_PACKAGE_LIBMICROHTTPD is not set
  1124. #
  1125. # libmnl needs a toolchain w/ largefile
  1126. #
  1127. # BR2_PACKAGE_LIBMODBUS is not set
  1128. # BR2_PACKAGE_LIBNDP is not set
  1129. #
  1130. # libnetfilter_acct needs a toolchain w/ largefile
  1131. #
  1132. #
  1133. # libnetfilter_conntrack needs a toolchain w/ largefile
  1134. #
  1135. #
  1136. # libnetfilter_cthelper needs a toolchain w/ largefile
  1137. #
  1138. #
  1139. # libnetfilter_cttimout needs a toolchain w/ largefile
  1140. #
  1141. # BR2_PACKAGE_LIBNETFILTER_LOG is not set
  1142. # BR2_PACKAGE_LIBNFNETLINK is not set
  1143. #
  1144. # libnftnl needs a toolchain w/ threads, IPv6, largefile
  1145. #
  1146. # BR2_PACKAGE_LIBNL is not set
  1147. # BR2_PACKAGE_LIBOAUTH is not set
  1148. # BR2_PACKAGE_LIBOPING is not set
  1149. # BR2_PACKAGE_LIBOSIP2 is not set
  1150. # BR2_PACKAGE_LIBPCAP is not set
  1151. # BR2_PACKAGE_LIBRSYNC is not set
  1152. # BR2_PACKAGE_LIBSOCKETCAN is not set
  1153. # BR2_PACKAGE_LIBSHAIRPLAY is not set
  1154. #
  1155. # libsoup needs a toolchain w/ wchar, threads
  1156. #
  1157. # BR2_PACKAGE_LIBSTROPHE is not set
  1158. # BR2_PACKAGE_LIBTIRPC is not set
  1159. # BR2_PACKAGE_LIBTORRENT is not set
  1160. #
  1161. # libupnp needs a toolchain w/ largefile, threads
  1162. #
  1163. # BR2_PACKAGE_LIBVNCSERVER is not set
  1164. # BR2_PACKAGE_LIBWEBSOCKETS is not set
  1165. # BR2_PACKAGE_NEON is not set
  1166. # BR2_PACKAGE_OMNIORB is not set
  1167. #
  1168. # openpgm needs a toolchain w/ wchar, threads, IPv6
  1169. #
  1170. # BR2_PACKAGE_ORTP is not set
  1171. # BR2_PACKAGE_QDECODER is not set
  1172. # BR2_PACKAGE_RTMPDUMP is not set
  1173. # BR2_PACKAGE_SLIRP is not set
  1174. # BR2_PACKAGE_SNMPPP is not set
  1175. #
  1176. # thrift needs a toolchain w/ C++, largefile, wchar, threads
  1177. #
  1178. # BR2_PACKAGE_USBREDIR is not set
  1179. #
  1180. # wvstreams needs a toolchain w/ C++, largefile
  1181. #
  1182. #
  1183. # zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1184. #
  1185. #
  1186. # zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1187. #
  1188. #
  1189. # zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads
  1190. #
  1191. #
  1192. # Other
  1193. #
  1194. # BR2_PACKAGE_APR is not set
  1195. # BR2_PACKAGE_APR_UTIL is not set
  1196. # BR2_PACKAGE_ARGP_STANDALONE is not set
  1197. #
  1198. # armadillo needs a toolchain w/ C++, largefile
  1199. #
  1200. #
  1201. # boost needs a toolchain w/ C++, largefile, threads
  1202. #
  1203. #
  1204. # cblas/clapack needs a toolchain w/ largefile
  1205. #
  1206. #
  1207. # cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library
  1208. #
  1209. # BR2_PACKAGE_EIGEN is not set
  1210. #
  1211. # elfutils needs a toolchain w/ largefile, wchar
  1212. #
  1213. # BR2_PACKAGE_FFTW is not set
  1214. # BR2_PACKAGE_FLANN is not set
  1215. #
  1216. # glibmm needs a toolchain w/ C++, wchar, threads
  1217. #
  1218. # BR2_PACKAGE_GMP is not set
  1219. # BR2_PACKAGE_GSL is not set
  1220. #
  1221. # gtest needs a toolchain w/ C++, wchar, threads
  1222. #
  1223. # BR2_PACKAGE_LIBARGTABLE2 is not set
  1224. BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y
  1225. # BR2_PACKAGE_LIBATOMIC_OPS is not set
  1226. # BR2_PACKAGE_LIBCAP is not set
  1227. # BR2_PACKAGE_LIBCAP_NG is not set
  1228. #
  1229. # libcgroup needs an (e)glibc toolchain w/ C++
  1230. #
  1231. # BR2_PACKAGE_LIBCOFI is not set
  1232. # BR2_PACKAGE_LIBDAEMON is not set
  1233. # BR2_PACKAGE_LIBEE is not set
  1234. # BR2_PACKAGE_LIBEV is not set
  1235. # BR2_PACKAGE_LIBEVDEV is not set
  1236. # BR2_PACKAGE_LIBEVENT is not set
  1237. # BR2_PACKAGE_LIBFFI is not set
  1238. # BR2_PACKAGE_LIBGC is not set
  1239. #
  1240. # libglib2 needs a toolchain w/ wchar, threads
  1241. #
  1242. #
  1243. # libical needs a toolchain w/ wchar
  1244. #
  1245. BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
  1246. #
  1247. # libnspr needs a toolchain w/ largefile, threads
  1248. #
  1249. # BR2_PACKAGE_LIBPFM4 is not set
  1250. # BR2_PACKAGE_LIBPLIST is not set
  1251. # BR2_PACKAGE_LIBPTHREAD_STUBS is not set
  1252. # BR2_PACKAGE_LIBPTHSEM is not set
  1253. # BR2_PACKAGE_LIBSIGC is not set
  1254. # BR2_PACKAGE_LIBSIGSEGV is not set
  1255. # BR2_PACKAGE_LIBTASN1 is not set
  1256. # BR2_PACKAGE_LIBTPL is not set
  1257. # BR2_PACKAGE_LIBUBOX is not set
  1258. # BR2_PACKAGE_LIBUCI is not set
  1259. # BR2_PACKAGE_LIBURCU is not set
  1260. # BR2_PACKAGE_LIBUV is not set
  1261. #
  1262. # linux-pam needs a toolchain w/ wchar, locale, dynamic library
  1263. #
  1264. #
  1265. # lttng-libust needs a toolchain w/ wchar, largefile, threads
  1266. #
  1267. # BR2_PACKAGE_MPC is not set
  1268. # BR2_PACKAGE_MPDECIMAL is not set
  1269. # BR2_PACKAGE_MPFR is not set
  1270. # BR2_PACKAGE_MSGPACK is not set
  1271. # BR2_PACKAGE_MTDEV2TUIO is not set
  1272. # BR2_PACKAGE_ORC is not set
  1273. # BR2_PACKAGE_P11_KIT is not set
  1274. #
  1275. # poco needs a toolchain w/ wchar, threads, C++
  1276. #
  1277. # BR2_PACKAGE_PROTOBUF is not set
  1278. # BR2_PACKAGE_PROTOBUF_C is not set
  1279. # BR2_PACKAGE_QHULL is not set
  1280. # BR2_PACKAGE_SCHIFRA is not set
  1281. #
  1282. # Security
  1283. #
  1284. # BR2_PACKAGE_LIBSEPOL is not set
  1285. #
  1286. # Text and terminal handling
  1287. #
  1288. #
  1289. # enchant needs a toolchain w/ C++, threads, wchar
  1290. #
  1291. #
  1292. # icu needs a toolchain w/ C++, wchar, threads
  1293. #
  1294. #
  1295. # libedit needs a toolchain w/ wchar
  1296. #
  1297. # BR2_PACKAGE_LIBENCA is not set
  1298. # BR2_PACKAGE_LIBESTR is not set
  1299. # BR2_PACKAGE_LIBFRIBIDI is not set
  1300. # BR2_PACKAGE_LIBICONV is not set
  1301. # BR2_PACKAGE_LINENOISE is not set
  1302. # BR2_PACKAGE_NCURSES is not set
  1303. #
  1304. # newt needs a toolchain w/ wchar
  1305. #
  1306. # BR2_PACKAGE_PCRE is not set
  1307. # BR2_PACKAGE_POPT is not set
  1308. # BR2_PACKAGE_READLINE is not set
  1309. # BR2_PACKAGE_SLANG is not set
  1310. # BR2_PACKAGE_TCLAP is not set
  1311. #
  1312. # Miscellaneous
  1313. #
  1314. # BR2_PACKAGE_AESPIPE is not set
  1315. # BR2_PACKAGE_BC is not set
  1316. # BR2_PACKAGE_COLLECTD is not set
  1317. # BR2_PACKAGE_EMPTY is not set
  1318. # BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set
  1319. # BR2_PACKAGE_HAVEGED is not set
  1320. # BR2_PACKAGE_MCRYPT is not set
  1321. # BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set
  1322. #
  1323. # shared-mime-info needs a toolchain w/ wchar, threads
  1324. #
  1325. #
  1326. # snowball-init needs a toolchain w/ wchar, threads, dynamic library
  1327. #
  1328. # BR2_PACKAGE_SOUND_THEME_BOREALIS is not set
  1329. # BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set
  1330. #
  1331. # Mail
  1332. #
  1333. # BR2_PACKAGE_EXIM is not set
  1334. # BR2_PACKAGE_FETCHMAIL is not set
  1335. # BR2_PACKAGE_HEIRLOOM_MAILX is not set
  1336. # BR2_PACKAGE_LIBESMTP is not set
  1337. # BR2_PACKAGE_MSMTP is not set
  1338. #
  1339. # mutt needs a toolchain w/ wchar
  1340. #
  1341. #
  1342. # Networking applications
  1343. #
  1344. #
  1345. # aiccu needs a toolchain w/ IPv6, wchar, threads
  1346. #
  1347. #
  1348. # aircrack-ng needs a toolchain w/ largefile, threads
  1349. #
  1350. # BR2_PACKAGE_ARGUS is not set
  1351. # BR2_PACKAGE_ARPTABLES is not set
  1352. # BR2_PACKAGE_ATFTP is not set
  1353. # BR2_PACKAGE_AVAHI is not set
  1354. # BR2_PACKAGE_AXEL is not set
  1355. # BR2_PACKAGE_BANDWIDTHD is not set
  1356. # BR2_PACKAGE_BCUSDK is not set
  1357. #
  1358. # bluez-utils needs a toolchain w/ wchar, threads, dynamic library
  1359. #
  1360. #
  1361. # bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4
  1362. #
  1363. # BR2_PACKAGE_BMON is not set
  1364. # BR2_PACKAGE_BOA is not set
  1365. # BR2_PACKAGE_BRIDGE_UTILS is not set
  1366. # BR2_PACKAGE_BWM_NG is not set
  1367. # BR2_PACKAGE_CAN_UTILS is not set
  1368. # BR2_PACKAGE_CHRONY is not set
  1369. # BR2_PACKAGE_CIVETWEB is not set
  1370. #
  1371. # connman needs a toolchain w/ IPv6, wchar, threads, resolver
  1372. #
  1373. #
  1374. # conntrack-tools needs a toolchain w/ IPv6, largefile, threads
  1375. #
  1376. # BR2_PACKAGE_CRDA is not set
  1377. # BR2_PACKAGE_CTORRENT is not set
  1378. # BR2_PACKAGE_CUPS is not set
  1379. # BR2_PACKAGE_DHCPCD is not set
  1380. # BR2_PACKAGE_DHCPDUMP is not set
  1381. # BR2_PACKAGE_DNSMASQ is not set
  1382. # BR2_PACKAGE_DROPBEAR is not set
  1383. # BR2_PACKAGE_EBTABLES is not set
  1384. # BR2_PACKAGE_ETHTOOL is not set
  1385. # BR2_PACKAGE_FAIFA is not set
  1386. # BR2_PACKAGE_FPING is not set
  1387. #
  1388. # gesftpserver needs a toolchain w/ wchar, threads
  1389. #
  1390. # BR2_PACKAGE_HIAWATHA is not set
  1391. # BR2_PACKAGE_HOSTAPD is not set
  1392. #
  1393. # httping needs a toolchain w/ wchar
  1394. #
  1395. # BR2_PACKAGE_IFTOP is not set
  1396. #
  1397. # igh-ethercat needs a Linux kernel to be built
  1398. #
  1399. #
  1400. # igmpproxy needs a toolchain w/ wchar
  1401. #
  1402. # BR2_PACKAGE_INADYN is not set
  1403. # BR2_PACKAGE_IPERF is not set
  1404. # BR2_PACKAGE_IPROUTE2 is not set
  1405. # BR2_PACKAGE_IPSEC_TOOLS is not set
  1406. #
  1407. # ipset needs a toolchain w/ largefile
  1408. #
  1409. # BR2_PACKAGE_IPTABLES is not set
  1410. # BR2_PACKAGE_IPTRAF_NG is not set
  1411. # BR2_PACKAGE_IPUTILS is not set
  1412. # BR2_PACKAGE_IW is not set
  1413. # BR2_PACKAGE_KISMET is not set
  1414. # BR2_PACKAGE_KNOCK is not set
  1415. #
  1416. # lftp requires a toolchain w/ C++, wchar
  1417. #
  1418. # BR2_PACKAGE_LIGHTTPD is not set
  1419. # BR2_PACKAGE_LINKNX is not set
  1420. # BR2_PACKAGE_LINKS is not set
  1421. # BR2_PACKAGE_LINPHONE is not set
  1422. # BR2_PACKAGE_LINUX_ZIGBEE is not set
  1423. # BR2_PACKAGE_LRZSZ is not set
  1424. # BR2_PACKAGE_MACCHANGER is not set
  1425. # BR2_PACKAGE_MEMCACHED is not set
  1426. # BR2_PACKAGE_MII_DIAG is not set
  1427. #
  1428. # minidlna needs a toolchain w/ largefile, IPv6, threads, wchar
  1429. #
  1430. #
  1431. # modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6
  1432. #
  1433. #
  1434. # mongoose needs a toolchain w/ threads, largefile
  1435. #
  1436. #
  1437. # mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar
  1438. #
  1439. # BR2_PACKAGE_MROUTED is not set
  1440. # BR2_PACKAGE_MTR is not set
  1441. #
  1442. # nbd needs a toolchain w/ wchar, threads
  1443. #
  1444. # BR2_PACKAGE_NCFTP is not set
  1445. # BR2_PACKAGE_NDISC6 is not set
  1446. # BR2_PACKAGE_NETATALK is not set
  1447. # BR2_PACKAGE_NETPLUG is not set
  1448. # BR2_PACKAGE_NETSNMP is not set
  1449. # BR2_PACKAGE_NETSTAT_NAT is not set
  1450. #
  1451. # NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7
  1452. #
  1453. #
  1454. # nfacct needs a toolchain w/ largefile
  1455. #
  1456. #
  1457. # nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4
  1458. #
  1459. # BR2_PACKAGE_NGIRCD is not set
  1460. # BR2_PACKAGE_NGREP is not set
  1461. # BR2_PACKAGE_NMAP is not set
  1462. # BR2_PACKAGE_NOIP is not set
  1463. # BR2_PACKAGE_NTP is not set
  1464. # BR2_PACKAGE_NUTTCP is not set
  1465. # BR2_PACKAGE_ODHCPLOC is not set
  1466. # BR2_PACKAGE_OLSR is not set
  1467. # BR2_PACKAGE_OPENNTPD is not set
  1468. # BR2_PACKAGE_OPENOBEX is not set
  1469. # BR2_PACKAGE_OPENSSH is not set
  1470. # BR2_PACKAGE_OPENSWAN is not set
  1471. # BR2_PACKAGE_OPENVPN is not set
  1472. # BR2_PACKAGE_P910ND is not set
  1473. # BR2_PACKAGE_PHIDGETWEBSERVICE is not set
  1474. #
  1475. # portmap needs a toolchain w/ RPC
  1476. #
  1477. # BR2_PACKAGE_PPPD is not set
  1478. # BR2_PACKAGE_PPTP_LINUX is not set
  1479. # BR2_PACKAGE_PROFTPD is not set
  1480. # BR2_PACKAGE_PROXYCHAINS_NG is not set
  1481. # BR2_PACKAGE_PTPD is not set
  1482. # BR2_PACKAGE_PTPD2 is not set
  1483. # BR2_PACKAGE_QUAGGA is not set
  1484. # BR2_PACKAGE_RADVD is not set
  1485. # BR2_PACKAGE_RPCBIND is not set
  1486. # BR2_PACKAGE_RSH_REDONE is not set
  1487. # BR2_PACKAGE_RSYNC is not set
  1488. #
  1489. # rtorrent needs a toolchain w/ C++, threads, wchar
  1490. #
  1491. # BR2_PACKAGE_RTPTOOLS is not set
  1492. # BR2_PACKAGE_SAMBA is not set
  1493. #
  1494. # samba4 needs a toolchain w/ IPv6, wchar, largfile, threads
  1495. #
  1496. # BR2_PACKAGE_SCONESERVER is not set
  1497. # BR2_PACKAGE_SER2NET is not set
  1498. # BR2_PACKAGE_SMCROUTE is not set
  1499. # BR2_PACKAGE_SOCAT is not set
  1500. # BR2_PACKAGE_SOCKETCAND is not set
  1501. # BR2_PACKAGE_SPAWN_FCGI is not set
  1502. #
  1503. # spice server needs a toolchain w/ wchar, threads
  1504. #
  1505. # BR2_PACKAGE_SPICE_PROTOCOL is not set
  1506. # BR2_PACKAGE_SQUID is not set
  1507. # BR2_PACKAGE_SSHPASS is not set
  1508. # BR2_PACKAGE_STRONGSWAN is not set
  1509. # BR2_PACKAGE_STUNNEL is not set
  1510. # BR2_PACKAGE_TCPDUMP is not set
  1511. # BR2_PACKAGE_TCPING is not set
  1512. # BR2_PACKAGE_TCPREPLAY is not set
  1513. # BR2_PACKAGE_THTTPD is not set
  1514. # BR2_PACKAGE_TINYHTTPD is not set
  1515. # BR2_PACKAGE_TN5250 is not set
  1516. # BR2_PACKAGE_TRANSMISSION is not set
  1517. #
  1518. # tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2
  1519. #
  1520. #
  1521. # udpcast needs a toolchain w/ largefile, threads
  1522. #
  1523. #
  1524. # ulogd needs a toolchain w/ IPv6, largefile, dynamic library
  1525. #
  1526. #
  1527. # ushare needs a toolchain w/ largefile, threads
  1528. #
  1529. #
  1530. # ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library
  1531. #
  1532. # BR2_PACKAGE_VDE2 is not set
  1533. # BR2_PACKAGE_VPNC is not set
  1534. # BR2_PACKAGE_VSFTPD is not set
  1535. # BR2_PACKAGE_VTUN is not set
  1536. # BR2_PACKAGE_WIRELESS_REGDB is not set
  1537. # BR2_PACKAGE_WIRELESS_TOOLS is not set
  1538. #
  1539. # wireshark needs a toolchain w/ wchar, threads
  1540. #
  1541. # BR2_PACKAGE_WPA_SUPPLICANT is not set
  1542. #
  1543. # wvdial needs a toolchain w/ C++, largefile
  1544. #
  1545. # BR2_PACKAGE_XINETD is not set
  1546. # BR2_PACKAGE_XL2TP is not set
  1547. # BR2_PACKAGE_ZNC is not set
  1548. #
  1549. # Package managers
  1550. #
  1551. # BR2_PACKAGE_IPKG is not set
  1552. # BR2_PACKAGE_OPKG is not set
  1553. #
  1554. # Real-Time
  1555. #
  1556. # BR2_PACKAGE_XENOMAI is not set
  1557. #
  1558. # Shell and utilities
  1559. #
  1560. #
  1561. # Shells
  1562. #
  1563. #
  1564. # Utilities
  1565. #
  1566. # BR2_PACKAGE_AT is not set
  1567. # BR2_PACKAGE_CCRYPT is not set
  1568. # BR2_PACKAGE_DIALOG is not set
  1569. # BR2_PACKAGE_DTACH is not set
  1570. # BR2_PACKAGE_FILE is not set
  1571. # BR2_PACKAGE_GNUPG is not set
  1572. # BR2_PACKAGE_GNUPG2 is not set
  1573. #
  1574. # inotify-tools needs a toolchain w/ largefile
  1575. #
  1576. # BR2_PACKAGE_LOCKFILE_PROGS is not set
  1577. #
  1578. # logrotate needs a toolchain w/ wchar
  1579. #
  1580. # BR2_PACKAGE_LOGSURFER is not set
  1581. # BR2_PACKAGE_PINENTRY is not set
  1582. # BR2_PACKAGE_SCREEN is not set
  1583. # BR2_PACKAGE_SUDO is not set
  1584. # BR2_PACKAGE_TMUX is not set
  1585. # BR2_PACKAGE_XMLSTARLET is not set
  1586. #
  1587. # System tools
  1588. #
  1589. #
  1590. # acl needs a toolchain w/ largefile
  1591. #
  1592. #
  1593. # attr needs a toolchain w/ largefile
  1594. #
  1595. # BR2_PACKAGE_CPULOAD is not set
  1596. #
  1597. # ftop needs a toolchain w/ largefile
  1598. #
  1599. # BR2_PACKAGE_HTOP is not set
  1600. # BR2_PACKAGE_IPRUTILS is not set
  1601. # BR2_PACKAGE_KEYUTILS is not set
  1602. # BR2_PACKAGE_KMOD is not set
  1603. #
  1604. # lxc needs a toolchain w/ IPv6, threads, largefile
  1605. #
  1606. # BR2_PACKAGE_MONIT is not set
  1607. # BR2_PACKAGE_NCDU is not set
  1608. # BR2_PACKAGE_NUT is not set
  1609. #
  1610. # polkit needs a toolchain w/ wchar, threads
  1611. #
  1612. # BR2_PACKAGE_PWGEN is not set
  1613. #
  1614. # quota needs a toolchain w/ largefile, wchar, threads
  1615. #
  1616. # BR2_PACKAGE_SMACK is not set
  1617. #
  1618. # supervisor needs the python interpreter
  1619. #
  1620. BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
  1621. #
  1622. # util-linux needs a toolchain w/ largefile, wchar
  1623. #
  1624. #
  1625. # Text editors and viewers
  1626. #
  1627. # BR2_PACKAGE_ED is not set
  1628. # BR2_PACKAGE_JOE is not set
  1629. #
  1630. # nano needs a toolchain w/ wchar
  1631. #
  1632. # BR2_PACKAGE_UEMACS is not set
  1633. #
  1634. # Filesystem images
  1635. #
  1636. # BR2_TARGET_ROOTFS_CLOOP is not set
  1637. # BR2_TARGET_ROOTFS_CPIO is not set
  1638. # BR2_TARGET_ROOTFS_CRAMFS is not set
  1639. # BR2_TARGET_ROOTFS_EXT2 is not set
  1640. #
  1641. # initramfs needs a Linux kernel to be built
  1642. #
  1643. # BR2_TARGET_ROOTFS_JFFS2 is not set
  1644. # BR2_TARGET_ROOTFS_ROMFS is not set
  1645. # BR2_TARGET_ROOTFS_SQUASHFS is not set
  1646. # BR2_TARGET_ROOTFS_TAR is not set
  1647. # BR2_TARGET_ROOTFS_UBIFS is not set
  1648. # BR2_TARGET_ROOTFS_YAFFS2 is not set
  1649. #
  1650. # Bootloaders
  1651. #
  1652. # BR2_TARGET_AT91BOOTSTRAP is not set
  1653. # BR2_TARGET_AT91BOOTSTRAP3 is not set
  1654. # BR2_TARGET_AT91DATAFLASHBOOT is not set
  1655. # BR2_TARGET_BAREBOX is not set
  1656. #
  1657. # gummiboot needs a toolchain w/ largefile, wchar
  1658. #
  1659. # BR2_TARGET_LPC32XXCDL is not set
  1660. # BR2_TARGET_MXS_BOOTLETS is not set
  1661. # BR2_TARGET_UBOOT is not set
  1662. #
  1663. # Host utilities
  1664. #
  1665. # BR2_PACKAGE_HOST_DFU_UTIL is not set
  1666. # BR2_PACKAGE_HOST_DOS2UNIX is not set
  1667. # BR2_PACKAGE_HOST_DOSFSTOOLS is not set
  1668. # BR2_PACKAGE_HOST_E2FSPROGS is not set
  1669. # BR2_PACKAGE_HOST_E2TOOLS is not set
  1670. # BR2_PACKAGE_HOST_GENEXT2FS is not set
  1671. # BR2_PACKAGE_HOST_GENIMAGE is not set
  1672. # BR2_PACKAGE_HOST_GENPART is not set
  1673. # BR2_PACKAGE_HOST_LPC3250LOADER is not set
  1674. # BR2_PACKAGE_HOST_MTD is not set
  1675. # BR2_PACKAGE_HOST_MTOOLS is not set
  1676. # BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set
  1677. # BR2_PACKAGE_HOST_OPENOCD is not set
  1678. # BR2_PACKAGE_HOST_PARTED is not set
  1679. # BR2_PACKAGE_HOST_PATCHELF is not set
  1680. # BR2_PACKAGE_HOST_PWGEN is not set
  1681. # BR2_PACKAGE_HOST_SAM_BA is not set
  1682. # BR2_PACKAGE_HOST_SQUASHFS is not set
  1683. # BR2_PACKAGE_HOST_SUNXI_TOOLS is not set
  1684. # BR2_PACKAGE_HOST_UBOOT_TOOLS is not set
  1685. # BR2_PACKAGE_HOST_UTIL_LINUX is not set
  1686. #
  1687. # Legacy config options
  1688. #
  1689. #
  1690. # Legacy options removed in 2014.08
  1691. #
  1692. # BR2_PACKAGE_LIBELF is not set
  1693. # BR2_KERNEL_HEADERS_3_8 is not set
  1694. # BR2_PACKAGE_GETTEXT_TOOLS is not set
  1695. # BR2_PACKAGE_PROCPS is not set
  1696. # BR2_BINUTILS_VERSION_2_20_1 is not set
  1697. # BR2_BINUTILS_VERSION_2_21 is not set
  1698. # BR2_BINUTILS_VERSION_2_23_1 is not set
  1699. # BR2_UCLIBC_VERSION_0_9_32 is not set
  1700. # BR2_GCC_VERSION_4_3_X is not set
  1701. # BR2_GCC_VERSION_4_6_X is not set
  1702. # BR2_GDB_VERSION_7_4 is not set
  1703. # BR2_GDB_VERSION_7_5 is not set
  1704. # BR2_BUSYBOX_VERSION_1_19_X is not set
  1705. # BR2_BUSYBOX_VERSION_1_20_X is not set
  1706. # BR2_BUSYBOX_VERSION_1_21_X is not set
  1707. # BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set
  1708. # BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set
  1709. # BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set
  1710. # BR2_PACKAGE_LIBV4L_V4L2_CTL is not set
  1711. # BR2_PACKAGE_LIBV4L_V4L2_DBG is not set
  1712. #
  1713. # Legacy options removed in 2014.05
  1714. #
  1715. # BR2_PACKAGE_EVTEST_CAPTURE is not set
  1716. # BR2_KERNEL_HEADERS_3_6 is not set
  1717. # BR2_KERNEL_HEADERS_3_7 is not set
  1718. # BR2_PACKAGE_VALA is not set
  1719. BR2_PACKAGE_TZDATA_ZONELIST=""
  1720. # BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set
  1721. # BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set
  1722. # BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set
  1723. # BR2_PACKAGE_DVB_APPS_UTILS is not set
  1724. # BR2_KERNEL_HEADERS_SNAP is not set
  1725. # BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set
  1726. # BR2_PACKAGE_UDEV is not set
  1727. # BR2_PACKAGE_UDEV_RULES_GEN is not set
  1728. # BR2_PACKAGE_UDEV_ALL_EXTRAS is not set
  1729. #
  1730. # Legacy options removed in 2014.02
  1731. #
  1732. # BR2_sh2 is not set
  1733. # BR2_sh3 is not set
  1734. # BR2_sh3eb is not set
  1735. # BR2_KERNEL_HEADERS_3_1 is not set
  1736. # BR2_KERNEL_HEADERS_3_3 is not set
  1737. # BR2_KERNEL_HEADERS_3_5 is not set
  1738. # BR2_GDB_VERSION_7_2 is not set
  1739. # BR2_GDB_VERSION_7_3 is not set
  1740. # BR2_PACKAGE_CCACHE is not set
  1741. # BR2_HAVE_DOCUMENTATION is not set
  1742. # BR2_PACKAGE_AUTOMAKE is not set
  1743. # BR2_PACKAGE_AUTOCONF is not set
  1744. # BR2_PACKAGE_XSTROKE is not set
  1745. # BR2_PACKAGE_LZMA is not set
  1746. # BR2_PACKAGE_TTCP is not set
  1747. # BR2_PACKAGE_LIBNFC_LLCP is not set
  1748. # BR2_PACKAGE_MYSQL_CLIENT is not set
  1749. # BR2_PACKAGE_SQUASHFS3 is not set
  1750. # BR2_TARGET_ROOTFS_SQUASHFS3 is not set
  1751. # BR2_PACKAGE_NETKITBASE is not set
  1752. # BR2_PACKAGE_NETKITTELNET is not set
  1753. # BR2_PACKAGE_LUASQL is not set
  1754. # BR2_PACKAGE_LUACJSON is not set
  1755. #
  1756. # Legacy options removed in 2013.11
  1757. #
  1758. # BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set
  1759. # BR2_PACKAGE_QT_JAVASCRIPTCORE is not set
  1760. # BR2_PACKAGE_MODULE_INIT_TOOLS is not set
  1761. BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL=""
  1762. BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION=""
  1763. BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL=""
  1764. BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION=""
  1765. #
  1766. # Legacy options removed in 2013.08
  1767. #
  1768. # BR2_ARM_OABI is not set
  1769. # BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set
  1770. # BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set
  1771. # BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set
  1772. # BR2_ELF2FLT is not set
  1773. # BR2_VFP_FLOAT is not set
  1774. # BR2_PACKAGE_GCC_TARGET is not set
  1775. # BR2_HAVE_DEVFILES is not set
  1776. #
  1777. # Legacy options removed in 2013.05
  1778. #
  1779. # BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set
  1780. # BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set
  1781. #
  1782. # Legacy options removed in 2013.02
  1783. #
  1784. # BR2_sa110 is not set
  1785. # BR2_sa1100 is not set
  1786. # BR2_PACKAGE_GDISK is not set
  1787. # BR2_PACKAGE_GDISK_GDISK is not set
  1788. # BR2_PACKAGE_GDISK_SGDISK is not set
  1789. # BR2_PACKAGE_GDB_HOST is not set
  1790. # BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set
  1791. # BR2_PACKAGE_DIRECTB_TESTS is not set
  1792. #
  1793. # Legacy options removed in 2012.11
  1794. #
  1795. # BR2_PACKAGE_CUSTOMIZE is not set
  1796. # BR2_PACKAGE_XSERVER_xorg is not set
  1797. # BR2_PACKAGE_XSERVER_tinyx is not set
  1798. # BR2_PACKAGE_PTHREAD_STUBS is not set
  1799. #
  1800. # Legacy options removed in 2012.08
  1801. #
  1802. # BR2_PACKAGE_GETTEXT_STATIC is not set
  1803. # BR2_PACKAGE_LIBINTL is not set
  1804. # BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set
  1805. # BR2_BFIN_FDPIC is not set
  1806. # BR2_BFIN_FLAT is not set