diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-05 23:19:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-05 23:19:04 +0000 |
commit | cbaafba1fdbd65ce281e46b71fa7243fa065f90b (patch) | |
tree | 3944aa9669bd04d639a53356ae3d464901658c00 | |
parent | a519a8c2ed6b897df04846f74a9ed42cb65f9be9 (diff) |
* luci/contrib: make luci-app-polipo depend on polipo and luci-admin-core
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 6c667f1af..e3a437603 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -547,6 +547,7 @@ endef define Package/luci-app-polipo $(call Package/luci/webtemplate) TITLE:=LuCI Support for the Polipo Proxy + DEPENDS+=+luci-admin-core +polipo endef define Package/luci-app-polipo/install |