From: Florian Fainelli Date: Tue, 3 Feb 2009 22:27:44 +0000 (+0000) Subject: add dnsmasq config file to the conffiles section X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=59ff6c01d8581b8b787d6df3580bdcce96f17625;p=openwrt%2Fstaging%2Fmkresin.git add dnsmasq config file to the conffiles section SVN-Revision: 14398 --- diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 6051db9d71..97f5d094df 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) \