diff options
author | Jordan Yelloz <jordan@yelloz.me> | 2016-07-24 16:27:38 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-25 21:41:51 +0200 |
commit | 02549bd9182f9d333dc47682d51c277786001467 (patch) | |
tree | e82a365306643840cd9337ccda3eaf7d60e99a0b /package/swupdate | |
parent | 7d55462df8495502738a3b7ffe1be56582ce79ae (diff) |
swupdate: improved help text for Lua support
It now explains limitations of building against Lua < 5.2 interpreters
and how to link to LuaJIT library.
Signed-off-by: Jordan Yelloz <jordan@yelloz.me>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/swupdate')
-rw-r--r-- | package/swupdate/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in index d7217af1c..d9ef1bc7a 100644 --- a/package/swupdate/Config.in +++ b/package/swupdate/Config.in @@ -19,7 +19,11 @@ config BR2_PACKAGE_SWUPDATE use your own modified configuration, you have to select the necessary packages manually: - * Select BR2_PACKAGE_LUA if you want to have Lua support. + * Select BR2_PACKAGE_LUA or BR2_PACKAGE_LUAJIT if you want + to have Lua support. + CONFIG_HANDLER_IN_LUA is not supported in LuaJIT or Lua 5.1. + Note that for LuaJIT support, you need to set + CONFIG_LUAVERSION="jit-5.1". * Select BR2_LIBCURL if you want to use the download feature. * Select BR2_PACKAGE_OPENSSL is you want to add encryption support. * Select BR2_PACKAGE_MTD if you want to use swupdate with UBI |