summaryrefslogtreecommitdiffstats
path: root/package/wsapi/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/wsapi/Config.in')
-rw-r--r--package/wsapi/Config.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/wsapi/Config.in b/package/wsapi/Config.in
index 348a0404b6..60c029ddf6 100644
--- a/package/wsapi/Config.in
+++ b/package/wsapi/Config.in
@@ -1,10 +1,9 @@
config BR2_PACKAGE_WSAPI
bool "wsapi"
- # Runtime dependency only
- select BR2_PACKAGE_COXPCALL
- select BR2_PACKAGE_LUAFILESYSTEM
- select BR2_PACKAGE_RINGS
+ select BR2_PACKAGE_COXPCALL # runtime
+ select BR2_PACKAGE_LUAFILESYSTEM # runtime
+ select BR2_PACKAGE_RINGS # runtime
help
API that abstracts the web server from Lua web applications.
- http://keplerproject.github.com/wsapi/
+ http://www.keplerproject.org/wsapi
OpenPOWER on IntegriCloud