diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-26 22:38:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-26 22:38:54 +0000 |
commit | c4ac5b8eb86782b2fc8f16678b341c5f95f3f189 (patch) | |
tree | 5389e8ab214e055acb87fc7ccb07a8be59ffb81e /contrib | |
parent | f1ebca9388e5d55c56d1b708ab0f85d1d628a940 (diff) |
contrib/package: luci-cbi does not depend on luci-uvl anymore
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 55c21a5a8..cbd849dc1 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -160,7 +160,7 @@ endif ### Libraries ### define Package/luci-cbi $(call Package/luci/libtemplate) - DEPENDS+=+luci-web +luci-uvl +luci-uci + DEPENDS+=+luci-web +luci-uci TITLE:=Configuration Binding Interface endef |