Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
This commit is contained in:
commit
f6b29a2dc9
@ -183,6 +183,10 @@ config FEATURE_DF_FANCY
|
|||||||
help
|
help
|
||||||
This option enables -a, -i and -B.
|
This option enables -a, -i and -B.
|
||||||
|
|
||||||
|
-a Show all filesystems
|
||||||
|
-i Inodes
|
||||||
|
-B <SIZE> Blocksize
|
||||||
|
|
||||||
config DIRNAME
|
config DIRNAME
|
||||||
bool "dirname"
|
bool "dirname"
|
||||||
default n
|
default n
|
||||||
@ -682,6 +686,10 @@ config FEATURE_FANCY_TAIL
|
|||||||
The options (-q, -s, and -v) are provided by GNU tail, but
|
The options (-q, -s, and -v) are provided by GNU tail, but
|
||||||
are not specific in the SUSv3 standard.
|
are not specific in the SUSv3 standard.
|
||||||
|
|
||||||
|
-q Never output headers giving file names
|
||||||
|
-s SEC Wait SEC seconds between reads with -f
|
||||||
|
-v Always output headers giving file names
|
||||||
|
|
||||||
config TEE
|
config TEE
|
||||||
bool "tee"
|
bool "tee"
|
||||||
default n
|
default n
|
||||||
|
@ -737,6 +737,13 @@ config SLATTACH
|
|||||||
# def_bool n
|
# def_bool n
|
||||||
# depends on TC
|
# depends on TC
|
||||||
|
|
||||||
|
config TCPSVD
|
||||||
|
bool "tcpsvd"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
tcpsvd listens on a TCP port and runs a program for each new
|
||||||
|
connection.
|
||||||
|
|
||||||
config TELNET
|
config TELNET
|
||||||
bool "telnet"
|
bool "telnet"
|
||||||
default n
|
default n
|
||||||
@ -929,6 +936,20 @@ config FEATURE_TRACEROUTE_USE_ICMP
|
|||||||
help
|
help
|
||||||
Add option -I to use ICMP ECHO instead of UDP datagrams.
|
Add option -I to use ICMP ECHO instead of UDP datagrams.
|
||||||
|
|
||||||
|
config TUNCTL
|
||||||
|
bool "tunctl"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
tunctl creates or deletes tun devices.
|
||||||
|
|
||||||
|
config FEATURE_TUNCTL_UG
|
||||||
|
bool "Support owner:group assignment"
|
||||||
|
default n
|
||||||
|
depends on TUNCTL
|
||||||
|
help
|
||||||
|
Allow to specify owner and group of newly created interface.
|
||||||
|
340 bytes of pure bloat. Say no here.
|
||||||
|
|
||||||
source networking/udhcp/Config.in
|
source networking/udhcp/Config.in
|
||||||
|
|
||||||
config IFUPDOWN_UDHCPC_CMD_OPTIONS
|
config IFUPDOWN_UDHCPC_CMD_OPTIONS
|
||||||
@ -940,6 +961,13 @@ config IFUPDOWN_UDHCPC_CMD_OPTIONS
|
|||||||
Intended to alter options not available in /etc/network/interfaces.
|
Intended to alter options not available in /etc/network/interfaces.
|
||||||
(IE: --syslog --background etc...)
|
(IE: --syslog --background etc...)
|
||||||
|
|
||||||
|
config UDPSVD
|
||||||
|
bool "udpsvd"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
udpsvd listens on an UDP port and runs a program for each new
|
||||||
|
connection.
|
||||||
|
|
||||||
config VCONFIG
|
config VCONFIG
|
||||||
bool "vconfig"
|
bool "vconfig"
|
||||||
default n
|
default n
|
||||||
@ -986,32 +1014,4 @@ config ZCIP
|
|||||||
See http://www.zeroconf.org for further details, and "zcip.script"
|
See http://www.zeroconf.org for further details, and "zcip.script"
|
||||||
in the busybox examples.
|
in the busybox examples.
|
||||||
|
|
||||||
config TCPSVD
|
|
||||||
bool "tcpsvd"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
tcpsvd listens on a TCP port and runs a program for each new
|
|
||||||
connection.
|
|
||||||
|
|
||||||
config TUNCTL
|
|
||||||
bool "tunctl"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
tunctl creates or deletes tun devices.
|
|
||||||
|
|
||||||
config FEATURE_TUNCTL_UG
|
|
||||||
bool "Support owner:group assignment"
|
|
||||||
default n
|
|
||||||
depends on TUNCTL
|
|
||||||
help
|
|
||||||
Allow to specify owner and group of newly created interface.
|
|
||||||
340 bytes of pure bloat. Say no here.
|
|
||||||
|
|
||||||
config UDPSVD
|
|
||||||
bool "udpsvd"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
udpsvd listens on an UDP port and runs a program for each new
|
|
||||||
connection.
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user