aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-03 22:27:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-03 22:27:44 +0000
commit7e95fd1f09a58f5cb87ef586b212ee4bdd18fbf3 (patch)
tree81041efde8ad3b55bf817d792dec0018f1e2aa70 /package/dnsmasq/Makefile
parent293b8729341bba16b1299239efa6d5adf4250a57 (diff)
downloadupstream-7e95fd1f09a58f5cb87ef586b212ee4bdd18fbf3.tar.gz
upstream-7e95fd1f09a58f5cb87ef586b212ee4bdd18fbf3.tar.bz2
upstream-7e95fd1f09a58f5cb87ef586b212ee4bdd18fbf3.zip
[package] add dnsmasq config file to the conffiles section
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14398 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r--package/dnsmasq/Makefile4
1 files changed, 4 insertions, 0 deletions
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) \