mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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:
committed by
Thomas Petazzoni
parent
a371a4fa3f
commit
e4da8265c8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user