aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/Config.in
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-07-22 18:37:50 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2021-07-26 18:25:13 +0300
commit45c8cc9d8a7b80e9405009765b28a519a5c04e51 (patch)
tree9c2af1f86fde16b91ef5cd78aafebcae75c60457 /net/openvswitch/Config.in
parent9b86d46d3ca2b20f303cb103d8693b1aace7a399 (diff)
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 <stijn@linux-ipv6.be>
Diffstat (limited to 'net/openvswitch/Config.in')
-rw-r--r--net/openvswitch/Config.in8
1 files changed, 8 insertions, 0 deletions
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