Config.in 26 KB

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