summaryrefslogtreecommitdiff
path: root/package/tekui
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-06 21:05:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-06 21:06:45 +0200
commit61c26cc8170e187ab6aa4175630fb6c9bfaf0a14 (patch)
treec6dea71e6f4e00cc77731e3a41d71e20ca590837 /package/tekui
parent8e011f45bbc4e0a922cced2cf3d579e3411a71e9 (diff)
boot/uboot: fix missing closing parenthesis
There was a typo in commit b05ff12b6cd38566003b99291a47a56cbd88f396 ("uboot: install multiple spl images"), leading to a missing closing parenthesis. This commit fixes this typo. Fixes bug #9086 Reported-by: Jebodiah Sensai <dkaplan65@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tekui')
-rw-r--r--package/tekui/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tekui/Config.in b/package/tekui/Config.in
index 244b18bd9..1203667b6 100644
--- a/package/tekui/Config.in
+++ b/package/tekui/Config.in
@@ -17,5 +17,5 @@ config BR2_PACKAGE_TEKUI
http://tekui.neoscientists.org/
comment "tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library"
- depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS ||
+ depends on !BR2_PACKAGE_HAS_LUAINTERPRETER || !BR2_TOOLCHAIN_HAS_THREADS || \
BR2_STATIC_LIBS