From 45c8cc9d8a7b80e9405009765b28a519a5c04e51 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 22 Jul 2021 18:37:50 +0300 Subject: openvswitch: make libunbound optional Installing openvswitch on an x86/64 snapshot image pulls in a bunch of dependencies, good for a total size of 3648406 byte. Disabling libunbound reduces that with 559941 byte, for a total of 3088465 byte. This is quite a big reduction for a small tradeoff: without libunbound, hostnames can not be used to specify OpenFlow managers or controllers. Signed-off-by: Stijn Tintel --- net/openvswitch/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/openvswitch/Config.in (limited to 'net/openvswitch/Config.in') diff --git a/net/openvswitch/Config.in b/net/openvswitch/Config.in new file mode 100644 index 000000000..ba17072f8 --- /dev/null +++ b/net/openvswitch/Config.in @@ -0,0 +1,8 @@ +menu "Configuration" + depends on PACKAGE_openvswitch + + config OPENVSWITCH_WITH_LIBUNBOUND + bool + default y + prompt "Build with libunbound library." +endmenu -- cgit v1.2.3