summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-openwrt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/building-frr-for-openwrt.rst')
-rw-r--r--doc/developer/building-frr-for-openwrt.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer/building-frr-for-openwrt.rst b/doc/developer/building-frr-for-openwrt.rst
index b9be1b5226..5d8f82f27e 100644
--- a/doc/developer/building-frr-for-openwrt.rst
+++ b/doc/developer/building-frr-for-openwrt.rst
@@ -9,7 +9,7 @@ For Debian based distributions, run:
::
sudo apt-get install git build-essential libssl-dev libncurses5-dev \
- unzip gawk zlib1g-dev subversion mercurial
+ unzip zlib1g-dev subversion mercurial
For other environments, instructions can be found in the
`official documentation
@@ -63,10 +63,10 @@ Usage
-----
Edit ``/usr/sbin/frr.init`` and add/remove the daemons name in section
-``DAEMONS=`` or don't install unneded packages For example: zebra bgpd ldpd
+``DAEMONS=`` or don't install unneeded packages For example: zebra bgpd ldpd
isisd nhrpd ospfd ospf6d pimd ripd ripngd
-Enable the serivce
+Enable the service
^^^^^^^^^^^^^^^^^^
- ``service frr enable``