diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-11-14 14:35:01 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-11-14 20:46:04 +0100 |
commit | 4bbe32548c407ec6ae104934b3f1fe53539de9f6 (patch) | |
tree | 5041bc148105cc84b6d0e1e4ce678e7af8518d96 /applications/luci-app-radicale/Makefile | |
parent | 391e82d6a3f62ac721aa385e58f90b9ac803874e (diff) |
luci-lib-ipkg: move out of luci-base
Move the old luci.model.ipkg utility class into a separate package and
let the components using it depend on the new library package.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-radicale/Makefile')
-rw-r--r-- | applications/luci-app-radicale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 87180e77d..90ef0deba 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -21,7 +21,7 @@ PKG_MAINTAINER:= # LuCI specific settings LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV -LUCI_DEPENDS:=+luci-mod-admin-full +LUCI_DEPENDS:=+luci-lib-ipkg +luci-mod-admin-full LUCI_PKGARCH:=all define Package/$(PKG_NAME)/config |