Add missing conffiles section
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Aug 2006 11:44:57 +0000 (11:44 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Aug 2006 11:44:57 +0000 (11:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4417 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/l2tpd/Makefile

index 6cee2ae..a3441ec 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) \