From: Thomas Petazzoni Date: Fri, 25 Nov 2016 20:54:35 +0000 (+0100) Subject: quagga: fix typo s/BPG/BGP/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c029a7acc2023d171aafd3e9f546a950c8c3264;p=buildroot.git quagga: fix typo s/BPG/BGP/ Fixes bug #9431. Reported-by: xichaoli Signed-off-by: Thomas Petazzoni --- diff --git a/package/quagga/Config.in b/package/quagga/Config.in index 56b8cad93c..4eacaf047a 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"