Add missing conffiles section
authorFlorian Fainelli <florian@openwrt.org>
Thu, 3 Aug 2006 11:44:57 +0000 (11:44 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 3 Aug 2006 11:44:57 +0000 (11:44 +0000)
SVN-Revision: 4417

net/l2tpd/Makefile

index 6cee2ae4d4a3fff94e7c226e8d6efd7b1b0c2d3e..a3441ecd358c2a4ae625bb354d6a3b69d6565e7f 100644 (file)
@@ -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) \