package/haserl: 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:25 +01:00 committed by Thomas Petazzoni
parent e4da8265c8
commit 6180ad2240

View file

@ -11,6 +11,6 @@ config BR2_PACKAGE_HASERL
config BR2_PACKAGE_HASERL_WITH_LUA
bool "Lua support"
depends on BR2_PACKAGE_HASERL
select BR2_PACKAGE_LUA
depends on BR2_PACKAGE_LUA
help
Enable Lua support for haserl