| 1 | #
|
|---|
| 2 | # For a description of the syntax of this configuration file,
|
|---|
| 3 | # see scripts/kbuild/config-language.txt.
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 | menu "Networking Utilities"
|
|---|
| 7 |
|
|---|
| 8 | config BUSYBOX_CONFIG_FEATURE_IPV6
|
|---|
| 9 | bool "Enable IPv6 support"
|
|---|
| 10 | default n
|
|---|
| 11 | help
|
|---|
| 12 | Enable IPv6 support to busybox. This makes applets that talk IP
|
|---|
| 13 | able to work with IPv6.
|
|---|
| 14 |
|
|---|
| 15 | config BUSYBOX_CONFIG_ARPING
|
|---|
| 16 | bool "arping"
|
|---|
| 17 | default y
|
|---|
| 18 | help
|
|---|
| 19 | Ping hosts by ARP packets
|
|---|
| 20 |
|
|---|
| 21 | config BUSYBOX_CONFIG_DNSD
|
|---|
| 22 | bool "dnsd"
|
|---|
| 23 | default n
|
|---|
| 24 | help
|
|---|
| 25 | Small and static DNS server daemon.
|
|---|
| 26 |
|
|---|
| 27 | config BUSYBOX_CONFIG_ETHER_WAKE
|
|---|
| 28 | bool "ether-wake"
|
|---|
| 29 | default n
|
|---|
| 30 | help
|
|---|
| 31 | Send a magic packet to wake up sleeping machines.
|
|---|
| 32 |
|
|---|
| 33 | config BUSYBOX_CONFIG_FAKEIDENTD
|
|---|
| 34 | bool "fakeidentd"
|
|---|
| 35 | default n
|
|---|
| 36 | help
|
|---|
| 37 | fakeidentd listens to the ident port and returns a set fake
|
|---|
| 38 | value whatever it gets.
|
|---|
| 39 |
|
|---|
| 40 | config BUSYBOX_CONFIG_FTPGET
|
|---|
| 41 | bool "ftpget"
|
|---|
| 42 | default n
|
|---|
| 43 | help
|
|---|
| 44 | Retrieve a remote file via FTP.
|
|---|
| 45 |
|
|---|
| 46 | config BUSYBOX_CONFIG_FTPPUT
|
|---|
| 47 | bool "ftpput"
|
|---|
| 48 | default n
|
|---|
| 49 | help
|
|---|
| 50 | Store a remote file via FTP.
|
|---|
| 51 |
|
|---|
| 52 | config BUSYBOX_CONFIG_HOSTNAME
|
|---|
| 53 | bool "hostname"
|
|---|
| 54 | default n
|
|---|
| 55 | help
|
|---|
| 56 | Show or set the system's host name
|
|---|
| 57 |
|
|---|
| 58 | config BUSYBOX_CONFIG_HTTPD
|
|---|
| 59 | bool "httpd"
|
|---|
| 60 | default n
|
|---|
| 61 | help
|
|---|
| 62 | Serve web pages via an HTTP server.
|
|---|
| 63 |
|
|---|
| 64 | config BUSYBOX_CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
|---|
| 65 | bool " Support using httpd only from inetd"
|
|---|
| 66 | default n
|
|---|
| 67 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 68 | help
|
|---|
| 69 | This option disables uid and port options for the httpd applet
|
|---|
| 70 | but requires inetd server daemon.
|
|---|
| 71 |
|
|---|
| 72 | config BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
|---|
| 73 | bool " Enable Basic http Authentication"
|
|---|
| 74 | default y
|
|---|
| 75 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 76 | help
|
|---|
| 77 | Utilizes password settings from /etc/httpd.conf for basic
|
|---|
| 78 | authentication on a per url basis.
|
|---|
| 79 |
|
|---|
| 80 | config BUSYBOX_CONFIG_FEATURE_HTTPD_AUTH_MD5
|
|---|
| 81 | bool " Support MD5 crypted passwords for http Authentication"
|
|---|
| 82 | default y
|
|---|
| 83 | depends on BUSYBOX_CONFIG_FEATURE_HTTPD_BASIC_AUTH
|
|---|
| 84 | help
|
|---|
| 85 | Enables basic per url authentication from /etc/httpd.conf
|
|---|
| 86 | using md5 passwords.
|
|---|
| 87 |
|
|---|
| 88 | if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
|
|---|
| 89 | config BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
|
|---|
| 90 | bool " Support reloading the global config file using hup signal"
|
|---|
| 91 | default y
|
|---|
| 92 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 93 | help
|
|---|
| 94 | This option enables processing of SIGHUP to reload cached
|
|---|
| 95 | configuration settings.
|
|---|
| 96 |
|
|---|
| 97 | config BUSYBOX_CONFIG_FEATURE_HTTPD_SETUID
|
|---|
| 98 | bool " Enable support -u <user> option"
|
|---|
| 99 | default n
|
|---|
| 100 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 101 | help
|
|---|
| 102 | This option allows the server to run as a specific user
|
|---|
| 103 | rather than defaulting to the user that starts the server.
|
|---|
| 104 | Use of this option requires special privileges to change to a
|
|---|
| 105 | different user.
|
|---|
| 106 | endif
|
|---|
| 107 |
|
|---|
| 108 | config BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
|
|---|
| 109 | bool " Support loading additional MIME types at run-time"
|
|---|
| 110 | default y
|
|---|
| 111 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 112 | help
|
|---|
| 113 | This option enables support for additional MIME types at
|
|---|
| 114 | run-time to be specified in the configuration file.
|
|---|
| 115 |
|
|---|
| 116 | config BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
|
|---|
| 117 | bool " Support Common Gateway Interface (CGI)"
|
|---|
| 118 | default y
|
|---|
| 119 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 120 | help
|
|---|
| 121 | This option allows scripts and executables to be invoked
|
|---|
| 122 | when specific urls are requested.
|
|---|
| 123 |
|
|---|
| 124 | config BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
|
|---|
| 125 | bool " Enable support for running scripts through an interpreter"
|
|---|
| 126 | default n
|
|---|
| 127 | depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
|
|---|
| 128 | help
|
|---|
| 129 | This option enables support for running scripts through an
|
|---|
| 130 | interpreter. Turn this on, if you want PHP scripts to work
|
|---|
| 131 | properly. You need to supply an addition line in your httpd
|
|---|
| 132 | config file:
|
|---|
| 133 | *.php:/path/to/your/php
|
|---|
| 134 |
|
|---|
| 135 | config BUSYBOX_CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
|
|---|
| 136 | bool " Support the REMOTE_PORT environment variable for CGI"
|
|---|
| 137 | default y
|
|---|
| 138 | depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
|
|---|
| 139 | help
|
|---|
| 140 | Use of this option can assist scripts in generating
|
|---|
| 141 | references that contain a unique port number.
|
|---|
| 142 |
|
|---|
| 143 | config BUSYBOX_CONFIG_FEATURE_HTTPD_ENCODE_URL_STR
|
|---|
| 144 | bool " Enable the -e option for shell script CGI simplification."
|
|---|
| 145 | default y
|
|---|
| 146 | depends on BUSYBOX_CONFIG_HTTPD
|
|---|
| 147 | help
|
|---|
| 148 | After set, this option allows html encoding arbitrary
|
|---|
| 149 | strings for display of the browser. Output goes to stdout.
|
|---|
| 150 | For example, httpd -e "<Hello World>" as
|
|---|
| 151 | "<Hello World>".
|
|---|
| 152 |
|
|---|
| 153 | config BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 154 | bool "ifconfig"
|
|---|
| 155 | default n
|
|---|
| 156 | help
|
|---|
| 157 | Ifconfig is used to configure the kernel-resident network interfaces.
|
|---|
| 158 |
|
|---|
| 159 | config BUSYBOX_CONFIG_FEATURE_IFCONFIG_STATUS
|
|---|
| 160 | bool " Enable status reporting output (+7k)"
|
|---|
| 161 | default n
|
|---|
| 162 | depends on BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 163 | help
|
|---|
| 164 | If ifconfig is called with no arguments it will display the status
|
|---|
| 165 | of the currently active interfaces.
|
|---|
| 166 |
|
|---|
| 167 | config BUSYBOX_CONFIG_FEATURE_IFCONFIG_SLIP
|
|---|
| 168 | bool " Enable slip-specific options \"keepalive\" and \"outfill\""
|
|---|
| 169 | default n
|
|---|
| 170 | depends on BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 171 | help
|
|---|
| 172 | Allow "keepalive" and "outfill" support for SLIP. If you're not
|
|---|
| 173 | planning on using serial lines, leave this unchecked.
|
|---|
| 174 |
|
|---|
| 175 | config BUSYBOX_CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
|
|---|
| 176 | bool " Enable options \"mem_start\", \"io_addr\", and \"irq\""
|
|---|
| 177 | default n
|
|---|
| 178 | depends on BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 179 | help
|
|---|
| 180 | Allow the start address for shared memory, start address for I/O,
|
|---|
| 181 | and/or the interrupt line used by the specified device.
|
|---|
| 182 |
|
|---|
| 183 | config BUSYBOX_CONFIG_FEATURE_IFCONFIG_HW
|
|---|
| 184 | bool " Enable option \"hw\" (ether only)"
|
|---|
| 185 | default n
|
|---|
| 186 | depends on BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 187 | help
|
|---|
| 188 | Set the hardware address of this interface, if the device driver
|
|---|
| 189 | supports this operation. Currently, we only support the 'ether'
|
|---|
| 190 | class.
|
|---|
| 191 |
|
|---|
| 192 | config BUSYBOX_CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
|
|---|
| 193 | bool " Set the broadcast automatically"
|
|---|
| 194 | default n
|
|---|
| 195 | depends on BUSYBOX_CONFIG_IFCONFIG
|
|---|
| 196 | help
|
|---|
| 197 | Setting this will make ifconfig attempt to find the broadcast
|
|---|
| 198 | automatically if the value '+' is used.
|
|---|
| 199 |
|
|---|
| 200 | config BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 201 | bool "ifupdown"
|
|---|
| 202 | default y
|
|---|
| 203 | select BUSYBOX_CONFIG_RUN_PARTS
|
|---|
| 204 | help
|
|---|
| 205 | Activate or deactivate the specified interfaces. This applet makes
|
|---|
| 206 | use of either "ifconfig" and "route" or the "ip" command to actually
|
|---|
| 207 | configure network interfaces. Therefore, you will probably also want
|
|---|
| 208 | to enable either BUSYBOX_CONFIG_IFCONFIG and BUSYBOX_CONFIG_ROUTE, or enable
|
|---|
| 209 | BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP and the various BUSYBOX_CONFIG_IP options. Of
|
|---|
| 210 | course you could use non-busybox versions of these programs, so
|
|---|
| 211 | against my better judgement (since this will surely result in plenty
|
|---|
| 212 | of support questions on the mailing list), I do not force you to
|
|---|
| 213 | enable these additional options. It is up to you to supply either
|
|---|
| 214 | "ifconfig" and "route" or the "ip" command, either via busybox or via
|
|---|
| 215 | standalone utilities.
|
|---|
| 216 |
|
|---|
| 217 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP
|
|---|
| 218 | bool " Use ip applet"
|
|---|
| 219 | default y
|
|---|
| 220 | depends on BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 221 | help
|
|---|
| 222 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather
|
|---|
| 223 | than the default of using the older 'ifconfig' and 'route' utilities.
|
|---|
| 224 |
|
|---|
| 225 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
|
|---|
| 226 | bool " Use busybox ip applet"
|
|---|
| 227 | default y
|
|---|
| 228 | depends on BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IP
|
|---|
| 229 | select BUSYBOX_CONFIG_IP
|
|---|
| 230 | select BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
|
|---|
| 231 | select BUSYBOX_CONFIG_FEATURE_IP_LINK
|
|---|
| 232 | select BUSYBOX_CONFIG_FEATURE_IP_ROUTE
|
|---|
| 233 | help
|
|---|
| 234 | Use the busybox iproute "ip" applet to implement "ifupdown".
|
|---|
| 235 |
|
|---|
| 236 | If leave this disabled, you must install the full-blown iproute2
|
|---|
| 237 | utility or the "ifup" and "ifdown" applets will not work.
|
|---|
| 238 |
|
|---|
| 239 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV4
|
|---|
| 240 | bool " Enable support for IPv4"
|
|---|
| 241 | default y
|
|---|
| 242 | depends on BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 243 | help
|
|---|
| 244 | If you want busybox to talk IPv4, leave this on.
|
|---|
| 245 |
|
|---|
| 246 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPV6
|
|---|
| 247 | bool " Enable support for IPv6"
|
|---|
| 248 | default n
|
|---|
| 249 | depends on BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 250 | help
|
|---|
| 251 | If you need support for IPv6, turn this option on.
|
|---|
| 252 |
|
|---|
| 253 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_IPX
|
|---|
| 254 | bool " Enable support for IPX"
|
|---|
| 255 | default n
|
|---|
| 256 | depends on BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 257 | help
|
|---|
| 258 | If this option is selected you can use busybox to work with IPX
|
|---|
| 259 | networks.
|
|---|
| 260 |
|
|---|
| 261 | config BUSYBOX_CONFIG_FEATURE_IFUPDOWN_MAPPING
|
|---|
| 262 | bool " Enable mapping support"
|
|---|
| 263 | default n
|
|---|
| 264 | depends on BUSYBOX_CONFIG_IFUPDOWN
|
|---|
| 265 | help
|
|---|
| 266 | This enables support for the "mapping" stanza, unless you have
|
|---|
| 267 | a weird network setup you don't need it.
|
|---|
| 268 |
|
|---|
| 269 | config BUSYBOX_CONFIG_INETD
|
|---|
| 270 | bool "inetd"
|
|---|
| 271 | default n
|
|---|
| 272 | help
|
|---|
| 273 | Internet superserver daemon
|
|---|
| 274 |
|
|---|
| 275 | config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_ECHO
|
|---|
| 276 | bool " Support echo service"
|
|---|
| 277 | default n
|
|---|
| 278 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 279 | help
|
|---|
| 280 | Echo received data internal inetd service
|
|---|
| 281 |
|
|---|
| 282 | config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DISCARD
|
|---|
| 283 | bool " Support discard service"
|
|---|
| 284 | default n
|
|---|
| 285 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 286 | help
|
|---|
| 287 | Internet /dev/null internal inetd service
|
|---|
| 288 |
|
|---|
| 289 | config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_TIME
|
|---|
| 290 | bool " Support time service"
|
|---|
| 291 | default n
|
|---|
| 292 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 293 | help
|
|---|
| 294 | Return 32 bit time since 1900 internal inetd service
|
|---|
| 295 |
|
|---|
| 296 | config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DAYTIME
|
|---|
| 297 | bool " Support daytime service"
|
|---|
| 298 | default n
|
|---|
| 299 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 300 | help
|
|---|
| 301 | Return human-readable time internal inetd service
|
|---|
| 302 |
|
|---|
| 303 | config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_CHARGEN
|
|---|
| 304 | bool " Support chargen service"
|
|---|
| 305 | default n
|
|---|
| 306 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 307 | help
|
|---|
| 308 | Familiar character generator internal inetd service
|
|---|
| 309 |
|
|---|
| 310 | config BUSYBOX_CONFIG_FEATURE_INETD_RPC
|
|---|
| 311 | bool " Support RPC services"
|
|---|
| 312 | default n
|
|---|
| 313 | depends on BUSYBOX_CONFIG_INETD
|
|---|
| 314 | help
|
|---|
| 315 | Suuport Sun-RPC based services
|
|---|
| 316 |
|
|---|
| 317 |
|
|---|
| 318 | config BUSYBOX_CONFIG_IP
|
|---|
| 319 | bool "ip"
|
|---|
| 320 | default y
|
|---|
| 321 | help
|
|---|
| 322 | The "ip" applet is a TCP/IP interface configuration and routing
|
|---|
| 323 | utility. You generally don't need "ip" to use busybox with
|
|---|
| 324 | TCP/IP.
|
|---|
| 325 |
|
|---|
| 326 | if BUSYBOX_CONFIG_IP && BUSYBOX_CONFIG_IPADDR
|
|---|
| 327 | config BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
|
|---|
| 328 | default n
|
|---|
| 329 | comment " address (forced enabled for ipaddr)"
|
|---|
| 330 | endif
|
|---|
| 331 | if ! (CONFIG_IP && BUSYBOX_CONFIG_IPADDR)
|
|---|
| 332 | config BUSYBOX_CONFIG_FEATURE_IP_ADDRESS
|
|---|
| 333 | bool " address"
|
|---|
| 334 | default n
|
|---|
| 335 | depends on BUSYBOX_CONFIG_IP
|
|---|
| 336 | help
|
|---|
| 337 | Address manipulation support for the "ip" applet.
|
|---|
| 338 | endif
|
|---|
| 339 |
|
|---|
| 340 | if BUSYBOX_CONFIG_IP && BUSYBOX_CONFIG_IPLINK
|
|---|
| 341 | config BUSYBOX_CONFIG_FEATURE_IP_LINK
|
|---|
| 342 | default n
|
|---|
| 343 | comment " link (forced enabled for iplink)"
|
|---|
| 344 | endif
|
|---|
| 345 | if !(CONFIG_IP && BUSYBOX_CONFIG_IPLINK)
|
|---|
| 346 | config BUSYBOX_CONFIG_FEATURE_IP_LINK
|
|---|
| 347 | bool " link"
|
|---|
| 348 | default n
|
|---|
| 349 | depends on BUSYBOX_CONFIG_IP
|
|---|
| 350 | help
|
|---|
| 351 | Configure network devices with "ip".
|
|---|
| 352 | endif
|
|---|
| 353 |
|
|---|
| 354 | if BUSYBOX_CONFIG_IP && BUSYBOX_CONFIG_IPROUTE
|
|---|
| 355 | config BUSYBOX_CONFIG_FEATURE_IP_ROUTE
|
|---|
| 356 | default n
|
|---|
| 357 | comment " route (forced enabled for iproute)"
|
|---|
| 358 | endif
|
|---|
| 359 | if !(CONFIG_IP && BUSYBOX_CONFIG_IPROUTE)
|
|---|
| 360 | config BUSYBOX_CONFIG_FEATURE_IP_ROUTE
|
|---|
| 361 | bool " route"
|
|---|
| 362 | default n
|
|---|
| 363 | depends on BUSYBOX_CONFIG_IP
|
|---|
| 364 | help
|
|---|
| 365 | Add support for routing table management to "ip".
|
|---|
| 366 | endif
|
|---|
| 367 |
|
|---|
| 368 | if BUSYBOX_CONFIG_IP && BUSYBOX_CONFIG_IPTUNNEL
|
|---|
| 369 | config BUSYBOX_CONFIG_FEATURE_IP_TUNNEL
|
|---|
| 370 | default n
|
|---|
| 371 | comment " tunnel (forced enabled for iptunnel)"
|
|---|
| 372 | endif
|
|---|
| 373 | if !(CONFIG_IP && BUSYBOX_CONFIG_IPTUNNEL)
|
|---|
| 374 | config BUSYBOX_CONFIG_FEATURE_IP_TUNNEL
|
|---|
| 375 | bool " tunnel"
|
|---|
| 376 | default n
|
|---|
| 377 | depends on BUSYBOX_CONFIG_IP
|
|---|
| 378 | help
|
|---|
| 379 | Add support for tunneling commands to "ip".
|
|---|
| 380 | endif
|
|---|
| 381 |
|
|---|
| 382 | config BUSYBOX_CONFIG_IPCALC
|
|---|
| 383 | bool "ipcalc"
|
|---|
| 384 | default n
|
|---|
| 385 | help
|
|---|
| 386 | ipcalc takes an IP address and netmask and calculates the
|
|---|
| 387 | resulting broadcast, network, and host range.
|
|---|
| 388 |
|
|---|
| 389 | config BUSYBOX_CONFIG_FEATURE_IPCALC_FANCY
|
|---|
| 390 | bool " Fancy IPCALC, more options, adds 1 kbyte"
|
|---|
| 391 | default n
|
|---|
| 392 | depends on BUSYBOX_CONFIG_IPCALC
|
|---|
| 393 | help
|
|---|
| 394 | Adds the options hostname, prefix and silent to the output of "ipcalc".
|
|---|
| 395 |
|
|---|
| 396 | config BUSYBOX_CONFIG_IPADDR
|
|---|
| 397 | bool "ipaddr"
|
|---|
| 398 | default y
|
|---|
| 399 | help
|
|---|
| 400 | Equivalent to selecting address support to "ip", above.
|
|---|
| 401 |
|
|---|
| 402 | config BUSYBOX_CONFIG_IPLINK
|
|---|
| 403 | bool "iplink"
|
|---|
| 404 | default y
|
|---|
| 405 | help
|
|---|
| 406 | Equivalent to selecting link support to "ip", above.
|
|---|
| 407 |
|
|---|
| 408 | config BUSYBOX_CONFIG_IPROUTE
|
|---|
| 409 | bool "iproute"
|
|---|
| 410 | default y
|
|---|
| 411 | help
|
|---|
| 412 | Equivalent to selecting route support to "ip", above.
|
|---|
| 413 |
|
|---|
| 414 | config BUSYBOX_CONFIG_IPTUNNEL
|
|---|
| 415 | bool "iptunnel"
|
|---|
| 416 | default y
|
|---|
| 417 | help
|
|---|
| 418 | Equivalent to selecting tunnel support to "ip", above.
|
|---|
| 419 |
|
|---|
| 420 | config BUSYBOX_CONFIG_NAMEIF
|
|---|
| 421 | bool "nameif"
|
|---|
| 422 | default n
|
|---|
| 423 | help
|
|---|
| 424 | nameif is used to rename network interface by its MAC address.
|
|---|
| 425 | Renamed interfaces MUST be in the down state.
|
|---|
| 426 | It is possible to use a file (default: /etc/mactab)
|
|---|
| 427 | with list of new interface names and MACs.
|
|---|
| 428 | Maximum interface name length: IF_NAMESIZE = 16
|
|---|
| 429 | File fields are separated by space or tab.
|
|---|
| 430 | File format:
|
|---|
| 431 | # Comment
|
|---|
| 432 | new_interface_name XX:XX:XX:XX:XX:XX
|
|---|
| 433 |
|
|---|
| 434 | config BUSYBOX_CONFIG_NC
|
|---|
| 435 | bool "nc"
|
|---|
| 436 | default y
|
|---|
| 437 | help
|
|---|
| 438 | A simple Unix utility which reads and writes data across network
|
|---|
| 439 | connections.
|
|---|
| 440 |
|
|---|
| 441 | config BUSYBOX_CONFIG_NETMSG
|
|---|
| 442 | bool "netmsg"
|
|---|
| 443 | default y
|
|---|
| 444 | help
|
|---|
| 445 | simple program for sending udp broadcast messages
|
|---|
| 446 |
|
|---|
| 447 | config BUSYBOX_CONFIG_NC_GAPING_SECURITY_HOLE
|
|---|
| 448 | bool "gaping security hole"
|
|---|
| 449 | default n
|
|---|
| 450 | depends on BUSYBOX_CONFIG_NC
|
|---|
| 451 | help
|
|---|
| 452 | Add support for executing a program after making or receiving a
|
|---|
| 453 | successful connection (-e option).
|
|---|
| 454 |
|
|---|
| 455 | config BUSYBOX_CONFIG_NETSTAT
|
|---|
| 456 | bool "netstat"
|
|---|
| 457 | default y
|
|---|
| 458 | help
|
|---|
| 459 | netstat prints information about the Linux networking subsystem.
|
|---|
| 460 |
|
|---|
| 461 | config BUSYBOX_CONFIG_NSLOOKUP
|
|---|
| 462 | bool "nslookup"
|
|---|
| 463 | default y
|
|---|
| 464 | help
|
|---|
| 465 | nslookup is a tool to query Internet name servers.
|
|---|
| 466 |
|
|---|
| 467 | config BUSYBOX_CONFIG_PING
|
|---|
| 468 | bool "ping"
|
|---|
| 469 | default y
|
|---|
| 470 | help
|
|---|
| 471 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
|
|---|
| 472 | elicit an ICMP ECHO_RESPONSE from a host or gateway.
|
|---|
| 473 |
|
|---|
| 474 | config BUSYBOX_CONFIG_FEATURE_FANCY_PING
|
|---|
| 475 | bool " Enable fancy ping output"
|
|---|
| 476 | default y
|
|---|
| 477 | depends on BUSYBOX_CONFIG_PING
|
|---|
| 478 | help
|
|---|
| 479 | Make the output from the ping applet include statistics, and at the
|
|---|
| 480 | same time provide full support for ICMP packets.
|
|---|
| 481 |
|
|---|
| 482 | config BUSYBOX_CONFIG_PING6
|
|---|
| 483 | bool "ping6"
|
|---|
| 484 | default n
|
|---|
| 485 | depends on BUSYBOX_CONFIG_FEATURE_IPV6
|
|---|
| 486 | help
|
|---|
| 487 | This will give you a ping that can talk IPv6.
|
|---|
| 488 |
|
|---|
| 489 | config BUSYBOX_CONFIG_FEATURE_FANCY_PING6
|
|---|
| 490 | bool " Enable fancy ping6 output"
|
|---|
| 491 | default n
|
|---|
| 492 | depends on BUSYBOX_CONFIG_PING6
|
|---|
| 493 | help
|
|---|
| 494 | Make the output from the ping6 applet include statistics, and at the
|
|---|
| 495 | same time provide full support for ICMP packets.
|
|---|
| 496 |
|
|---|
| 497 | config BUSYBOX_CONFIG_ROUTE
|
|---|
| 498 | bool "route"
|
|---|
| 499 | default n
|
|---|
| 500 | help
|
|---|
| 501 | Route displays or manipulates the kernel's IP routing tables.
|
|---|
| 502 |
|
|---|
| 503 | config BUSYBOX_CONFIG_TELNET
|
|---|
| 504 | bool "telnet"
|
|---|
| 505 | default y
|
|---|
| 506 | help
|
|---|
| 507 | Telnet is an interface to the TELNET protocol, but is also commonly
|
|---|
| 508 | used to test other simple protocols.
|
|---|
| 509 |
|
|---|
| 510 | config BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE
|
|---|
| 511 | bool " Pass TERM type to remote host"
|
|---|
| 512 | default y
|
|---|
| 513 | depends on BUSYBOX_CONFIG_TELNET
|
|---|
| 514 | help
|
|---|
| 515 | Setting this option will forward the TERM environment variable to the
|
|---|
| 516 | remote host you are connecting to. This is useful to make sure that
|
|---|
| 517 | things like ANSI colors and other control sequences behave.
|
|---|
| 518 |
|
|---|
| 519 | config BUSYBOX_CONFIG_FEATURE_TELNET_AUTOLOGIN
|
|---|
| 520 | bool " Pass USER type to remote host"
|
|---|
| 521 | default n
|
|---|
| 522 | depends on BUSYBOX_CONFIG_TELNET
|
|---|
| 523 | help
|
|---|
| 524 | Setting this option will forward the USER environment variable to the
|
|---|
| 525 | remote host you are connecting to. This is useful when you need to
|
|---|
| 526 | log into a machine without telling the username (autologin). This
|
|---|
| 527 | option enables `-a' and `-l USER' arguments.
|
|---|
| 528 |
|
|---|
| 529 | config BUSYBOX_CONFIG_TELNETD
|
|---|
| 530 | bool "telnetd"
|
|---|
| 531 | default y
|
|---|
| 532 | help
|
|---|
| 533 | A daemon for the TELNET protocol, allowing you to log onto the host
|
|---|
| 534 | running the daemon. Please keep in mind that the TELNET protocol
|
|---|
| 535 | sends passwords in plain text. If you can't afford the space for an
|
|---|
| 536 | SSH daemon and you trust your network, you may say 'y' here. As a
|
|---|
| 537 | more secure alternative, you should seriously consider installing the
|
|---|
| 538 | very small Dropbear SSH daemon instead:
|
|---|
| 539 | http://matt.ucc.asn.au/dropbear/dropbear.html
|
|---|
| 540 |
|
|---|
| 541 | Note that for busybox telnetd to work you need several things:
|
|---|
| 542 | First of all, your kernel needs:
|
|---|
| 543 | BUSYBOX_CONFIG_UNIX98_PTYS=y
|
|---|
| 544 | BUSYBOX_CONFIG_DEVPTS_FS=y
|
|---|
| 545 |
|
|---|
| 546 | Next, you need a /dev/pts directory on your root filesystem:
|
|---|
| 547 |
|
|---|
| 548 | $ ls -ld /dev/pts
|
|---|
| 549 | drwxr-xr-x 2 root root 0 Sep 23 13:21 /dev/pts/
|
|---|
| 550 |
|
|---|
| 551 | Next you need the pseudo terminal master multiplexer /dev/ptmx:
|
|---|
| 552 |
|
|---|
| 553 | $ ls -la /dev/ptmx
|
|---|
| 554 | crw-rw-rw- 1 root tty 5, 2 Sep 23 13:55 /dev/ptmx
|
|---|
| 555 |
|
|---|
| 556 | Any /dev/ttyp[0-9]* files you may have can be removed.
|
|---|
| 557 | Next, you need to mount the devpts filesystem on /dev/pts using:
|
|---|
| 558 |
|
|---|
| 559 | mount -t devpts devpts /dev/pts
|
|---|
| 560 |
|
|---|
| 561 | You need to be sure that Busybox has BUSYBOX_CONFIG_LOGIN and
|
|---|
| 562 | BUSYBOX_CONFIG_FEATURE_SUID enabled. And finally, you should make
|
|---|
| 563 | certain that Busybox has been installed setuid root:
|
|---|
| 564 |
|
|---|
| 565 | chown root.root /bin/busybox
|
|---|
| 566 | chmod 4755 /bin/busybox
|
|---|
| 567 |
|
|---|
| 568 | with all that done, telnetd _should_ work....
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|
| 571 | config BUSYBOX_CONFIG_FEATURE_TELNETD_INETD
|
|---|
| 572 | bool " Support call from inetd only"
|
|---|
| 573 | default n
|
|---|
| 574 | depends on BUSYBOX_CONFIG_TELNETD
|
|---|
| 575 | help
|
|---|
| 576 | Selecting this will make telnetd only callable from inetd,
|
|---|
| 577 | removing the standalone support.
|
|---|
| 578 |
|
|---|
| 579 | config BUSYBOX_CONFIG_TFTP
|
|---|
| 580 | bool "tftp"
|
|---|
| 581 | default n
|
|---|
| 582 | help
|
|---|
| 583 | This enables the Trivial File Transfer Protocol client program. TFTP
|
|---|
| 584 | is usually used for simple, small transfers such as a root image
|
|---|
| 585 | for a network-enabled bootloader.
|
|---|
| 586 |
|
|---|
| 587 | config BUSYBOX_CONFIG_FEATURE_TFTP_GET
|
|---|
| 588 | bool " Enable \"get\" command"
|
|---|
| 589 | default n
|
|---|
| 590 | depends on BUSYBOX_CONFIG_TFTP
|
|---|
| 591 | help
|
|---|
| 592 | Add support for the GET command within the TFTP client. This allows
|
|---|
| 593 | a client to retrieve a file from a TFTP server.
|
|---|
| 594 |
|
|---|
| 595 | config BUSYBOX_CONFIG_FEATURE_TFTP_PUT
|
|---|
| 596 | bool " Enable \"put\" command"
|
|---|
| 597 | default n
|
|---|
| 598 | depends on BUSYBOX_CONFIG_TFTP
|
|---|
| 599 | help
|
|---|
| 600 | Add support for the PUT command within the TFTP client. This allows
|
|---|
| 601 | a client to transfer a file to a TFTP server.
|
|---|
| 602 |
|
|---|
| 603 | config BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE
|
|---|
| 604 | bool " Enable \"blocksize\" command"
|
|---|
| 605 | default n
|
|---|
| 606 | depends on BUSYBOX_CONFIG_TFTP
|
|---|
| 607 | help
|
|---|
| 608 | Allow the client to specify the desired block size for transfers.
|
|---|
| 609 |
|
|---|
| 610 | config BUSYBOX_CONFIG_FEATURE_TFTP_DEBUG
|
|---|
| 611 | bool " Enable debug"
|
|---|
| 612 | default n
|
|---|
| 613 | depends on BUSYBOX_CONFIG_TFTP
|
|---|
| 614 | help
|
|---|
| 615 | Enable debug settings for tftp. This is useful if you're running
|
|---|
| 616 | into problems with tftp as the protocol doesn't help you much when
|
|---|
| 617 | you run into problems.
|
|---|
| 618 |
|
|---|
| 619 | config BUSYBOX_CONFIG_TRACEROUTE
|
|---|
| 620 | bool "traceroute"
|
|---|
| 621 | default y
|
|---|
| 622 | help
|
|---|
| 623 | Utility to trace the route of IP packets
|
|---|
| 624 |
|
|---|
| 625 | config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE
|
|---|
| 626 | bool " Enable verbose output"
|
|---|
| 627 | default y
|
|---|
| 628 | depends on BUSYBOX_CONFIG_TRACEROUTE
|
|---|
| 629 | help
|
|---|
| 630 | Add some verbosity to traceroute. This includes amongst other things
|
|---|
| 631 | hostnames and ICMP response types.
|
|---|
| 632 |
|
|---|
| 633 | config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
|
|---|
| 634 | bool " Enable loose source route"
|
|---|
| 635 | default n
|
|---|
| 636 | depends on BUSYBOX_CONFIG_TRACEROUTE
|
|---|
| 637 | help
|
|---|
| 638 | Add option to specify a loose source route gateway
|
|---|
| 639 | (8 maximum).
|
|---|
| 640 |
|
|---|
| 641 | config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP
|
|---|
| 642 | bool " Use ICMP instead of UDP"
|
|---|
| 643 | default n
|
|---|
| 644 | depends on BUSYBOX_CONFIG_TRACEROUTE
|
|---|
| 645 | help
|
|---|
| 646 | Add feature to allow for ICMP ECHO instead of UDP datagrams.
|
|---|
| 647 |
|
|---|
| 648 |
|
|---|
| 649 | config BUSYBOX_CONFIG_VCONFIG
|
|---|
| 650 | bool "vconfig"
|
|---|
| 651 | default y
|
|---|
| 652 | help
|
|---|
| 653 | Creates, removes, and configures VLAN interfaces
|
|---|
| 654 |
|
|---|
| 655 | config BUSYBOX_CONFIG_WGET
|
|---|
| 656 | bool "wget"
|
|---|
| 657 | default y
|
|---|
| 658 | help
|
|---|
| 659 | wget is a utility for non-interactive download of files from HTTP,
|
|---|
| 660 | HTTPS, and FTP servers.
|
|---|
| 661 |
|
|---|
| 662 | config BUSYBOX_CONFIG_FEATURE_WGET_STATUSBAR
|
|---|
| 663 | bool " Enable a nifty process meter (+2k)"
|
|---|
| 664 | default y
|
|---|
| 665 | depends on BUSYBOX_CONFIG_WGET
|
|---|
| 666 | help
|
|---|
| 667 | Enable the transfer progress bar for wget transfers.
|
|---|
| 668 |
|
|---|
| 669 | config BUSYBOX_CONFIG_FEATURE_WGET_AUTHENTICATION
|
|---|
| 670 | bool " Enable HTTP authentication"
|
|---|
| 671 | default y
|
|---|
| 672 | depends on BUSYBOX_CONFIG_WGET
|
|---|
| 673 | help
|
|---|
| 674 | Support authenticated HTTP transfers.
|
|---|
| 675 |
|
|---|
| 676 | config BUSYBOX_CONFIG_FEATURE_WGET_IP6_LITERAL
|
|---|
| 677 | bool " Enable IPv6 literal addresses"
|
|---|
| 678 | default n
|
|---|
| 679 | depends on BUSYBOX_CONFIG_WGET
|
|---|
| 680 | help
|
|---|
| 681 | Support IPv6 address literal notation in URLs.
|
|---|
| 682 |
|
|---|
| 683 | source package/busybox/config/networking/udhcp/Config.in
|
|---|
| 684 |
|
|---|
| 685 | config BUSYBOX_CONFIG_ZCIP
|
|---|
| 686 | bool "zcip"
|
|---|
| 687 | default n
|
|---|
| 688 | help
|
|---|
| 689 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
|
|---|
| 690 | It's a daemon that allocates and defends a dynamically assigned
|
|---|
| 691 | address on the 169.254/16 network, requiring no system administrator.
|
|---|
| 692 |
|
|---|
| 693 | See http://www.zeroconf.org for further details, and "zcip.script"
|
|---|
| 694 | in the busybox examples.
|
|---|
| 695 |
|
|---|
| 696 | endmenu
|
|---|
| 697 |
|
|---|