diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2017-05-30 19:01:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-30 23:20:12 +0200 |
commit | 5bd7415e244ef9469d4b54b8d41d4a8b54e58e5f (patch) | |
tree | 5135d342caeddb0cf66d969f28b7e3f08b80feb5 | |
parent | cbd29d0ad454328bcdb450d6ada423e7f5cb3b10 (diff) | |
download | buildroot-5bd7415e244ef9469d4b54b8d41d4a8b54e58e5f.tar.gz buildroot-5bd7415e244ef9469d4b54b8d41d4a8b54e58e5f.zip |
rtl8188eu: fix help text format
Warning reported by check-package.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rtl8188eu/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/rtl8188eu/Config.in b/package/rtl8188eu/Config.in index 09cde24a0f..9263802e09 100644 --- a/package/rtl8188eu/Config.in +++ b/package/rtl8188eu/Config.in @@ -4,14 +4,14 @@ config BR2_PACKAGE_RTL8188EU help A standalone driver for the RTL8188EU USB Wi-Fi adapter. This is needed only for Linux kernels before 3.12. - Since 3.12, there is a (staging) driver in mainline, with a similar - codebase. + Since 3.12, there is a (staging) driver in mainline, with a + similar codebase. - Make sure your target kernel has the CONFIG_WIRELESS_EXT config - option enabled. + Make sure your target kernel has the CONFIG_WIRELESS_EXT + config option enabled. - Note: this package needs a firmware loading mechanism to load the - binary blob for the chip to work. + Note: this package needs a firmware loading mechanism to load + the binary blob for the chip to work. https://github.com/lwfinger/rtl8188eu |