mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/musl: add an upstream URL to Config.in
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.
[Peter: also add URL to BR2_TOOLCHAIN_BUILDROOT_MUSL help]
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 53698c9f81)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
70be6e83c7
commit
4c70bcafb9
@@ -8,3 +8,5 @@ config BR2_PACKAGE_MUSL
|
|||||||
&& !(BR2_i386 || BR2_powerpc)
|
&& !(BR2_i386 || BR2_powerpc)
|
||||||
# Compatibility headers: cdefs.h, queue.h
|
# Compatibility headers: cdefs.h, queue.h
|
||||||
select BR2_PACKAGE_MUSL_COMPAT_HEADERS
|
select BR2_PACKAGE_MUSL_COMPAT_HEADERS
|
||||||
|
help
|
||||||
|
https://www.musl-libc.org/
|
||||||
|
|||||||
@@ -94,6 +94,8 @@ config BR2_TOOLCHAIN_BUILDROOT_MUSL
|
|||||||
This option selects musl as the C library for the
|
This option selects musl as the C library for the
|
||||||
cross-compilation toolchain.
|
cross-compilation toolchain.
|
||||||
|
|
||||||
|
https://www.musl-libc.org/
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_LIBC
|
config BR2_TOOLCHAIN_BUILDROOT_LIBC
|
||||||
|
|||||||
Reference in New Issue
Block a user