Add missing conffiles section
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Aug 2006 16:49:59 +0000 (16:49 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Aug 2006 16:49:59 +0000 (16:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4372 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dhcp-forwarder/Makefile

index 2971d79..ef6104d 100644 (file)
@@ -30,6 +30,10 @@ define Package/dhcp-forwarder
   URL:=http://www.nongnu.org/dhcp-fwd/
 endef
 
+define Package/dhcp-forwarder/conffiles
+/etc/dhcp-fwd.conf
+endef
+
 define Build/Configure
 $(call Build/Configure/Default,,ac_cv_func_malloc_0_nonnull="yes")
 endef