openwrt/package
Michael Heimpold 268b5bec80 mbedtls: Kconfig option to enable/disable debug functions
This introduces a new Kconfig option to switch on/off mbedtls' support
for debug functions.

The idea behind is to inspect TLS traffic with Wireshark for debug
purposes. At the moment, there is no native or 'nice' support for
this, but at
68aea15833
an example implementation can be found which uses the debug functions
of the library. However, this requires to have this debug stuff enabled
in the library, but at the moment it is staticly patched out.

So this patch removes the static part from the configuration patch
and introduces a dynamic config file editing during build.

When enabled, this heavily increases the library size, so I added
a warning in the Kconfig help section.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-01-27 01:04:53 +01:00
..
base-files base-files: sysupgrade: support additional mtd options 2019-01-26 21:46:32 +01:00
boot uboot-imx6: Bump to 2019.01 2019-01-26 21:46:32 +01:00
devel perf: replace libelf1 dependency with libelf 2019-01-24 12:56:11 +01:00
firmware ipq-wifi: add support for Linksys EA6350v3 2019-01-26 21:42:57 +01:00
kernel kernel: add kmod-usb-gadget-cdc-composite 2019-01-27 01:04:37 +01:00
libs mbedtls: Kconfig option to enable/disable debug functions 2019-01-27 01:04:53 +01:00
network ppp: update to version 2.4.7.git-2018-06-23 2019-01-25 14:55:46 +01:00
system mtd: add logic for TP-Link ramips recovery magic 2019-01-26 21:46:32 +01:00
utils e2fsprogs: Update to 1.44.5 2019-01-26 23:11:49 +01:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00