mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 10:03:08 +00:00
The provided Config.in was never sourced from the Makefile, making it impossible to toggle TLS support. This commit adds the necessary Makefile glue to fix this. Also default to TLS disabled, as was the de-facto case since Config.in was never sourced (and thus the default 'y' never enabled). Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>