projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a0eb3
)
add dnsmasq config file to the conffiles section
author
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 22:27:44 +0000
(22:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 22:27:44 +0000
(22:27 +0000)
SVN-Revision: 14398
package/dnsmasq/Makefile
patch
|
blob
|
history
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index 6051db9d71b3be26001fffc76dee3010c1483c6a..97f5d094df7d347c7374cc60319462d5b9866be5 100644
(file)
--- 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) \