diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-06 12:19:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-06 12:19:57 +0000 |
commit | facc418be1cfb7056abb122fe4b858e0f1cc0dde (patch) | |
tree | 0f7a229a8fe45a83bb5390ec7094dcf1722b3eb9 /openwrt/package/quagga/Makefile | |
parent | a58b362484e618a136fa9bf7c65f8fe3034dea60 (diff) | |
download | mtk-20170518-facc418be1cfb7056abb122fe4b858e0f1cc0dde.zip mtk-20170518-facc418be1cfb7056abb122fe4b858e0f1cc0dde.tar.gz mtk-20170518-facc418be1cfb7056abb122fe4b858e0f1cc0dde.tar.bz2 |
Added multipath routing to quagga, and close #290
SVN-Revision: 3163
Diffstat (limited to 'openwrt/package/quagga/Makefile')
-rw-r--r-- | openwrt/package/quagga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/quagga/Makefile b/openwrt/package/quagga/Makefile index a1cc122..8b85555 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) |