Config.in 32 KB

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