projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
split off libospf from quagga-ospf(6)d
[openwrt.git]
/
openwrt
/
package
/
quagga
/
Config.in
diff --git
a/openwrt/package/quagga/Config.in
b/openwrt/package/quagga/Config.in
index
df13bb8
..
87233d1
100644
(file)
--- 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.
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"
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
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"
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
tristate
default m if CONFIG_DEVEL
help
This page took
0.020005 seconds
and
4
git commands to generate.