diff options
author | Matt Weber <matthew.weber@rockwellcollins.com> | 2018-09-20 08:24:53 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-20 22:20:55 +0200 |
commit | 4bdb24c5d95ad1ec5f656ed135d34eabc9e90199 (patch) | |
tree | 7681e8c7abb69c3bf9fd3420883019bbcd2b4d7c | |
parent | 98350254765ff84c9e24828316eecf039778b72d (diff) | |
download | buildroot-4bdb24c5d95ad1ec5f656ed135d34eabc9e90199.tar.gz buildroot-4bdb24c5d95ad1ec5f656ed135d34eabc9e90199.zip |
package/bandwidthd: put upstream URL on separate lines in Config.in help
Allows scripting of URL checking to be simplier
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/bandwidthd/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/bandwidthd/Config.in b/package/bandwidthd/Config.in index a503da43ff..8a19733c2c 100644 --- a/package/bandwidthd/Config.in +++ b/package/bandwidthd/Config.in @@ -25,8 +25,10 @@ config BR2_PACKAGE_BANDWIDTHD available on github that works on making BandwidthD's build process more compatible with buildroot's. - Upstream: http://bandwidthd.sourceforge.net/ - Github fork: http://github.com/nroach44/bandwidthd + Upstream: + http://bandwidthd.sourceforge.net/ + Github fork: + http://github.com/nroach44/bandwidthd if BR2_PACKAGE_BANDWIDTHD |