diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-23 02:07:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-23 02:07:14 +0000 |
commit | 39b681343bee81fb7c31fd06e4dc5343bcef1292 (patch) | |
tree | 9f5896b38ed4c9069da747e1987eb5220677ade5 /networking/Config.in | |
parent | f6107c7e885da0f952569252798b7fc6b4d46411 (diff) | |
download | busybox-w32-39b681343bee81fb7c31fd06e4dc5343bcef1292.tar.gz busybox-w32-39b681343bee81fb7c31fd06e4dc5343bcef1292.tar.bz2 busybox-w32-39b681343bee81fb7c31fd06e4dc5343bcef1292.zip |
tunctl: new applet by Vladimir
function old new delta
tunctl_main - 371 +371
packed_usage 25669 25799 +130
applet_names 1981 1988 +7
applet_main 1192 1196 +4
applet_nameofs 596 598 +2
applet_install_loc 149 150 +1
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 5/0 up/down: 515/0) Total: 515 bytes
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 00a07b479..b3d07e63c 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -920,6 +920,20 @@ config TCPSVD | |||
920 | tcpsvd listens on a TCP port and runs a program for each new | 920 | tcpsvd listens on a TCP port and runs a program for each new |
921 | connection. | 921 | connection. |
922 | 922 | ||
923 | config TUNCTL | ||
924 | bool "tunctl" | ||
925 | default n | ||
926 | help | ||
927 | tunctl creates or deletes tun devices. | ||
928 | |||
929 | config FEATURE_TUNCTL_UG | ||
930 | bool "Support owner:group assignment" | ||
931 | default n | ||
932 | depends on TUNCTL | ||
933 | help | ||
934 | Allow to specify owner and group of newly created interface. | ||
935 | 340 bytes of pure bloat. Say no here. | ||
936 | |||
923 | config UDPSVD | 937 | config UDPSVD |
924 | bool "udpsvd" | 938 | bool "udpsvd" |
925 | default n | 939 | default n |