Bug 9431 - A misspelling
Summary: A misspelling
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.08
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 05:43 UTC by xichaoli
Modified: 2016-11-25 20:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Look at the red circle marked place. (9.58 KB, image/png)
2016-11-18 05:43 UTC, xichaoli
Details

Note You need to log in before you can comment on or make changes to this bug.
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.