summaryrefslogtreecommitdiff
path: root/busybox-networking.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
commitbc091af204857b1a09faeac6f6b897ca0c7647c5 (patch)
tree0ea626cfa42e2769b926fa880db21dfb47213a67 /busybox-networking.kconfig
parente8ec3763c8108ce2ed4cb1ed5e4247c496960b6f (diff)
downloadembtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.gz
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.bz2
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.xz
busyobx-1.14.1 kcconfig symbols integrationembtk-busybox-kconfig-1.14.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-networking.kconfig')
-rw-r--r--busybox-networking.kconfig70
1 files changed, 55 insertions, 15 deletions
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index 1f966e3..c6e5cc4 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -4,7 +4,7 @@
#
comment "-------------------------------------------------"
-comment "----- Networking Utilities"
+comment "Networking Utilities"
comment "-------------------------------------------------"
config KEMBTK_BUSYB_FEATURE_IPV6
@@ -14,7 +14,7 @@ config KEMBTK_BUSYB_FEATURE_IPV6
This adds KEMBTK_BUSYB_IPv6 support in the networking applets.
config KEMBTK_BUSYB_FEATURE_PREFER_IPV4_ADDRESS
- bool "Preferentially use KEMBTK_BUSYB_IPv4 addresses from DNS queries"
+ bool "Prefer KEMBTK_BUSYB_IPv4 addresses from DNS queries"
default y
depends on KEMBTK_BUSYB_FEATURE_IPV6
help
@@ -85,6 +85,20 @@ config KEMBTK_BUSYB_FAKEIDENTD
fakeidentd listens on the ident port and returns a predefined
fake value on any query.
+config KEMBTK_BUSYB_FTPD
+ bool "ftpd"
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ simple FTP daemon. You have to run it via inetd.
+
+config KEMBTK_BUSYB_FEATURE_FTP_WRITE
+ bool "Enable upload commands"
+ default y
+ depends on KEMBTK_BUSYB_FTPD
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Enable all kinds of FTP upload commands (-w option)
+
config KEMBTK_BUSYB_FTPGET
bool "ftpget"
help
@@ -127,11 +141,12 @@ config KEMBTK_BUSYB_FEATURE_HTTPD_USE_SENDFILE
instead of read/write loop.
config KEMBTK_BUSYB_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
- bool "Support reloading of global config file on HUP signal"
- depends on KEMBTK_BUSYB_HTTPD
- help
- This option enables processing of SIGHUP to reload cached
- configuration settings.
+ bool "Support reloading of global config file on HUP signal"
+ depends on KEMBTK_BUSYB_HTTPD
+ depends on EMBTK_BB_VERSION_1_13_X
+ help
+ This option enables processing of SIGHUP to reload cached
+ configuration settings.
config KEMBTK_BUSYB_FEATURE_HTTPD_SETUID
bool "Enable -u <user> option"
@@ -158,11 +173,12 @@ config KEMBTK_BUSYB_FEATURE_HTTPD_AUTH_MD5
using md5 passwords.
config KEMBTK_BUSYB_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
- bool "Support loading additional MIME types at run-time"
- depends on KEMBTK_BUSYB_HTTPD
- help
- This option enables support for additional MIME types at
- run-time to be specified in the configuration file.
+ bool "Support loading additional MIME types at run-time"
+ depends on KEMBTK_BUSYB_HTTPD
+ depends on EMBTK_BB_VERSION_1_13_X
+ help
+ This option enables support for additional MIME types at
+ run-time to be specified in the configuration file.
config KEMBTK_BUSYB_FEATURE_HTTPD_CGI
bool "Support Common Gateway Interface (CGI)"
@@ -755,7 +771,7 @@ config KEMBTK_BUSYB_FEATURE_TFTP_BLOCKSIZE
config KEMBTK_BUSYB_TFTP_DEBUG
bool "Enable debug"
- depends on KEMBTK_BUSYB_TFTP
+ depends on KEMBTK_BUSYB_TFTP || KEMBTK_BUSYB_TFTPD
help
Enable debug settings for tftp. This is useful if you're running
into problems with tftp as the protocol doesn't help you much when
@@ -770,7 +786,7 @@ config KEMBTK_BUSYB_FEATURE_TRACEROUTE_VERBOSE
bool "Enable verbose output"
depends on KEMBTK_BUSYB_TRACEROUTE
help
- Add some verbosity to traceroute. This includes amongst other things
+ Add some verbosity to traceroute. This includes among other things
hostnames and ICMP response types.
config KEMBTK_BUSYB_FEATURE_TRACEROUTE_SOURCE_ROUTE
@@ -784,10 +800,20 @@ config KEMBTK_BUSYB_FEATURE_TRACEROUTE_USE_ICMP
bool "Use ICMP instead of UDP"
depends on KEMBTK_BUSYB_TRACEROUTE
help
- Add feature to allow for ICMP KEMBTK_BUSYB_ECHO instead of UDP datagrams.
+ Add option -I to use ICMP KEMBTK_BUSYB_ECHO instead of UDP datagrams.
source packages/busybox/busybox-kconfigs/busybox-networking-udhcp.kconfig
+config KEMBTK_BUSYB_IFUPDOWN_UDHCPC_CMD_OPTIONS
+ string "ifup udhcpc command line options"
+ default "-R -n"
+ depends on KEMBTK_BUSYB_IFUPDOWN && KEMBTK_BUSYB_APP_UDHCPC
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Command line options to pass to udhcpc from ifup.
+ Intended to alter options not available in /etc/network/interfaces.
+ (IE: --syslog --background etc...)
+
config KEMBTK_BUSYB_VCONFIG
bool "vconfig"
help
@@ -836,6 +862,20 @@ config KEMBTK_BUSYB_TCPSVD
tcpsvd listens on a TCP port and runs a program for each new
connection.
+config KEMBTK_BUSYB_TUNCTL
+ bool "tunctl"
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ tunctl creates or deletes tun devices.
+
+config KEMBTK_BUSYB_FEATURE_TUNCTL_UG
+ bool "Support owner:group assignment"
+ depends on KEMBTK_BUSYB_TUNCTL
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Allow to specify owner and group of newly created interface.
+ 340 bytes of pure bloat. Say no here.
+
config KEMBTK_BUSYB_UDPSVD
bool "udpsvd"
help