[packages] quagga: Enable building of all daemons in SDK
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cdba79cd00
commit
d3e10201ce
1 changed files with 11 additions and 0 deletions
11
Makefile
11
Makefile
|
@ -149,6 +149,17 @@ define Package/quagga-ripngd/conffiles
|
||||||
/etc/quagga/ripngd.conf
|
/etc/quagga/ripngd.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifneq ($(SDK),)
|
||||||
|
CONFIG_PACKAGE_quagga-libzebra:=m
|
||||||
|
CONFIG_PACKAGE_quagga-libospf:=m
|
||||||
|
CONFIG_PACKAGE_quagga-bgpd:=m
|
||||||
|
CONFIG_PACKAGE_quagga-isisd:=m
|
||||||
|
CONFIG_PACKAGE_quagga-ospf6d:=m
|
||||||
|
CONFIG_PACKAGE_quagga-ripd:=m
|
||||||
|
CONFIG_PACKAGE_quagga-ripngd:=m
|
||||||
|
CONFIG_PACKAGE_quagga-vtysh:=m
|
||||||
|
endif
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--localstatedir=/var/run/quagga \
|
--localstatedir=/var/run/quagga \
|
||||||
--sysconfdir=/etc/quagga/ \
|
--sysconfdir=/etc/quagga/ \
|
||||||
|
|
Loading…
Reference in a new issue