summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Yelloz <jordan@yelloz.me>2016-07-24 16:27:37 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-25 21:35:55 +0200
commit7d55462df8495502738a3b7ffe1be56582ce79ae (patch)
treea6adf19728145ce3941c76d9b3f5c398ef614614
parentfcbdfd7416b9ceabd5edffa9f5c94781efb2d1d3 (diff)
downloadbuildroot-7d55462df8495502738a3b7ffe1be56582ce79ae.tar.gz
buildroot-7d55462df8495502738a3b7ffe1be56582ce79ae.zip
swupdate: update lua check for libconfig
Most probably this was missed in commit 65b2ae49feb310d3272a47c44cf3b406646b25c1 which removed pinning to Lua 5.2. Signed-off-by: Jordan Yelloz <jordan@yelloz.me> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/swupdate/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in
index 5f5e1e77b9..d7217af1c4 100644
--- a/package/swupdate/Config.in
+++ b/package/swupdate/Config.in
@@ -3,7 +3,8 @@ config BR2_PACKAGE_SWUPDATE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
# swupdate requires a parser and uses libconfig as default
- select BR2_PACKAGE_LIBCONFIG if !BR2_PACKAGE_JSON_C && !BR2_PACKAGE_LUA_5_2
+ select BR2_PACKAGE_LIBCONFIG if !BR2_PACKAGE_JSON_C && \
+ !BR2_PACKAGE_HAS_LUAINTERPRETER
help
swupdate provides a reliable way to update the software on an
embedded system.
OpenPOWER on IntegriCloud