diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 49 |
1 files changed, 7 insertions, 42 deletions
diff --git a/networking/Config.src b/networking/Config.src index da36e8627..43ccbf385 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -533,6 +533,13 @@ config FEATURE_IP_ROUTE | |||
533 | help | 533 | help |
534 | Add support for routing table management to "ip". | 534 | Add support for routing table management to "ip". |
535 | 535 | ||
536 | config FEATURE_IP_ROUTE_DIR | ||
537 | string "ip route configuration directory" | ||
538 | default "/etc/iproute2" | ||
539 | depends on FEATURE_IP_ROUTE | ||
540 | help | ||
541 | Location of the "ip" applet routing configuration. | ||
542 | |||
536 | config FEATURE_IP_TUNNEL | 543 | config FEATURE_IP_TUNNEL |
537 | bool "ip tunnel" | 544 | bool "ip tunnel" |
538 | default y | 545 | default y |
@@ -947,48 +954,6 @@ config VCONFIG | |||
947 | help | 954 | help |
948 | Creates, removes, and configures VLAN interfaces | 955 | Creates, removes, and configures VLAN interfaces |
949 | 956 | ||
950 | config WGET | ||
951 | bool "wget" | ||
952 | default y | ||
953 | help | ||
954 | wget is a utility for non-interactive download of files from HTTP | ||
955 | and FTP servers. | ||
956 | |||
957 | config FEATURE_WGET_STATUSBAR | ||
958 | bool "Enable a nifty process meter (+2k)" | ||
959 | default y | ||
960 | depends on WGET | ||
961 | help | ||
962 | Enable the transfer progress bar for wget transfers. | ||
963 | |||
964 | config FEATURE_WGET_AUTHENTICATION | ||
965 | bool "Enable HTTP authentication" | ||
966 | default y | ||
967 | depends on WGET | ||
968 | help | ||
969 | Support authenticated HTTP transfers. | ||
970 | |||
971 | config FEATURE_WGET_LONG_OPTIONS | ||
972 | bool "Enable long options" | ||
973 | default y | ||
974 | depends on WGET && LONG_OPTS | ||
975 | help | ||
976 | Support long options for the wget applet. | ||
977 | |||
978 | config FEATURE_WGET_TIMEOUT | ||
979 | bool "Enable timeout option -T SEC" | ||
980 | default y | ||
981 | depends on WGET | ||
982 | help | ||
983 | Supports network read and connect timeouts for wget, | ||
984 | so that wget will give up and timeout, through the -T | ||
985 | command line option. | ||
986 | |||
987 | Currently only connect and network data read timeout are | ||
988 | supported (i.e., timeout is not applied to the DNS query). When | ||
989 | FEATURE_WGET_LONG_OPTIONS is also enabled, the --timeout option | ||
990 | will work in addition to -T. | ||
991 | |||
992 | config ZCIP | 957 | config ZCIP |
993 | bool "zcip" | 958 | bool "zcip" |
994 | default y | 959 | default y |