Major rework of the directory structure and the entire build system.
[oweals/busybox.git] / networking / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Networking Utilities'
8
9 bool 'hostname'     CONFIG_HOSTNAME
10 bool 'ifconfig'     CONFIG_IFCONFIG
11 bool 'nc'           CONFIG_NC
12 bool 'nslookup'     CONFIG_NSLOOKUP
13 bool 'ping'         CONFIG_PING
14 bool 'route'        CONFIG_ROUTE
15 bool 'telnet'       CONFIG_TELNET
16 bool 'tftp'         CONFIG_TFTP
17 bool 'traceroute'   CONFIG_TRACEROUTE
18 bool 'wget'         CONFIG_WGET
19
20 endmenu
21