package/dnsmasq: 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:
Yann E. MORIN 2015-12-17 23:40:24 +01:00 committed by Thomas Petazzoni
parent a371a4fa3f
commit e4da8265c8

View file

@ -38,7 +38,7 @@ config BR2_PACKAGE_DNSMASQ_IDN
config BR2_PACKAGE_DNSMASQ_LUA
bool "Lua scripting support"
select BR2_PACKAGE_LUA
depends on BR2_PACKAGE_LUA
help
Enable Lua scripting for dnsmasq