Skip to content

Commit

Permalink
appfilter depends on kmod-oaf
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Apr 17, 2024
1 parent 047cbb1 commit c15799d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions luci-app-oaf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ 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.4
PKG_VERSION:=5.0.5
PKG_RELEASE:=1
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature
4 changes: 2 additions & 2 deletions open-app-filter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=appfilter
PKG_VERSION:=5.0.2
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk

define Package/appfilter
SECTION:=Derry Apps
CATEGORY:=Derry Apps
DEPENDS:=+libubox +libubus +libuci +libpthread +libjson-c +libblobmsg-json
DEPENDS:=+libubox +libubus +libuci +libpthread +libjson-c +libblobmsg-json +kmod-oaf
TITLE:=App filter userspace module
endef

Expand Down

0 comments on commit c15799d

Please sign in to comment.