summaryrefslogtreecommitdiffstats
path: root/package
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
commit59ff6c01d8581b8b787d6df3580bdcce96f17625 (patch)
tree42ed777daef2be1759c15065e4afbe7060201955 /package
parent33a0eb3613da33aafd435eb4ed1e985944f42c78 (diff)
downloadmaster-31e0f0ae-59ff6c01d8581b8b787d6df3580bdcce96f17625.tar.gz
master-31e0f0ae-59ff6c01d8581b8b787d6df3580bdcce96f17625.tar.bz2
master-31e0f0ae-59ff6c01d8581b8b787d6df3580bdcce96f17625.zip
add dnsmasq config file to the conffiles section
SVN-Revision: 14398
Diffstat (limited to 'package')
-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) \