diff options
author | 2019-11-29 16:01:14 +0000 | |
---|---|---|
committer | 2019-12-05 22:08:42 +0100 | |
commit | 1c231d05fa707f5d520f144697dd27a172ef3d3d (patch) | |
tree | 6e665fc81bafd58d1f0dce710ef79f6f5625b328 | |
parent | 9b303cc63de59dee973c455b8e433421287190f6 (diff) | |
download | buildroot-1c231d05fa707f5d520f144697dd27a172ef3d3d.tar.gz buildroot-1c231d05fa707f5d520f144697dd27a172ef3d3d.tar.bz2 |
package/opkg: update the upstream URL in Config.in
Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(405)' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 10a67d886052f9bd5bbf7b459aa2e99bbafa78dc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/opkg/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Config.in b/package/opkg/Config.in index 20f6fa2f53..1f6a39343f 100644 --- a/package/opkg/Config.in +++ b/package/opkg/Config.in @@ -17,7 +17,7 @@ config BR2_PACKAGE_OPKG conforms to a subset of debian's policy manual regarding control files. - http://code.google.com/p/opkg/ + https://code.google.com/archive/p/opkg/ if BR2_PACKAGE_OPKG |