mips16-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config 42 KB

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