From: Florian Fainelli Date: Thu, 3 Aug 2006 11:44:57 +0000 (+0000) Subject: Add missing conffiles section X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c6232de35ec92b5577a1a6cc7f52a7f628206e72;p=openwrt%2Fsvn-archive%2Fpackages.git Add missing conffiles section SVN-Revision: 4417 --- diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 6cee2ae4d..a3441ecd3 100644 --- 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) \