diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-02-03 22:27:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-02-03 22:27:44 +0000 |
commit | 59ff6c01d8581b8b787d6df3580bdcce96f17625 (patch) | |
tree | 42ed777daef2be1759c15065e4afbe7060201955 /package | |
parent | 33a0eb3613da33aafd435eb4ed1e985944f42c78 (diff) | |
download | upstream-59ff6c01d8581b8b787d6df3580bdcce96f17625.tar.gz upstream-59ff6c01d8581b8b787d6df3580bdcce96f17625.tar.bz2 upstream-59ff6c01d8581b8b787d6df3580bdcce96f17625.zip |
add dnsmasq config file to the conffiles section
SVN-Revision: 14398
Diffstat (limited to 'package')
-rw-r--r-- | package/dnsmasq/Makefile | 4 |
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) \ |