contrib/package: luci-cbi does not depend on luci-uvl anymore
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 26 Apr 2010 22:38:54 +0000 (22:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 26 Apr 2010 22:38:54 +0000 (22:38 +0000)
contrib/package/luci/Makefile

index 55c21a5a827b0391969838980cd14a51dada12a3..cbd849dc19814ed2c16c295b1d7f350980b969c6 100644 (file)
@@ -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