diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-17 22:14:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-17 22:14:32 +0000 |
commit | 5f8cbd6c0379d55b3bdea681fc8f2d17649ad5eb (patch) | |
tree | a185544cd160bd249fc517905c17469960a78f75 /openwrt/package/quagga/Config.in | |
parent | 28beee46f50ca1134d44f449edd39d77acfc45fb (diff) |
split off libospf from quagga-ospf(6)d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/quagga/Config.in')
-rw-r--r-- | openwrt/package/quagga/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/quagga/Config.in b/openwrt/package/quagga/Config.in index df13bb8448..87233d1103 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 |