diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-18 09:21:05 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-18 09:22:54 +0100 |
| commit | 2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (patch) | |
| tree | 36d7ec9a782d6879a40323aa75edb027efd89640 /package/quagga | |
| parent | 20cdd433142e49a6c9e35085565e7f2c4ce97e44 (diff) | |
| download | buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.tar.gz buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.zip | |
package/*/Config.in: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help
text of all package Config.in files, related to the formatting of the
help text: should start with a tab, then 2 spaces, then at most 62
characters.
The vast majority of warnings fixed were caused by too long lines. A
few warnings were related to spaces being used instead of a tab to
indent the help text.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/quagga')
| -rw-r--r-- | package/quagga/Config.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/package/quagga/Config.in b/package/quagga/Config.in index 4eacaf047a..98b9d3481e 100644 --- a/package/quagga/Config.in +++ b/package/quagga/Config.in @@ -2,8 +2,8 @@ config BR2_PACKAGE_QUAGGA bool "quagga" depends on BR2_USE_MMU # fork() help - Routing software suite, providing implementations of - OSPFv2, OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+. + Routing software suite, providing implementations of OSPFv2, + OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+. http://www.quagga.net/ @@ -18,11 +18,11 @@ config BR2_PACKAGE_QUAGGA_TCP_ZEBRA bool "Use TCP sockets between zebra and protocol daemons" depends on BR2_PACKAGE_QUAGGA_ZEBRA help - Use a TCP socket to communicate between zebra (supervisor) and - the different protocol daemons. + Use a TCP socket to communicate between zebra (supervisor) + and the different protocol daemons. - You'll want this enabled if zebra and the protocol daemon(s) run - on different hosts. + You'll want this enabled if zebra and the protocol daemon(s) + run on different hosts. config BR2_PACKAGE_QUAGGA_BGPD bool "BGPv4+ protocol" @@ -66,7 +66,8 @@ config BR2_PACKAGE_QUAGGA_PIMD config BR2_PACKAGE_QUAGGA_WATCHQUAGGA bool "Build watchquagga" help - Build and install watchquagga, a zebra/protocol daemon supervisor. + Build and install watchquagga, a zebra/protocol daemon + supervisor. config BR2_PACKAGE_QUAGGA_VTYSH bool "Build vtysh" |

