aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit9309365917156e7dc01c10dfdb2297bd712c7c55 (patch)
treef5a25ca720efb1cfec569b1d27be34ee5d7615c5 /package/quagga/Config.in
parent3095da757f6e73b326223651187df77a30a49e35 (diff)
downloadmaster-187ad058-9309365917156e7dc01c10dfdb2297bd712c7c55.tar.gz
master-187ad058-9309365917156e7dc01c10dfdb2297bd712c7c55.tar.bz2
master-187ad058-9309365917156e7dc01c10dfdb2297bd712c7c55.zip
split off libospf from quagga-ospf(6)d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/quagga/Config.in')
-rw-r--r--package/quagga/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
index df13bb8448..87233d1103 100644
--- a/package/quagga/Config.in
+++ b/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