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>
This commit is contained in:
Thomas Petazzoni 2016-11-25 21:54:35 +01:00
parent 1683c91c12
commit 0c029a7acc

View File

@ -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"