openvswitch: make libunbound optional 16211/head
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 22 Jul 2021 15:37:50 +0000 (18:37 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 26 Jul 2021 15:25:13 +0000 (18:25 +0300)
commit45c8cc9d8a7b80e9405009765b28a519a5c04e51
tree9c2af1f86fde16b91ef5cd78aafebcae75c60457
parent9b86d46d3ca2b20f303cb103d8693b1aace7a399
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>
net/openvswitch/Config.in [new file with mode: 0644]
net/openvswitch/Makefile