[package] add dnsmasq config file to the conffiles section
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Feb 2009 22:27:44 +0000 (22:27 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Feb 2009 22:27:44 +0000 (22:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14398 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dnsmasq/Makefile

index 6051db9d71b3be26001fffc76dee3010c1483c6a..97f5d094df7d347c7374cc60319462d5b9866be5 100644 (file)
@@ -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) \