projects
/
10.03
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc72fa1
)
[packages_10.03.2] apf: merge r29199
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 19:34:57 +0000
(19:34 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 19:34:57 +0000
(19:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30078
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/apf/Makefile
patch
|
blob
|
history
diff --git
a/net/apf/Makefile
b/net/apf/Makefile
index
46a2979
..
05e8eb9
100644
(file)
--- a/
net/apf/Makefile
+++ b/
net/apf/Makefile
@@
-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))