From 83d59c805ce96b14eabe2c47fa78adc0d8d1b2ae Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 17 Dec 2015 23:40:26 +0100 Subject: [PATCH] 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" Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- package/lighttpd/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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