projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[adm5120] fix a typo in the image generation makefile (closes #4624)
[openwrt.git]
/
package
/
dnsmasq
/
Makefile
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index
6051db9
..
97f5d09
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) \
This page took
0.02303 seconds
and
4
git commands to generate.