summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-06 12:19:57 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-06 12:19:57 +0000
commit8a4030dce62011bd84f61a6fce63292417912652 (patch)
tree21f77a9b217f5a0f1525c1a5ad685a919895fc9f
parent8dddc6f30bc797eb55e4a6d10f5bd0adc0582623 (diff)
Added multipath routing to quagga, and close #290
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3163 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/quagga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/quagga/Makefile b/openwrt/package/quagga/Makefile
index a1cc12268..8b8555580 100644
--- a/openwrt/package/quagga/Makefile
+++ b/openwrt/package/quagga/Makefile
@@ -60,6 +60,7 @@ $(PKG_BUILD_DIR)/.configured:
--enable-vtysh \
--enable-user=quagga \
--enable-group=quagga \
+ --enable-multipath=8 \
);
touch $@
@@ -81,7 +82,7 @@ $(IPKG_QUAGGA):
install -d -m0755 $(IDIR_QUAGGA)/etc/init.d/
install -m0755 ./files/quagga.init $(IDIR_QUAGGA)/etc/init.d/quagga
ln -sf quagga $(IDIR_QUAGGA)/etc/init.d/S49quagga
- install -m0755 $(IDIR_QUAGGA)/var/run/quagga
+ install -d -m0755 $(IDIR_QUAGGA)/var/run/quagga
$(RSTRIP) $(IDIR_QUAGGA)
$(IPKG_BUILD) $(IDIR_QUAGGA) $(PACKAGE_DIR)