From: Florian Fainelli Date: Tue, 1 Aug 2006 16:49:59 +0000 (+0000) Subject: Add missing conffiles section X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f32c7084040e9bc910b31351c436ae55374b0e1b Add missing conffiles section SVN-Revision: 4372 --- diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile index 2971d7969f..ef6104d7b7 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