projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e823b
)
Add missing conffiles section
author
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Aug 2006 11:44:57 +0000
(11:44 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Aug 2006 11:44:57 +0000
(11:44 +0000)
SVN-Revision: 4417
net/l2tpd/Makefile
patch
|
blob
|
history
diff --git
a/net/l2tpd/Makefile
b/net/l2tpd/Makefile
index 6cee2ae4d4a3fff94e7c226e8d6efd7b1b0c2d3e..a3441ecd358c2a4ae625bb354d6a3b69d6565e7f 100644
(file)
--- a/
net/l2tpd/Makefile
+++ b/
net/l2tpd/Makefile
@@
-34,6
+34,11
@@
to tunnel PPP frame trough an ip network.\\\
URL:=http://l2tpd.sourceforge.net/
endef
+define Package/l2tpd/conffiles
+/etc/l2tpd/l2tpd.conf
+/etc/ppp/options.l2tpd
+endef
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \