summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-05-05 10:08:06 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-11 23:26:49 +0200
commit4db9bbb475daf96e1d5638b8cbee096691672a55 (patch)
treee92393f4c16ca270ed93875f5c8979ba4e025d33 /package/busybox
parent0896e3ed644a37bde3b7ad7786f0f7b4df7d25a4 (diff)
downloadbuildroot-4db9bbb475daf96e1d5638b8cbee096691672a55.tar.gz
buildroot-4db9bbb475daf96e1d5638b8cbee096691672a55.zip
package/b*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter b in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 7eb7eb9639..116a72e945 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -2,8 +2,8 @@ config BR2_PACKAGE_BUSYBOX
bool "BusyBox"
default y
help
- The Swiss Army Knife of embedded Linux. It slices, it dices, it
- makes Julian Fries.
+ The Swiss Army Knife of embedded Linux. It slices, it dices,
+ it makes Julian Fries.
http://busybox.net/
@@ -15,10 +15,12 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
string "BusyBox configuration file to use?"
default "package/busybox/busybox.config"
help
- Some people may wish to use their own modified BusyBox configuration
- file, and will specify their config file location with this option.
+ Some people may wish to use their own modified BusyBox
+ configuration file, and will specify their config file
+ location with this option.
- Most people will just use the default BusyBox configuration file.
+ Most people will just use the default BusyBox configuration
+ file.
config BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES
string "Additional BusyBox configuration fragment files"
OpenPOWER on IntegriCloud