diff options
| author | Matt Weber <matthew.weber@rockwellcollins.com> | 2018-09-20 08:24:54 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-20 21:28:23 +0200 |
| commit | b7de9139e99e1957fb0bdf8540840087fd60d640 (patch) | |
| tree | f314b550e266a8979bd07fb2ba24acbf92f60624 /package/connman | |
| parent | b5411515e92d4b1d32202035bff338e783b9065b (diff) | |
| download | buildroot-b7de9139e99e1957fb0bdf8540840087fd60d640.tar.gz buildroot-b7de9139e99e1957fb0bdf8540840087fd60d640.zip | |
package/connman: simplify upstream URL
The "For more information, see" is a bit useless, and not having the
URL alone on its own line prevents scripted URL checking.
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/connman')
| -rw-r--r-- | package/connman/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/connman/Config.in b/package/connman/Config.in index 253c604e88..5177c939a4 100644 --- a/package/connman/Config.in +++ b/package/connman/Config.in @@ -14,7 +14,7 @@ config BR2_PACKAGE_CONNMAN for managing internet connections within embedded devices running the Linux operating system. - For more information, see https://01.org/connman + https://01.org/connman if BR2_PACKAGE_CONNMAN |

