Commit 83d59c80 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6180ad22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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