diff --git a/luci-app-oaf/Makefile b/luci-app-oaf/Makefile index 6dce8d6..f80b2be 100755 --- a/luci-app-oaf/Makefile +++ b/luci-app-oaf/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Open App Filter Module LUCI_PKGARCH:=all -LUCI_DEPENDS:=+appfilter +kmod-oaf +luci-compat +LUCI_DEPENDS:=+appfilter +luci-compat PKG_NAME:=luci-app-oaf PKG_VERSION:=5.0.2 PKG_RELEASE:=1 diff --git a/open-app-filter/Makefile b/open-app-filter/Makefile index bb8900c..6d5d82e 100755 --- a/open-app-filter/Makefile +++ b/open-app-filter/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/package.mk define Package/appfilter SECTION:=Derry Apps CATEGORY:=Derry Apps - DEPENDS:=+libubox +libubus +libuci +libpthread +libjson-c +libblobmsg-json + DEPENDS:=+kmod-oaf +libubox +libubus +libuci +libpthread +libjson-c +libblobmsg-json TITLE:=App filter userspace module endef