aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 19:33:49 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-26 19:33:49 +0100
commit45cec1ee894e5203c298c094cd37b22c470d041d (patch)
tree87256205153a1e1a23501919ffc77c1614b0aa13
parent836f36333a5c19d515ce21ae175ca6e8e4a6eacf (diff)
downloadbusybox-w32-45cec1ee894e5203c298c094cd37b22c470d041d.tar.gz
busybox-w32-45cec1ee894e5203c298c094cd37b22c470d041d.tar.bz2
busybox-w32-45cec1ee894e5203c298c094cd37b22c470d041d.zip
Config: fix alphabetical ordering
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--networking/Config.in56
1 files changed, 28 insertions, 28 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 788e128ea..90d905ee6 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -737,6 +737,13 @@ config SLATTACH
737# def_bool n 737# def_bool n
738# depends on TC 738# depends on TC
739 739
740config TCPSVD
741 bool "tcpsvd"
742 default n
743 help
744 tcpsvd listens on a TCP port and runs a program for each new
745 connection.
746
740config TELNET 747config TELNET
741 bool "telnet" 748 bool "telnet"
742 default n 749 default n
@@ -929,6 +936,20 @@ config FEATURE_TRACEROUTE_USE_ICMP
929 help 936 help
930 Add option -I to use ICMP ECHO instead of UDP datagrams. 937 Add option -I to use ICMP ECHO instead of UDP datagrams.
931 938
939config TUNCTL
940 bool "tunctl"
941 default n
942 help
943 tunctl creates or deletes tun devices.
944
945config FEATURE_TUNCTL_UG
946 bool "Support owner:group assignment"
947 default n
948 depends on TUNCTL
949 help
950 Allow to specify owner and group of newly created interface.
951 340 bytes of pure bloat. Say no here.
952
932source networking/udhcp/Config.in 953source networking/udhcp/Config.in
933 954
934config IFUPDOWN_UDHCPC_CMD_OPTIONS 955config IFUPDOWN_UDHCPC_CMD_OPTIONS
@@ -940,6 +961,13 @@ config IFUPDOWN_UDHCPC_CMD_OPTIONS
940 Intended to alter options not available in /etc/network/interfaces. 961 Intended to alter options not available in /etc/network/interfaces.
941 (IE: --syslog --background etc...) 962 (IE: --syslog --background etc...)
942 963
964config UDPSVD
965 bool "udpsvd"
966 default n
967 help
968 udpsvd listens on an UDP port and runs a program for each new
969 connection.
970
943config VCONFIG 971config VCONFIG
944 bool "vconfig" 972 bool "vconfig"
945 default n 973 default n
@@ -986,32 +1014,4 @@ config ZCIP
986 See http://www.zeroconf.org for further details, and "zcip.script" 1014 See http://www.zeroconf.org for further details, and "zcip.script"
987 in the busybox examples. 1015 in the busybox examples.
988 1016
989config TCPSVD
990 bool "tcpsvd"
991 default n
992 help
993 tcpsvd listens on a TCP port and runs a program for each new
994 connection.
995
996config TUNCTL
997 bool "tunctl"
998 default n
999 help
1000 tunctl creates or deletes tun devices.
1001
1002config FEATURE_TUNCTL_UG
1003 bool "Support owner:group assignment"
1004 default n
1005 depends on TUNCTL
1006 help
1007 Allow to specify owner and group of newly created interface.
1008 340 bytes of pure bloat. Say no here.
1009
1010config UDPSVD
1011 bool "udpsvd"
1012 default n
1013 help
1014 udpsvd listens on an UDP port and runs a program for each new
1015 connection.
1016
1017endmenu 1017endmenu