Config.in 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. menu "Networking Utilities"
  7. config BUSYBOX_NAMEIF
  8. bool "nameif"
  9. default n
  10. select BUSYBOX_PLATFORM_LINUX
  11. select BUSYBOX_FEATURE_SYSLOG
  12. help
  13. nameif is used to rename network interface by its MAC address.
  14. Renamed interfaces MUST be in the down state.
  15. It is possible to use a file (default: /etc/mactab)
  16. with list of new interface names and MACs.
  17. Maximum interface name length: IFNAMSIZ = 16
  18. File fields are separated by space or tab.
  19. File format:
  20. # Comment
  21. new_interface_name XX:XX:XX:XX:XX:XX
  22. config BUSYBOX_FEATURE_NAMEIF_EXTENDED
  23. bool "Extended nameif"
  24. default y
  25. depends on BUSYBOX_NAMEIF
  26. help
  27. This extends the nameif syntax to support the bus_info, driver,
  28. phyaddr selectors. The syntax is compatible to the normal nameif.
  29. File format:
  30. new_interface_name driver=asix bus=usb-0000:00:08.2-3
  31. new_interface_name bus=usb-0000:00:08.2-3 00:80:C8:38:91:B5
  32. new_interface_name phy_address=2 00:80:C8:38:91:B5
  33. new_interface_name mac=00:80:C8:38:91:B5
  34. new_interface_name 00:80:C8:38:91:B5
  35. config BUSYBOX_NBDCLIENT
  36. bool "nbd-client"
  37. default n
  38. help
  39. Network block device client
  40. config BUSYBOX_NC
  41. bool "nc"
  42. default n
  43. help
  44. A simple Unix utility which reads and writes data across network
  45. connections.
  46. config BUSYBOX_NETCAT
  47. bool "netcat (11 kb)"
  48. default y
  49. help
  50. Alias to nc.
  51. config BUSYBOX_NC_SERVER
  52. bool "Netcat server options (-l)"
  53. default y
  54. depends on BUSYBOX_NC
  55. help
  56. Allow netcat to act as a server.
  57. config BUSYBOX_NC_EXTRA
  58. bool "Netcat extensions (-eiw and filename)"
  59. default y
  60. depends on BUSYBOX_NC
  61. help
  62. Add -e (support for executing the rest of the command line after
  63. making or receiving a successful connection), -i (delay interval for
  64. lines sent), -w (timeout for initial connection).
  65. config BUSYBOX_NC_110_COMPAT
  66. bool "Netcat 1.10 compatibility (+2.5k)"
  67. default n # off specially for Rob
  68. depends on BUSYBOX_NC
  69. help
  70. This option makes nc closely follow original nc-1.10.
  71. The code is about 2.5k bigger. It enables
  72. -s ADDR, -n, -u, -v, -o FILE, -z options, but loses
  73. busybox-specific extensions: -f FILE and -ll.
  74. config BUSYBOX_PING
  75. bool "ping"
  76. default y if ADK_TARGET_WITH_NET
  77. select BUSYBOX_PLATFORM_LINUX
  78. help
  79. ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
  80. elicit an ICMP ECHO_RESPONSE from a host or gateway.
  81. config BUSYBOX_PING6
  82. bool "ping6"
  83. default y if ADK_TARGET_WITH_NET
  84. depends on BUSYBOX_FEATURE_IPV6 && BUSYBOX_PING
  85. help
  86. This will give you a ping that can talk IPv6.
  87. config BUSYBOX_FEATURE_FANCY_PING
  88. bool "Enable fancy ping output"
  89. default y
  90. depends on BUSYBOX_PING
  91. help
  92. Make the output from the ping applet include statistics, and at the
  93. same time provide full support for ICMP packets.
  94. config BUSYBOX_WHOIS
  95. bool "whois"
  96. default n
  97. help
  98. whois is a client for the whois directory service
  99. config BUSYBOX_FEATURE_IPV6
  100. bool "Enable IPv6 support"
  101. default n
  102. help
  103. Enable IPv6 support in busybox.
  104. This adds IPv6 support in the networking applets.
  105. config BUSYBOX_FEATURE_UNIX_LOCAL
  106. bool "Enable Unix domain socket support (usually not needed)"
  107. default n
  108. help
  109. Enable Unix domain socket support in all busybox networking
  110. applets. Address of the form local:/path/to/unix/socket
  111. will be recognized.
  112. This extension is almost never used in real world usage.
  113. You most likely want to say N.
  114. config BUSYBOX_FEATURE_PREFER_IPV4_ADDRESS
  115. bool "Prefer IPv4 addresses from DNS queries"
  116. default y
  117. depends on BUSYBOX_FEATURE_IPV6
  118. help
  119. Use IPv4 address of network host if it has one.
  120. If this option is off, the first returned address will be used.
  121. This may cause problems when your DNS server is IPv6-capable and
  122. is returning IPv6 host addresses too. If IPv6 address
  123. precedes IPv4 one in DNS reply, busybox network applets
  124. (e.g. wget) will use IPv6 address. On an IPv6-incapable host
  125. or network applets will fail to connect to the host
  126. using IPv6 address.
  127. config BUSYBOX_VERBOSE_RESOLUTION_ERRORS
  128. bool "Verbose resolution errors"
  129. default n
  130. help
  131. Enable if you are not satisfied with simplistic
  132. "can't resolve 'hostname.com'" and want to know more.
  133. This may increase size of your executable a bit.
  134. config BUSYBOX_FEATURE_TLS_SHA1
  135. bool "In TLS code, support ciphers which use deprecated SHA1"
  136. depends on BUSYBOX_TLS
  137. default n
  138. help
  139. Selecting this option increases interoperability with very old
  140. servers, but slightly increases code size.
  141. Most TLS servers support SHA256 today (2018), since SHA1 is
  142. considered possibly insecure (although not yet definitely broken).
  143. config BUSYBOX_ARP
  144. bool "arp"
  145. default n
  146. select BUSYBOX_PLATFORM_LINUX
  147. help
  148. Manipulate the system ARP cache.
  149. config BUSYBOX_ARPING
  150. bool "arping"
  151. default n
  152. select BUSYBOX_PLATFORM_LINUX
  153. help
  154. Ping hosts by ARP packets.
  155. config BUSYBOX_BRCTL
  156. bool "brctl"
  157. depends on !BUSYBOX_DISABLE_BRCTL
  158. default n
  159. select BUSYBOX_PLATFORM_LINUX
  160. help
  161. Manage ethernet bridges.
  162. Supports addbr/delbr and addif/delif.
  163. config BUSYBOX_FEATURE_BRCTL_FANCY
  164. bool "Fancy options"
  165. default y
  166. depends on BUSYBOX_BRCTL
  167. help
  168. Add support for extended option like:
  169. setageing, setfd, sethello, setmaxage,
  170. setpathcost, setportprio, setbridgeprio,
  171. stp
  172. This adds about 600 bytes.
  173. config BUSYBOX_FEATURE_BRCTL_SHOW
  174. bool "Support show, showmac and showstp"
  175. default y
  176. depends on BUSYBOX_BRCTL && BUSYBOX_FEATURE_BRCTL_FANCY
  177. help
  178. Add support for option which prints the current config:
  179. showmacs, showstp, show
  180. config BUSYBOX_DNSD
  181. bool "dnsd"
  182. default n
  183. help
  184. Small and static DNS server daemon.
  185. config BUSYBOX_ETHER_WAKE
  186. bool "ether-wake"
  187. depends on !BUSYBOX_DISABLE_ETHER_WAKE
  188. default n
  189. select BUSYBOX_PLATFORM_LINUX
  190. help
  191. Send a magic packet to wake up sleeping machines.
  192. config BUSYBOX_FAKEIDENTD
  193. bool "fakeidentd"
  194. default n
  195. select BUSYBOX_FEATURE_SYSLOG
  196. help
  197. fakeidentd listens on the ident port and returns a predefined
  198. fake value on any query.
  199. config BUSYBOX_FTPD
  200. bool "ftpd"
  201. default n
  202. help
  203. simple FTP daemon. You have to run it via inetd.
  204. config BUSYBOX_FEATURE_FTP_WRITE
  205. bool "Enable upload commands"
  206. default y
  207. depends on BUSYBOX_FTPD
  208. help
  209. Enable all kinds of FTP upload commands (-w option)
  210. config BUSYBOX_FEATURE_FTPD_ACCEPT_BROKEN_LIST
  211. bool "Enable workaround for RFC-violating clients"
  212. default y
  213. depends on BUSYBOX_FTPD
  214. help
  215. Some ftp clients (among them KDE's Konqueror) issue illegal
  216. "LIST -l" requests. This option works around such problems.
  217. It might prevent you from listing files starting with "-" and
  218. it increases the code size by ~40 bytes.
  219. Most other ftp servers seem to behave similar to this.
  220. config BUSYBOX_FTPGET
  221. bool "ftpget"
  222. default n
  223. help
  224. Retrieve a remote file via FTP.
  225. config BUSYBOX_FTPPUT
  226. bool "ftpput"
  227. default n
  228. help
  229. Store a remote file via FTP.
  230. config BUSYBOX_FEATURE_FTPGETPUT_LONG_OPTIONS
  231. bool "Enable long options in ftpget/ftpput"
  232. default y
  233. depends on BUSYBOX_LONG_OPTS && (BUSYBOX_FTPGET || BUSYBOX_FTPPUT)
  234. help
  235. Support long options for the ftpget/ftpput applet.
  236. config BUSYBOX_HOSTNAME
  237. bool "hostname"
  238. default y
  239. help
  240. Show or set the system's host name.
  241. config BUSYBOX_DNSDOMAINNAME
  242. bool "dnsdomainname"
  243. default n
  244. help
  245. Alias to "hostname -d".
  246. config BUSYBOX_HTTPD
  247. bool "httpd"
  248. default n
  249. help
  250. Serve web pages via an HTTP server.
  251. config BUSYBOX_FEATURE_HTTPD_RANGES
  252. bool "Support 'Ranges:' header"
  253. default y
  254. depends on BUSYBOX_HTTPD
  255. help
  256. Makes httpd emit "Accept-Ranges: bytes" header and understand
  257. "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
  258. downloads, seeking in multimedia players etc.
  259. config BUSYBOX_FEATURE_HTTPD_USE_SENDFILE
  260. bool "Use sendfile system call"
  261. default y
  262. depends on BUSYBOX_HTTPD
  263. help
  264. When enabled, httpd will use the kernel sendfile() function
  265. instead of read/write loop.
  266. config BUSYBOX_FEATURE_HTTPD_SETUID
  267. bool "Enable -u <user> option"
  268. default y
  269. depends on BUSYBOX_HTTPD
  270. help
  271. This option allows the server to run as a specific user
  272. rather than defaulting to the user that starts the server.
  273. Use of this option requires special privileges to change to a
  274. different user.
  275. config BUSYBOX_FEATURE_HTTPD_BASIC_AUTH
  276. bool "Enable Basic http Authentication"
  277. default y
  278. depends on BUSYBOX_HTTPD
  279. help
  280. Utilizes password settings from /etc/httpd.conf for basic
  281. authentication on a per url basis.
  282. Example for httpd.conf file:
  283. /adm:toor:PaSsWd
  284. config BUSYBOX_FEATURE_HTTPD_AUTH_MD5
  285. bool "Support MD5 crypted passwords for http Authentication"
  286. default y
  287. depends on BUSYBOX_FEATURE_HTTPD_BASIC_AUTH
  288. help
  289. Enables encrypted passwords, and wildcard user/passwords
  290. in httpd.conf file.
  291. User '*' means 'any system user name is ok',
  292. password of '*' means 'use system password for this user'
  293. Examples:
  294. /adm:toor:$1$P/eKnWXS$aI1aPGxT.dJD5SzqAKWrF0
  295. /adm:root:*
  296. /wiki:*:*
  297. config BUSYBOX_FEATURE_HTTPD_CGI
  298. bool "Support Common Gateway Interface (CGI)"
  299. default y
  300. depends on BUSYBOX_HTTPD
  301. help
  302. This option allows scripts and executables to be invoked
  303. when specific URLs are requested.
  304. config BUSYBOX_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
  305. bool "Support for running scripts through an interpreter"
  306. default y
  307. depends on BUSYBOX_FEATURE_HTTPD_CGI
  308. help
  309. This option enables support for running scripts through an
  310. interpreter. Turn this on if you want PHP scripts to work
  311. properly. You need to supply an additional line in your
  312. httpd.conf file:
  313. *.php:/path/to/your/php
  314. config BUSYBOX_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
  315. bool "Set REMOTE_PORT environment variable for CGI"
  316. default y
  317. depends on BUSYBOX_FEATURE_HTTPD_CGI
  318. help
  319. Use of this option can assist scripts in generating
  320. references that contain a unique port number.
  321. config BUSYBOX_FEATURE_HTTPD_ENCODE_URL_STR
  322. bool "Enable -e option (useful for CGIs written as shell scripts)"
  323. default y
  324. depends on BUSYBOX_HTTPD
  325. help
  326. This option allows html encoding of arbitrary strings for display
  327. by the browser. Output goes to stdout.
  328. For example, httpd -e "<Hello World>" produces
  329. "&#60Hello&#32World&#62".
  330. config BUSYBOX_FEATURE_HTTPD_ERROR_PAGES
  331. bool "Support for custom error pages"
  332. default y
  333. depends on BUSYBOX_HTTPD
  334. help
  335. This option allows you to define custom error pages in
  336. the configuration file instead of the default HTTP status
  337. error pages. For instance, if you add the line:
  338. E404:/path/e404.html
  339. in the config file, the server will respond the specified
  340. '/path/e404.html' file instead of the terse '404 NOT FOUND'
  341. message.
  342. config BUSYBOX_FEATURE_HTTPD_PROXY
  343. bool "Support for reverse proxy"
  344. default y
  345. depends on BUSYBOX_HTTPD
  346. help
  347. This option allows you to define URLs that will be forwarded
  348. to another HTTP server. To setup add the following line to the
  349. configuration file
  350. P:/url/:http://hostname[:port]/new/path/
  351. Then a request to /url/myfile will be forwarded to
  352. http://hostname[:port]/new/path/myfile.
  353. config BUSYBOX_FEATURE_HTTPD_GZIP
  354. bool "Support for GZIP content encoding"
  355. default y
  356. depends on BUSYBOX_HTTPD
  357. help
  358. Makes httpd send files using GZIP content encoding if the
  359. client supports it and a pre-compressed <file>.gz exists.
  360. config BUSYBOX_IFCONFIG
  361. bool "ifconfig"
  362. default y if ADK_TARGET_WITH_NET
  363. select BUSYBOX_PLATFORM_LINUX
  364. help
  365. Ifconfig is used to configure the kernel-resident network interfaces.
  366. config BUSYBOX_FEATURE_IFCONFIG_STATUS
  367. bool "Enable status reporting output (+7k)"
  368. default y
  369. depends on BUSYBOX_IFCONFIG
  370. help
  371. If ifconfig is called with no arguments it will display the status
  372. of the currently active interfaces.
  373. config BUSYBOX_FEATURE_IFCONFIG_SLIP
  374. bool "Enable slip-specific options \"keepalive\" and \"outfill\""
  375. default n
  376. depends on BUSYBOX_IFCONFIG
  377. help
  378. Allow "keepalive" and "outfill" support for SLIP. If you're not
  379. planning on using serial lines, leave this unchecked.
  380. config BUSYBOX_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
  381. bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
  382. default n
  383. depends on BUSYBOX_IFCONFIG
  384. help
  385. Allow the start address for shared memory, start address for I/O,
  386. and/or the interrupt line used by the specified device.
  387. config BUSYBOX_FEATURE_IFCONFIG_HW
  388. bool "Enable option \"hw\" (ether only)"
  389. default y
  390. depends on BUSYBOX_IFCONFIG
  391. help
  392. Set the hardware address of this interface, if the device driver
  393. supports this operation. Currently, we only support the 'ether'
  394. class.
  395. config BUSYBOX_FEATURE_IFCONFIG_BROADCAST_PLUS
  396. bool "Set the broadcast automatically"
  397. default y
  398. depends on BUSYBOX_IFCONFIG
  399. help
  400. Setting this will make ifconfig attempt to find the broadcast
  401. automatically if the value '+' is used.
  402. config BUSYBOX_IFENSLAVE
  403. bool "ifenslave"
  404. select ADK_LINUX_KERNEL_BONDING m if ADK_TARGET_OS_LINUX
  405. default n
  406. select BUSYBOX_PLATFORM_LINUX
  407. help
  408. Userspace application to bind several interfaces
  409. to a logical interface (use with kernel bonding driver).
  410. config BUSYBOX_IFPLUGD
  411. bool "ifplugd"
  412. default n
  413. select BUSYBOX_PLATFORM_LINUX
  414. help
  415. Network interface plug detection daemon.
  416. config BUSYBOX_IFUP
  417. bool "ifup"
  418. default y if ADK_TARGET_WITH_NET
  419. help
  420. Activate the specified interfaces. This applet makes use
  421. of either "ifconfig" and "route" or the "ip" command to actually
  422. configure network interfaces. Therefore, you will probably also want
  423. to enable either IFCONFIG and ROUTE, or enable
  424. FEATURE_IFUPDOWN_IP and the various IP options. Of
  425. course you could use non-busybox versions of these programs, so
  426. against my better judgement (since this will surely result in plenty
  427. of support questions on the mailing list), I do not force you to
  428. enable these additional options. It is up to you to supply either
  429. "ifconfig", "route" and "run-parts" or the "ip" command, either
  430. via busybox or via standalone utilities.
  431. config BUSYBOX_IFDOWN
  432. bool "ifdown"
  433. default y if ADK_TARGET_WITH_NET
  434. help
  435. Deactivate the specified interfaces.
  436. config BUSYBOX_IFUPDOWN_IFSTATE_PATH
  437. string "Absolute path to ifstate file"
  438. default "/var/run/ifstate"
  439. depends on BUSYBOX_IFUP
  440. help
  441. ifupdown keeps state information in a file called ifstate.
  442. Typically it is located in /var/run/ifstate, however
  443. some distributions tend to put it in other places
  444. (debian, for example, uses /etc/network/run/ifstate).
  445. This config option defines location of ifstate.
  446. config BUSYBOX_FEATURE_IFUPDOWN_IP
  447. bool "Use ip applet"
  448. default y
  449. depends on BUSYBOX_IFUP
  450. help
  451. Use the iproute "ip" command to implement "ifup" and "ifdown", rather
  452. than the default of using the older 'ifconfig' and 'route' utilities.
  453. config BUSYBOX_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
  454. bool "Use busybox ifconfig and route applets"
  455. default n
  456. depends on BUSYBOX_IFUP && !BUSYBOX_FEATURE_IFUPDOWN_IP
  457. select BUSYBOX_IFCONFIG
  458. select BUSYBOX_ROUTE
  459. help
  460. Use the busybox iproute "ifconfig" and "route" applets to
  461. implement the "ifup" and "ifdown" utilities.
  462. If left disabled, you must install the full-blown ifconfig
  463. and route utilities, or the "ifup" and "ifdown" applets will not
  464. work.
  465. config BUSYBOX_FEATURE_IFUPDOWN_IPV4
  466. bool "Support for IPv4"
  467. default y
  468. depends on BUSYBOX_IFUP
  469. help
  470. If you want ifup/ifdown to talk IPv4, leave this on.
  471. config BUSYBOX_FEATURE_IFUPDOWN_IPV6
  472. bool "Support for IPv6"
  473. default y
  474. depends on BUSYBOX_IFUP && BUSYBOX_FEATURE_IPV6
  475. help
  476. If you need support for IPv6, turn this option on.
  477. ### UNUSED
  478. ###config FEATURE_IFUPDOWN_IPX
  479. ### bool "Support for IPX"
  480. ### default y
  481. ### depends on BUSYBOX_IFUPDOWN
  482. ### help
  483. ### If this option is selected you can use busybox to work with IPX
  484. ### networks.
  485. config BUSYBOX_FEATURE_IFUPDOWN_MAPPING
  486. bool "Enable mapping support"
  487. default n
  488. depends on BUSYBOX_IFUP
  489. help
  490. This enables support for the "mapping" stanza, unless you have
  491. a weird network setup you don't need it.
  492. config BUSYBOX_FEATURE_IFUPDOWN_EXTERNAL_DHCP
  493. bool "Support for external dhcp clients"
  494. default n
  495. depends on BUSYBOX_IFUP
  496. help
  497. This enables support for the external dhcp clients. Clients are
  498. tried in the following order: dhcpcd, dhclient, pump and udhcpc.
  499. Otherwise, if udhcpc applet is enabled, it is used.
  500. Otherwise, ifup/ifdown will have no support for DHCP.
  501. config BUSYBOX_INETD
  502. bool "inetd"
  503. default n
  504. select BUSYBOX_FEATURE_SYSLOG
  505. help
  506. Internet superserver daemon
  507. config BUSYBOX_FEATURE_INETD_SUPPORT_BUILTIN_ECHO
  508. bool "Support echo service"
  509. default y
  510. depends on BUSYBOX_INETD
  511. help
  512. Echo received data internal inetd service
  513. config BUSYBOX_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
  514. bool "Support discard service"
  515. default y
  516. depends on BUSYBOX_INETD
  517. help
  518. Internet /dev/null internal inetd service
  519. config BUSYBOX_FEATURE_INETD_SUPPORT_BUILTIN_TIME
  520. bool "Support time service"
  521. default y
  522. depends on BUSYBOX_INETD
  523. help
  524. Return 32 bit time since 1900 internal inetd service
  525. config BUSYBOX_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
  526. bool "Support daytime service"
  527. default y
  528. depends on BUSYBOX_INETD
  529. help
  530. Return human-readable time internal inetd service
  531. config BUSYBOX_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
  532. bool "Support chargen service"
  533. default y
  534. depends on BUSYBOX_INETD
  535. help
  536. Familiar character generator internal inetd service
  537. config BUSYBOX_FEATURE_INETD_RPC
  538. bool "Support RPC services"
  539. default n
  540. depends on BUSYBOX_INETD
  541. select BUSYBOX_FEATURE_HAVE_RPC
  542. help
  543. Support Sun-RPC based services
  544. config BUSYBOX_IP
  545. bool "ip"
  546. depends on !BUSYBOX_DISABLE_IP
  547. default y if ADK_TARGET_WITH_NET
  548. select BUSYBOX_PLATFORM_LINUX
  549. help
  550. The "ip" applet is a TCP/IP interface configuration and routing
  551. utility. You generally don't need "ip" to use busybox with
  552. TCP/IP.
  553. config BUSYBOX_FEATURE_IP_ADDRESS
  554. bool "ip address"
  555. default y
  556. depends on BUSYBOX_IP
  557. help
  558. Address manipulation support for the "ip" applet.
  559. config BUSYBOX_FEATURE_IP_LINK
  560. bool "ip link"
  561. default y
  562. depends on BUSYBOX_IP
  563. help
  564. Configure network devices with "ip".
  565. config BUSYBOX_FEATURE_IP_ROUTE
  566. bool "ip route"
  567. default y
  568. depends on BUSYBOX_IP
  569. help
  570. Add support for routing table management to "ip".
  571. config BUSYBOX_FEATURE_IP_ROUTE_DIR
  572. string "ip route configuration directory"
  573. default "/etc/iproute2"
  574. depends on BUSYBOX_FEATURE_IP_ROUTE
  575. help
  576. Location of the "ip" applet routing configuration.
  577. config BUSYBOX_FEATURE_IP_TUNNEL
  578. bool "ip tunnel"
  579. default n
  580. depends on BUSYBOX_IP
  581. help
  582. Add support for tunneling commands to "ip".
  583. config BUSYBOX_FEATURE_IP_RULE
  584. bool "ip rule"
  585. default n
  586. depends on BUSYBOX_IP
  587. help
  588. Add support for rule commands to "ip".
  589. config BUSYBOX_FEATURE_IP_NEIGH
  590. bool "ip neighbor"
  591. default n
  592. depends on BUSYBOX_IP
  593. help
  594. Add support for neighbor commands to "ip".
  595. config BUSYBOX_FEATURE_IP_RARE_PROTOCOLS
  596. bool "Support displaying rarely used link types"
  597. default n
  598. depends on BUSYBOX_IP
  599. help
  600. If you are not going to use links of type "frad", "econet",
  601. "bif" etc, you probably don't need to enable this.
  602. Ethernet, wireless, infrared, ppp/slip, ip tunnelling
  603. link types are supported without this option selected.
  604. config BUSYBOX_IPADDR
  605. bool
  606. default n
  607. config BUSYBOX_IPLINK
  608. bool
  609. default n
  610. config BUSYBOX_IPROUTE
  611. bool
  612. default n
  613. config BUSYBOX_IPTUNNEL
  614. bool
  615. default n
  616. config BUSYBOX_IPRULE
  617. bool
  618. default n
  619. config BUSYBOX_IPNEIGH
  620. bool
  621. default n
  622. config BUSYBOX_IPCALC
  623. bool "ipcalc"
  624. default n
  625. help
  626. ipcalc takes an IP address and netmask and calculates the
  627. resulting broadcast, network, and host range.
  628. config BUSYBOX_FEATURE_IPCALC_FANCY
  629. bool "Fancy IPCALC, more options, adds 1 kbyte"
  630. default y
  631. depends on BUSYBOX_IPCALC
  632. help
  633. Adds the options hostname, prefix and silent to the output of
  634. "ipcalc".
  635. config BUSYBOX_FEATURE_IPCALC_LONG_OPTIONS
  636. bool "Enable long options"
  637. default y
  638. depends on BUSYBOX_IPCALC && BUSYBOX_LONG_OPTS
  639. help
  640. Support long options for the ipcalc applet.
  641. config BUSYBOX_NETSTAT
  642. bool "netstat"
  643. default y if ADK_TARGET_WITH_NET
  644. select BUSYBOX_PLATFORM_LINUX
  645. help
  646. netstat prints information about the Linux networking subsystem.
  647. config BUSYBOX_FEATURE_NETSTAT_WIDE
  648. bool "Enable wide netstat output"
  649. default n
  650. depends on BUSYBOX_NETSTAT
  651. help
  652. Add support for wide columns. Useful when displaying IPv6 addresses
  653. (-W option).
  654. config BUSYBOX_FEATURE_NETSTAT_PRG
  655. bool "Enable PID/Program name output"
  656. default y
  657. depends on BUSYBOX_NETSTAT
  658. help
  659. Add support for -p flag to print out PID and program name.
  660. +700 bytes of code.
  661. config BUSYBOX_NSLOOKUP
  662. bool "nslookup"
  663. default y if ADK_TARGET_WITH_NET
  664. help
  665. nslookup is a tool to query Internet name servers.
  666. config BUSYBOX_FEATURE_NSLOOKUP_BIG
  667. bool "Use internal resolver code instead of libc"
  668. depends on BUSYBOX_NSLOOKUP
  669. default n
  670. config BUSYBOX_FEATURE_NSLOOKUP_LONG_OPTIONS
  671. bool "Enable long options"
  672. default n
  673. depends on BUSYBOX_FEATURE_NSLOOKUP_BIG && BUSYBOX_LONG_OPTS
  674. config BUSYBOX_NTPD
  675. bool "ntpd"
  676. depends on !BUSYBOX_DISABLE_NTPD
  677. default n
  678. select BUSYBOX_PLATFORM_LINUX
  679. help
  680. The NTP client/server daemon.
  681. config BUSYBOX_FEATURE_NTPD_SERVER
  682. bool "Make ntpd usable as a NTP server"
  683. default n
  684. depends on !BUSYBOX_DISABLE_NTPD
  685. depends on BUSYBOX_NTPD
  686. help
  687. Make ntpd usable as a NTP server. If you disable this option
  688. ntpd will be usable only as a NTP client.
  689. config BUSYBOX_FEATURE_NTPD_CONF
  690. bool "Make ntpd understand /etc/ntp.conf"
  691. default n
  692. depends on BUSYBOX_NTPD
  693. help
  694. Make ntpd look in /etc/ntp.conf for peers. Only "server address"
  695. is supported.
  696. config BUSYBOX_PSCAN
  697. bool "pscan"
  698. default n
  699. help
  700. Simple network port scanner.
  701. config BUSYBOX_ROUTE
  702. bool "route"
  703. default y if ADK_TARGET_WITH_NET
  704. select BUSYBOX_PLATFORM_LINUX
  705. help
  706. Route displays or manipulates the kernel's IP routing tables.
  707. config BUSYBOX_SLATTACH
  708. bool "slattach"
  709. default n
  710. select BUSYBOX_PLATFORM_LINUX
  711. help
  712. slattach is a small utility to attach network interfaces to serial
  713. lines.
  714. config BUSYBOX_SSL_CLIENT
  715. bool "ssl_client (25 kb)"
  716. default n
  717. select BUSYBOX_TLS
  718. help
  719. This tool pipes data to/from a socket, TLS-encrypting it.
  720. config BUSYBOX_TC
  721. bool "tc"
  722. default n
  723. help
  724. show / manipulate traffic control settings
  725. #
  726. #config FEATURE_TC_INGRESS
  727. # def_bool n
  728. # depends on BUSYBOX_TC
  729. config BUSYBOX_TCPSVD
  730. bool "tcpsvd"
  731. default n
  732. help
  733. tcpsvd listens on a TCP port and runs a program for each new
  734. connection.
  735. config BUSYBOX_TELNET
  736. bool "telnet"
  737. default y if ADK_TARGET_WITH_NET
  738. help
  739. Telnet is an interface to the TELNET protocol, but is also commonly
  740. used to test other simple protocols.
  741. config BUSYBOX_FEATURE_TELNET_TTYPE
  742. bool "Pass TERM type to remote host"
  743. default y
  744. depends on BUSYBOX_TELNET
  745. help
  746. Setting this option will forward the TERM environment variable to the
  747. remote host you are connecting to. This is useful to make sure that
  748. things like ANSI colors and other control sequences behave.
  749. config BUSYBOX_FEATURE_TELNET_AUTOLOGIN
  750. bool "Pass USER type to remote host"
  751. default y
  752. depends on BUSYBOX_TELNET
  753. help
  754. Setting this option will forward the USER environment variable to the
  755. remote host you are connecting to. This is useful when you need to
  756. log into a machine without telling the username (autologin). This
  757. option enables `-a' and `-l USER' arguments.
  758. config BUSYBOX_FEATURE_TELNET_WIDTH
  759. bool "Enable window size autodetection"
  760. default y
  761. depends on BUSYBOX_TELNET
  762. config BUSYBOX_TELNETD
  763. bool "telnetd"
  764. default n
  765. select BUSYBOX_FEATURE_SYSLOG
  766. help
  767. A daemon for the TELNET protocol, allowing you to log onto the host
  768. running the daemon. Please keep in mind that the TELNET protocol
  769. sends passwords in plain text. If you can't afford the space for an
  770. SSH daemon and you trust your network, you may say 'y' here. As a
  771. more secure alternative, you should seriously consider installing the
  772. very small Dropbear SSH daemon instead:
  773. http://matt.ucc.asn.au/dropbear/dropbear.html
  774. Note that for busybox telnetd to work you need several things:
  775. First of all, your kernel needs:
  776. UNIX98_PTYS=y
  777. DEVPTS_FS=y
  778. Next, you need a /dev/pts directory on your root filesystem:
  779. $ ls -ld /dev/pts
  780. drwxr-xr-x 2 root root 0 Sep 23 13:21 /dev/pts/
  781. Next you need the pseudo terminal master multiplexer /dev/ptmx:
  782. $ ls -la /dev/ptmx
  783. crw-rw-rw- 1 root tty 5, 2 Sep 23 13:55 /dev/ptmx
  784. Any /dev/ttyp[0-9]* files you may have can be removed.
  785. Next, you need to mount the devpts filesystem on /dev/pts using:
  786. mount -t devpts devpts /dev/pts
  787. You need to be sure that busybox has LOGIN and
  788. FEATURE_SUID enabled. And finally, you should make
  789. certain that Busybox has been installed setuid root:
  790. chown root.root /bin/busybox
  791. chmod 4755 /bin/busybox
  792. with all that done, telnetd _should_ work....
  793. config BUSYBOX_FEATURE_TELNETD_STANDALONE
  794. bool "Support standalone telnetd (not inetd only)"
  795. default y
  796. depends on BUSYBOX_TELNETD
  797. help
  798. Selecting this will make telnetd able to run standalone.
  799. config BUSYBOX_FEATURE_TELNETD_INETD_WAIT
  800. bool "Support -w SEC option (inetd wait mode)"
  801. default y
  802. depends on BUSYBOX_FEATURE_TELNETD_STANDALONE
  803. help
  804. This option allows you to run telnetd in "inet wait" mode.
  805. Example inetd.conf line (note "wait", not usual "nowait"):
  806. telnet stream tcp wait root /bin/telnetd telnetd -w10
  807. In this example, inetd passes _listening_ socket_ as fd 0
  808. to telnetd when connection appears.
  809. telnetd will wait for connections until all existing
  810. connections are closed, and no new connections
  811. appear during 10 seconds. Then it exits, and inetd continues
  812. to listen for new connections.
  813. This option is rarely used. "tcp nowait" is much more usual
  814. way of running tcp services, including telnetd.
  815. You most probably want to say N here.
  816. config BUSYBOX_TFTP
  817. bool "tftp"
  818. default n
  819. help
  820. This enables the Trivial File Transfer Protocol client program. TFTP
  821. is usually used for simple, small transfers such as a root image
  822. for a network-enabled bootloader.
  823. config BUSYBOX_TFTPD
  824. bool "tftpd"
  825. default n
  826. help
  827. This enables the Trivial File Transfer Protocol server program.
  828. It expects that stdin is a datagram socket and a packet
  829. is already pending on it. It will exit after one transfer.
  830. In other words: it should be run from inetd in nowait mode,
  831. or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR"
  832. comment "Common options for tftp/tftpd"
  833. depends on BUSYBOX_TFTP || BUSYBOX_TFTPD
  834. config BUSYBOX_FEATURE_TFTP_GET
  835. bool "Enable 'tftp get' and/or tftpd upload code"
  836. default y
  837. depends on BUSYBOX_TFTP || BUSYBOX_TFTPD
  838. help
  839. Add support for the GET command within the TFTP client. This allows
  840. a client to retrieve a file from a TFTP server.
  841. Also enable upload support in tftpd, if tftpd is selected.
  842. Note: this option does _not_ make tftpd capable of download
  843. (the usual operation people need from it)!
  844. config BUSYBOX_FEATURE_TFTP_PUT
  845. bool "Enable 'tftp put' and/or tftpd download code"
  846. default y
  847. depends on BUSYBOX_TFTP || BUSYBOX_TFTPD
  848. help
  849. Add support for the PUT command within the TFTP client. This allows
  850. a client to transfer a file to a TFTP server.
  851. Also enable download support in tftpd, if tftpd is selected.
  852. config BUSYBOX_FEATURE_TFTP_BLOCKSIZE
  853. bool "Enable 'blksize' and 'tsize' protocol options"
  854. default y
  855. depends on BUSYBOX_TFTP || BUSYBOX_TFTPD
  856. help
  857. Allow tftp to specify block size, and tftpd to understand
  858. "blksize" and "tsize" options.
  859. config BUSYBOX_FEATURE_TFTP_PROGRESS_BAR
  860. bool "Enable tftp progress meter"
  861. default y
  862. depends on BUSYBOX_TFTP && BUSYBOX_FEATURE_TFTP_BLOCKSIZE
  863. help
  864. Show progress bar.
  865. config BUSYBOX_TFTP_DEBUG
  866. bool "Enable debug"
  867. default n
  868. depends on BUSYBOX_TFTP || BUSYBOX_TFTPD
  869. help
  870. Make tftp[d] print debugging messages on stderr.
  871. This is useful if you are diagnosing a bug in tftp[d].
  872. config BUSYBOX_TLS
  873. bool #No description makes it a hidden option
  874. default n
  875. config BUSYBOX_TRACEROUTE
  876. bool "traceroute"
  877. default n
  878. select BUSYBOX_PLATFORM_LINUX
  879. help
  880. Utility to trace the route of IP packets.
  881. config BUSYBOX_TRACEROUTE6
  882. bool "traceroute6"
  883. default n
  884. depends on BUSYBOX_FEATURE_IPV6 && BUSYBOX_TRACEROUTE
  885. help
  886. Utility to trace the route of IPv6 packets.
  887. config BUSYBOX_FEATURE_TRACEROUTE_VERBOSE
  888. bool "Enable verbose output"
  889. default y
  890. depends on BUSYBOX_TRACEROUTE
  891. help
  892. Add some verbosity to traceroute. This includes among other things
  893. hostnames and ICMP response types.
  894. config BUSYBOX_FEATURE_TRACEROUTE_SOURCE_ROUTE
  895. bool "Enable loose source route"
  896. default n
  897. depends on BUSYBOX_TRACEROUTE
  898. help
  899. Add option to specify a loose source route gateway
  900. (8 maximum).
  901. config BUSYBOX_FEATURE_TRACEROUTE_USE_ICMP
  902. bool "Use ICMP instead of UDP"
  903. default n
  904. depends on BUSYBOX_TRACEROUTE
  905. help
  906. Add option -I to use ICMP ECHO instead of UDP datagrams.
  907. config BUSYBOX_TUNCTL
  908. bool "tunctl"
  909. default n
  910. select BUSYBOX_PLATFORM_LINUX
  911. help
  912. tunctl creates or deletes tun devices.
  913. config BUSYBOX_FEATURE_TUNCTL_UG
  914. bool "Support owner:group assignment"
  915. default y
  916. depends on BUSYBOX_TUNCTL
  917. help
  918. Allow to specify owner and group of newly created interface.
  919. 340 bytes of pure bloat. Say no here.
  920. source package/busybox/config/networking/udhcp/Config.in
  921. config BUSYBOX_IFUPDOWN_UDHCPC_CMD_OPTIONS
  922. string "ifup udhcpc command line options"
  923. default "-R" if BUSYBOX_NOMMU
  924. default "-R -b"
  925. depends on BUSYBOX_IFUP && BUSYBOX_UDHCPC
  926. help
  927. Command line options to pass to udhcpc from ifup.
  928. Intended to alter options not available in /etc/network/interfaces.
  929. (IE: --syslog --background etc...)
  930. config BUSYBOX_UDPSVD
  931. bool "udpsvd"
  932. default n
  933. help
  934. udpsvd listens on an UDP port and runs a program for each new
  935. connection.
  936. config BUSYBOX_VCONFIG
  937. bool "vconfig"
  938. default n
  939. select BUSYBOX_PLATFORM_LINUX
  940. help
  941. Creates, removes, and configures VLAN interfaces
  942. config BUSYBOX_WGET
  943. bool "wget"
  944. depends on !BUSYBOX_DISABLE_WGET
  945. default n
  946. help
  947. wget is a utility for non-interactive download of files from HTTP,
  948. HTTPS, and FTP servers.
  949. config BUSYBOX_FEATURE_WGET_STATUSBAR
  950. bool "Enable a nifty process meter (+2k)"
  951. default n
  952. depends on BUSYBOX_WGET
  953. help
  954. Enable the transfer progress bar for wget transfers.
  955. config BUSYBOX_FEATURE_WGET_AUTHENTICATION
  956. bool "Enable HTTP authentication"
  957. default y
  958. depends on BUSYBOX_WGET
  959. help
  960. Support authenticated HTTP transfers.
  961. config BUSYBOX_FEATURE_WGET_LONG_OPTIONS
  962. bool "Enable long options"
  963. default y
  964. depends on BUSYBOX_WGET && BUSYBOX_LONG_OPTS
  965. help
  966. Support long options for the wget applet.
  967. config BUSYBOX_FEATURE_WGET_TIMEOUT
  968. bool "Enable read timeout option -T SEC"
  969. default y
  970. depends on BUSYBOX_WGET
  971. help
  972. Supports network read timeout for wget, so that wget will give
  973. up and timeout when reading network data, through the -T command
  974. line option. Currently only network data read timeout is
  975. supported (i.e., timeout is not applied to the DNS nor TCP
  976. connection initialization). When FEATURE_WGET_LONG_OPTIONS is
  977. also enabled, the --timeout option will work in addition to -T.
  978. config BUSYBOX_FEATURE_WGET_OPENSSL
  979. bool "Try to connect to HTTPS using openssl"
  980. default n
  981. depends on BUSYBOX_WGET
  982. help
  983. Choose how wget establishes SSL connection for https:// URLs.
  984. Busybox itself contains no SSL code. wget will spawn
  985. a helper program to talk over HTTPS.
  986. OpenSSL has a simple SSL client for debug purposes.
  987. If you select "openssl" helper, wget will effectively call
  988. "openssl s_client -quiet -connect IP:443 2>/dev/null"
  989. and pipe its data through it.
  990. Note inconvenient API: host resolution is done twice,
  991. and there is no guarantee openssl's idea of IPv6 address
  992. format is the same as ours.
  993. Another problem is that s_client prints debug information
  994. to stderr, and it needs to be suppressed. This means
  995. all error messages get suppressed too.
  996. openssl is also a big binary, often dynamically linked
  997. against ~15 libraries.
  998. config BUSYBOX_FEATURE_WGET_SSL_HELPER
  999. bool "Try to connect to HTTPS using ssl_helper"
  1000. default n
  1001. depends on BUSYBOX_WGET
  1002. help
  1003. Choose how wget establishes SSL connection for https:// URLs.
  1004. Busybox itself contains no SSL code. wget will spawn
  1005. a helper program to talk over HTTPS.
  1006. ssl_helper is a tool which can be built statically
  1007. from busybox sources against a small embedded SSL library.
  1008. Please see networking/ssl_helper/README.
  1009. It does not require double host resolution and emits
  1010. error messages to stderr.
  1011. Precompiled static binary may be available at
  1012. http://busybox.net/downloads/binaries/
  1013. config BUSYBOX_ZCIP
  1014. bool "zcip"
  1015. default n
  1016. select BUSYBOX_PLATFORM_LINUX
  1017. select BUSYBOX_FEATURE_SYSLOG
  1018. help
  1019. ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
  1020. It's a daemon that allocates and defends a dynamically assigned
  1021. address on the 169.254/16 network, requiring no system administrator.
  1022. See http://www.zeroconf.org for further details, and "zcip.script"
  1023. in the busybox examples.
  1024. endmenu