summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-26 23:20:41 +0000
committerSteven Barth <steven@midlink.org>2008-08-26 23:20:41 +0000
commit28ffe7d7046b8498ba896a0035fd9f6d66534321 (patch)
treeceb6efe3d2957a251cfd408a968e619c57f25606 /contrib/package
parent91ba7c42f5b45614c9f4c803d09399f08a8e27b1 (diff)
Fixed typos
Diffstat (limited to 'contrib/package')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index c26a845c9..3014a613b 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -148,7 +148,7 @@ endef
define Package/luci-uci
$(call Package/luci/libtemplate)
- DEPENDS+=+libuci
+ DEPENDS+=+libuci @!PACKAGE_libuci-lua
TITLE:=High-Level UCI API
endef