aboutsummaryrefslogtreecommitdiff
path: root/networking/config.in
blob: 95cda42d8aae30ba0972129f5cf373d30a527ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu_option next_comment
comment 'Networking Utilities'

bool 'apt_get'      CONFIG_APT_GET
bool 'hostname'	    CONFIG_HOSTNAME
bool 'ifconfig'	    CONFIG_IFCONFIG
bool 'nc'	    CONFIG_NC
bool 'nslookup'	    CONFIG_NSLOOKUP
bool 'ping'	    CONFIG_PING
bool 'route'	    CONFIG_ROUTE
bool 'telnet'	    CONFIG_TELNET
bool 'tftp'	    CONFIG_TFTP
bool 'traceroute'   CONFIG_TRACEROUTE
bool 'wget'	    CONFIG_WGET

endmenu