diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-27 23:15:22 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-27 23:15:22 +0100 |
| commit | f6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec (patch) | |
| tree | 351eb822e35a362ea41bb7bbd8fccae0890a93ad | |
| parent | 99069330a104e6d360635174be5f5ed054c418b8 (diff) | |
| parent | 45cec1ee894e5203c298c094cd37b22c470d041d (diff) | |
| download | busybox-w32-f6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec.tar.gz busybox-w32-f6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec.tar.bz2 busybox-w32-f6b29a2dc9fc4e3c0cf8cd0c2ac6e674d47480ec.zip | |
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
| -rw-r--r-- | coreutils/Config.in | 8 | ||||
| -rw-r--r-- | networking/Config.in | 56 |
2 files changed, 36 insertions, 28 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index fe481ffe1..297f4655d 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
| @@ -183,6 +183,10 @@ config FEATURE_DF_FANCY | |||
| 183 | help | 183 | help |
| 184 | This option enables -a, -i and -B. | 184 | This option enables -a, -i and -B. |
| 185 | 185 | ||
| 186 | -a Show all filesystems | ||
| 187 | -i Inodes | ||
| 188 | -B <SIZE> Blocksize | ||
| 189 | |||
| 186 | config DIRNAME | 190 | config DIRNAME |
| 187 | bool "dirname" | 191 | bool "dirname" |
| 188 | default n | 192 | default n |
| @@ -682,6 +686,10 @@ config FEATURE_FANCY_TAIL | |||
| 682 | The options (-q, -s, and -v) are provided by GNU tail, but | 686 | The options (-q, -s, and -v) are provided by GNU tail, but |
| 683 | are not specific in the SUSv3 standard. | 687 | are not specific in the SUSv3 standard. |
| 684 | 688 | ||
| 689 | -q Never output headers giving file names | ||
| 690 | -s SEC Wait SEC seconds between reads with -f | ||
| 691 | -v Always output headers giving file names | ||
| 692 | |||
| 685 | config TEE | 693 | config TEE |
| 686 | bool "tee" | 694 | bool "tee" |
| 687 | default n | 695 | default n |
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 | ||
| 740 | config 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 | |||
| 740 | config TELNET | 747 | config 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 | ||
| 939 | config TUNCTL | ||
| 940 | bool "tunctl" | ||
| 941 | default n | ||
| 942 | help | ||
| 943 | tunctl creates or deletes tun devices. | ||
| 944 | |||
| 945 | config 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 | |||
| 932 | source networking/udhcp/Config.in | 953 | source networking/udhcp/Config.in |
| 933 | 954 | ||
| 934 | config IFUPDOWN_UDHCPC_CMD_OPTIONS | 955 | config 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 | ||
| 964 | config 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 | |||
| 943 | config VCONFIG | 971 | config 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 | ||
| 989 | config 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 | |||
| 996 | config TUNCTL | ||
| 997 | bool "tunctl" | ||
| 998 | default n | ||
| 999 | help | ||
| 1000 | tunctl creates or deletes tun devices. | ||
| 1001 | |||
| 1002 | config 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 | |||
| 1010 | config 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 | |||
| 1017 | endmenu | 1017 | endmenu |
