Skip to content

Commit

Permalink
open-app-filter: add conffiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Mar 14, 2024
1 parent 2027e05 commit 6b33d54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion open-app-filter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk

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

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
Expand Down Expand Up @@ -37,6 +37,9 @@ define Package/appfilter/description
open appfilter app
endef

define Package/appfilter/conffiles
/etc/config/appfilter
endef

define Package/appfilter/install
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d
Expand Down

0 comments on commit 6b33d54

Please sign in to comment.