diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2020-05-09 05:43:57 +0800 |
---|---|---|
committer | zhanhb <6323014+zhanhb@users.noreply.github.com> | 2020-05-09 06:06:43 +0800 |
commit | 0ec746ccb6e87696a7a4986d87d55cda205031f0 (patch) | |
tree | be37c6909d1e1bb8f2f948cce1b4092841d8fa03 /net/apfree-wifidog | |
parent | 0206a87146fef2b20d18187832935f63641f5c9b (diff) |
treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'net/apfree-wifidog')
-rw-r--r-- | net/apfree-wifidog/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index 7778bdfef..370ba70b6 100644 --- a/net/apfree-wifidog/Makefile +++ b/net/apfree-wifidog/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apfree-wifidog PKG_VERSION:=3.11.1716 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/liudf0716/apfree_wifidog.git @@ -40,6 +40,10 @@ define Package/apfree-wifidog/description It's enhanced wifidog endef +define Package/apfree-wifidog/conffiles +/etc/config/wifidogx +endef + define Package/apfree-wifidog/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wifidogx $(1)/usr/bin/wifidogx |