add opkg option http_timeout
[project/opkg-lede.git] / libopkg / opkg_conf.h
index b63a1e6fdf7211af13367db377082e2ba8b36ee7..37f95a1a9935d673cbba5f786d58c150a74e2fa7 100644 (file)
@@ -92,6 +92,7 @@ struct opkg_conf {
 
        /* proxy options */
        char *http_proxy;
+       char *http_timeout;
        char *ftp_proxy;
        char *no_proxy;
        char *proxy_user;