diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-12-17 23:40:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:04:16 +0100 |
commit | 83d59c805ce96b14eabe2c47fa78adc0d8d1b2ae (patch) | |
tree | 2c2d006ece361daa7a9ad013771ae6457e35ab52 /package/lighttpd/Config.in | |
parent | 6180ad224021d11e64cf8e52efa2af9a6f942803 (diff) | |
download | buildroot-83d59c805ce96b14eabe2c47fa78adc0d8d1b2ae.tar.gz buildroot-83d59c805ce96b14eabe2c47fa78adc0d8d1b2ae.zip |
package/lighttpd: do not select Lua, depend on it
Lua is a provider for the virtual package lua-interpreter, so it cannot
be selected, as explained in the manual.
Turn the 'select' into a 'depends on'.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r-- | package/lighttpd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index 2c101e7b04..f62ccb9c05 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -52,7 +52,7 @@ config BR2_PACKAGE_LIGHTTPD_WEBDAV config BR2_PACKAGE_LIGHTTPD_LUA bool "lua support" - select BR2_PACKAGE_LUA + depends on BR2_PACKAGE_LUA help Enable Lua support. Needed to support mod_magnet |