mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 12:27:30 +02:00
Added multipath routing to quagga, and close #290
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3163 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8dddc6f30b
commit
8a4030dce6
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user