summaryrefslogtreecommitdiffstats
path: root/rules/quagga.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-09-09 13:27:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-09 13:27:35 +0200
commitb4e501698c72cefa9515078e0c84e0897a0f18c2 (patch)
treefb2067c43930eb23ba2f3c43506aa5dfc2e9f8e0 /rules/quagga.in
parent82d0922b7dd8a1ce0875c9e543427d066d5c77b0 (diff)
downloadptxdist-b4e501698c72cefa9515078e0c84e0897a0f18c2.tar.gz
ptxdist-b4e501698c72cefa9515078e0c84e0897a0f18c2.tar.xz
quagga: add missing dependency
ospfclient needs libospf, which is only build if ospfd is enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/quagga.in')
-rw-r--r--rules/quagga.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/quagga.in b/rules/quagga.in
index 9db68ec53..6858ebb39 100644
--- a/rules/quagga.in
+++ b/rules/quagga.in
@@ -56,6 +56,7 @@ config QUAGGA_RIPNGD
config QUAGGA_OSPF
bool
default y
+ select QUAGGA_OSPFD
prompt "Install ospfclient"
help
Disable the ospfclient component if you do not need it