From: florian Date: Tue, 3 Feb 2009 22:27:44 +0000 (+0000) Subject: [package] add dnsmasq config file to the conffiles section X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=4905fc917376958c36c283e3e49ebc688fe11245 [package] add dnsmasq config file to the conffiles section git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 6051db9d7..97f5d094d 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -29,6 +29,10 @@ define Package/dnsmasq/description It is intended to provide coupled DNS and DHCP service to a LAN. endef +define Package/dnsmasq/conffiles +/etc/config/dhcp +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \