mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(Err)' 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 ddc324d76c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
config BR2_PACKAGE_MOST
|
|
bool "most"
|
|
depends on BR2_USE_MMU # slang
|
|
select BR2_PACKAGE_SLANG
|
|
help
|
|
most is a powerful pager, including features like multi
|
|
document support, hex view and unpack on-the-fly.
|
|
|
|
Note: this program depends on the slang library which is
|
|
rather large to be used just for this pager.
|
|
|
|
https://www.jedsoft.org/most/
|