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-aria2/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-aria2/Makefile')
-rw-r--r-- | applications/luci-app-aria2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index f5b006c35..e957c436f 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -21,7 +21,7 @@ PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com> # LuCI specific settings LUCI_TITLE:=LuCI Support for Aria2 -LUCI_DEPENDS:=+aria2 +LUCI_DEPENDS:=+luci-lib-ipkg +aria2 LUCI_PKGARCH:=all define Package/$(PKG_NAME)/config |