diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-05-25 17:15:39 +0000 |
commit | 730226709b5aff5800c938b5bae7c9fd86cffeb0 (patch) | |
tree | 0f3d3144dd3e93a0865e6f391a65a5cb6fad136a /package/busybox/config/networking/Config.in | |
parent | 45f61a72684e63899f81c51171b650933e2ea2e7 (diff) | |
download | upstream-730226709b5aff5800c938b5bae7c9fd86cffeb0.tar.gz upstream-730226709b5aff5800c938b5bae7c9fd86cffeb0.tar.bz2 upstream-730226709b5aff5800c938b5bae7c9fd86cffeb0.zip |
[package] busybox: update to v1.13.4 (closes: #4279)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/networking/Config.in')
-rw-r--r-- | package/busybox/config/networking/Config.in | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 76630852b7..de7484aa99 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -641,7 +641,7 @@ config BUSYBOX_CONFIG_FEATURE_NETSTAT_WIDE config BUSYBOX_CONFIG_FEATURE_NETSTAT_PRG bool "Enable PID/Program name output" - default n + default y depends on BUSYBOX_CONFIG_NETSTAT help Add support for -p flag to print out PID and program name. @@ -687,18 +687,6 @@ config BUSYBOX_CONFIG_ROUTE help Route displays or manipulates the kernel's IP routing tables. -config BUSYBOX_CONFIG_SENDMAIL - bool "sendmail" - default n - help - Barebones sendmail. - -config BUSYBOX_CONFIG_FETCHMAIL - bool "fetchmail" - default n - help - Barebones fetchmail. - config BUSYBOX_CONFIG_SLATTACH bool "slattach" default n @@ -706,6 +694,16 @@ config BUSYBOX_CONFIG_SLATTACH slattach is a small utility to attach network interfaces to serial lines. +#config TC +# bool "tc" +# default n +# help +# show / manipulate traffic control settings +# +#config FEATURE_TC_INGRESS +# def_bool n +# depends on TC + config BUSYBOX_CONFIG_TELNET bool "telnet" default y @@ -826,7 +824,7 @@ config BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE Allow tftp to specify block size, and tftpd to understand "blksize" option. -config BUSYBOX_CONFIG_DEBUG_TFTP +config BUSYBOX_CONFIG_TFTP_DEBUG bool "Enable debug" default n depends on BUSYBOX_CONFIG_TFTP |