From: florian Date: Tue, 1 Aug 2006 16:49:59 +0000 (+0000) Subject: Add missing conffiles section X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c19233be379a1f3bafe85fd55698bf48d76bb475;p=packages.git Add missing conffiles section git-svn-id: svn://svn.openwrt.org/openwrt/packages@4372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile index 2971d7969..ef6104d7b 100644 --- a/net/dhcp-forwarder/Makefile +++ b/net/dhcp-forwarder/Makefile @@ -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