mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(406)' 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 b27c5c1c0b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
config BR2_PACKAGE_LUASQL_SQLITE3
|
|
bool "luasql-sqlite3"
|
|
select BR2_PACKAGE_SQLITE
|
|
help
|
|
LuaSQL is a simple interface from Lua to a DBMS.
|
|
|
|
http://keplerproject.github.io/luasql/
|