add opkg option http_timeout
authorAlexander Couzens <lynxis@fe80.eu>
Mon, 4 Dec 2017 14:41:20 +0000 (15:41 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Thu, 7 Dec 2017 12:32:20 +0000 (13:32 +0100)
commitebdfc128a7bc527c1c960eef6105b1ff91e48bdc
treebe078481982cfd2a37237670962d855c42f7bc8b
parent9f003e32721cc74431e513804845c4e174e81d7f
add opkg option http_timeout

http_timeout will append `--timeout xy` to the resulting wget
call. This is useful when using opkg update in a automatic
way and prevent long timeouts

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
libopkg/opkg_conf.c
libopkg/opkg_conf.h
libopkg/opkg_download.c