diff options
author | Steven Barth <steven@midlink.org> | 2008-08-26 23:20:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-26 23:20:41 +0000 |
commit | 28ffe7d7046b8498ba896a0035fd9f6d66534321 (patch) | |
tree | ceb6efe3d2957a251cfd408a968e619c57f25606 /contrib | |
parent | 91ba7c42f5b45614c9f4c803d09399f08a8e27b1 (diff) |
Fixed typos
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
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 |