packages: add missing conffiles define
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=apf
|
||||
PKG_VERSION:=0.8.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://gray-world.net/projects/af/
|
||||
@ -38,4 +38,9 @@ define Package/apf/install
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/doc/afserver_example.conf $(1)/etc/afserver.conf
|
||||
endef
|
||||
|
||||
define Package/apf/conffiles
|
||||
/etc/afclient.conf
|
||||
/etc/afserver.conf
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,apf))
|
||||
|
Reference in New Issue
Block a user