diff options
author | Steven Barth <steven@midlink.org> | 2008-08-24 16:22:49 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-24 16:22:49 +0000 |
commit | 451eacf8da90980f9b860db445cb0b04558e9d31 (patch) | |
tree | 2cc162289a95bab11819b012f17ccabfa6b6f004 /contrib | |
parent | 1946740198db90e203aa0d9cc481f5ff787b8257 (diff) |
CBI-UVL integration part #1
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 a0872ad39..1cb3a79a6 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -137,7 +137,7 @@ endif ### Libraries ### define Package/luci-cbi $(call Package/luci/libtemplate) - DEPENDS+=+luci-web + DEPENDS+=+luci-web +luci-uvl +luci-uci TITLE:=Configuration Binding Interface endef |