Bug 9431

Summary: A misspelling
Product: buildroot Reporter: xichaoli <xichao>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Look at the red circle marked place.

Description xichaoli 2016-11-18 05:43:39 UTC
Created attachment 6806 [details]
Look at the red circle marked place.

I found a misspelling in file: package/quagga/Config.in

Here is my comparison after the change:

xxx:~/buildroot-2016.08/package/quagga$ diff Config.in Config.in-ok 
28c28
< 	bool "BPGv4+ protocol"
---
> 	bool "BGPv4+ protocol"
30c30
< 	  Build bpgd daemon.
---
> 	  Build bgpd daemon.
Comment 1 Thomas Petazzoni 2016-11-25 20:55:57 UTC
Thanks for the report. Fixed in https://git.buildroot.org/buildroot/commit/?id=0c029a7acc2023d171aafd3e9f546a950c8c3264.