commit | d96f9ffaeac6ebb5b897c318b82fcb37c3ee81c2 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Tue Jul 22 14:24:49 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:58 2015 +0100 |
tree | c940085a941b08731ea08b0e087b3b78a829b0b4 | |
parent | b240297cfea37f7a6608cac9fd2ae4848fe88e3f [diff] [blame] |
pimd: Recipe for building without vtysh.
diff --git a/pimd/quagga-build-no-vtysh.sh b/pimd/quagga-build-no-vtysh.sh new file mode 100755 index 0000000..22e084e --- /dev/null +++ b/pimd/quagga-build-no-vtysh.sh
@@ -0,0 +1,10 @@ +#! /bin/bash +# +# Build minimum Quagga needed for pimd. +# +# Run from quagga's top dir as: +# ./pimd/quagga-build.sh +# +# $QuaggaId: $Format:%an, %ai, %h$ $ + +./pimd/quagga-memtypes.sh && ./pimd/quagga-bootstrap.sh && ./pimd/quagga-configure-no-vtysh.sh && make