summaryrefslogtreecommitdiff
path: root/openwrt/package/quagga/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-17 22:14:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-17 22:14:32 +0000
commit2062ba52c0f70a3a7559ea8088296d095cee93b2 (patch)
treea185544cd160bd249fc517905c17469960a78f75 /openwrt/package/quagga/Config.in
parentb9fc72aa920237b738df1e23d6dc532acc0688ca (diff)
downloadmtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.zip
mtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.tar.gz
mtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.tar.bz2
split off libospf from quagga-ospf(6)d
SVN-Revision: 1490
Diffstat (limited to 'openwrt/package/quagga/Config.in')
-rw-r--r--openwrt/package/quagga/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/quagga/Config.in b/openwrt/package/quagga/Config.in
index df13bb8..87233d1 100644
--- a/openwrt/package/quagga/Config.in
+++ b/openwrt/package/quagga/Config.in
@@ -21,9 +21,18 @@ config BR2_PACKAGE_QUAGGA_BGPD
A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
software.
+config BR2_PACKAGE_LIBOSPF
+ depends BR2_PACKAGE_QUAGGA
+ prompt "libospf - OSPF support library"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ An OSPFv2 routing engine for use with Quagga routing software.
+
config BR2_PACKAGE_QUAGGA_OSPFD
depends BR2_PACKAGE_QUAGGA
prompt "...-ospfd - OSPFv2 routing engine"
+ select BR2_PACKAGE_LIBOSPF
tristate
default m if CONFIG_DEVEL
help
@@ -32,6 +41,7 @@ config BR2_PACKAGE_QUAGGA_OSPFD
config BR2_PACKAGE_QUAGGA_OSPF6D
depends BR2_PACKAGE_QUAGGA
prompt "...-ospf6d - OSPFv3 routing engine"
+ select BR2_PACKAGE_LIBOSPF
tristate
default m if CONFIG_DEVEL
help