quagga: fix typo s/BPG/BGP/
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Nov 2016 20:54:35 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Nov 2016 20:55:03 +0000 (21:55 +0100)
Fixes bug #9431.

Reported-by: xichaoli <xichao@sina.cn>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/quagga/Config.in

index 56b8cad93c6233f73a8af18a4d15d9d5f36365d7..4eacaf047a8d38bfa4fdf11d92fd71b48ce44ab5 100644 (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"