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:
parent
a371a4fa3f
commit
e4da8265c8
@ -38,7 +38,7 @@ config BR2_PACKAGE_DNSMASQ_IDN
|
|||||||
|
|
||||||
config BR2_PACKAGE_DNSMASQ_LUA
|
config BR2_PACKAGE_DNSMASQ_LUA
|
||||||
bool "Lua scripting support"
|
bool "Lua scripting support"
|
||||||
select BR2_PACKAGE_LUA
|
depends on BR2_PACKAGE_LUA
|
||||||
help
|
help
|
||||||
Enable Lua scripting for dnsmasq
|
Enable Lua scripting for dnsmasq
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user