mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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>
This commit is contained in:
parent
6180ad2240
commit
83d59c805c
@ -52,7 +52,7 @@ config BR2_PACKAGE_LIGHTTPD_WEBDAV
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIGHTTPD_LUA
|
config BR2_PACKAGE_LIGHTTPD_LUA
|
||||||
bool "lua support"
|
bool "lua support"
|
||||||
select BR2_PACKAGE_LUA
|
depends on BR2_PACKAGE_LUA
|
||||||
help
|
help
|
||||||
Enable Lua support. Needed to support mod_magnet
|
Enable Lua support. Needed to support mod_magnet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user