aboutsummaryrefslogtreecommitdiff
path: root/networking/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/config.in')
-rw-r--r--networking/config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/networking/config.in b/networking/config.in
new file mode 100644
index 000000000..577d925c3
--- /dev/null
+++ b/networking/config.in
@@ -0,0 +1,21 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Networking Utilities'
8
9bool 'hostname' CONFIG_HOSTNAME
10bool 'ifconfig' CONFIG_IFCONFIG
11bool 'nc' CONFIG_NC
12bool 'nslookup' CONFIG_NSLOOKUP
13bool 'ping' CONFIG_PING
14bool 'route' CONFIG_ROUTE
15bool 'telnet' CONFIG_TELNET
16bool 'tftp' CONFIG_TFTP
17bool 'traceroute' CONFIG_TRACEROUTE
18bool 'wget' CONFIG_WGET
19
20endmenu
21