summaryrefslogtreecommitdiff
path: root/package/quagga
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-25 21:54:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-25 21:55:03 +0100
commit0c029a7acc2023d171aafd3e9f546a950c8c3264 (patch)
tree30a50eefa4900b4943e4aec70a02a3feda9921ce /package/quagga
parent1683c91c127098326b4e94fe9a440f95c474b813 (diff)
quagga: fix typo s/BPG/BGP/
Fixes bug #9431. Reported-by: xichaoli <xichao@sina.cn> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/quagga')
-rw-r--r--package/quagga/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in
index 56b8cad93..4eacaf047 100644
--- a/package/quagga/Config.in
+++ b/package/quagga/Config.in
@@ -25,9 +25,9 @@ config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
on different hosts.
config BR2_PACKAGE_QUAGGA_BGPD
- bool "BPGv4+ protocol"
+ bool "BGPv4+ protocol"
help
- Build bpgd daemon.
+ Build bgpd daemon.
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
bool "BGP route announcement"