[PATCH] netifd: allow disabling rule/rule6 config sections

2021-12-02 Thread Vladislav Grigoryev
Allow disabling IP rules similar to routes: https://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=327da9895327bc56b23413ee91a6e6b6e0e4329d Signed-off-by: Vladislav Grigoryev --- iprule.c | 5 + 1 file changed, 5 insertions(+) diff --git a/iprule.c b/iprule.c index c3a629f..b9e16a5

[PATCH] jsonfilter: update makefile url

2021-09-01 Thread Vladislav Grigoryev
Specify URL as PKG_SOURCE_URL in the jsonfilter Makefile. Signed-off-by: Vladislav Grigoryev --- package/utils/jsonfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/jsonfilter/Makefile b/package/utils/jsonfilter/Makefile index 6b7557b38c

[PATCH] libopkg: support https_proxy

2021-08-31 Thread Vladislav Grigoryev
Add support for https_proxy since feeds switched to HTTPS. In general case, https_proxy may not match http_proxy. Process http_proxy, https_proxy, and ftp_proxy separately. Signed-off-by: Vladislav Grigoryev --- libopkg/opkg_conf.c | 1 + libopkg/opkg_conf.h | 1 + libopkg