summaryrefslogtreecommitdiff
path: root/package/network/services/dnsmasq/patches/200-let-makefile-be-aware-of-config-changes.patch
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: bump to 2.73rc4Steven Barth2015-04-101-42/+0
| | | | | | | | | Fix crash caused by malformed DNS requests Improved DNSSEC handling Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45354
* dnsmasq: fix dependency problems of the dnsmasq-full variant.Felix Fietkau2015-01-051-0/+42
This patch tries to - Let the DHCPv6 feature depend on CONFIG_IPV6. - Conditionally select libnettle, kmod-ipv6, kmod-ipt-ipset only if the corresponding features are enabled. - Install `trust-anchors.conf` only if DNSSEC is selected. - Add PKG_CONFIG_DEPENDS for the configurable options. - Add a patch to let the Makefile of dnsmasq be aware of changes in COPTS variable. Big thanks goes to Frank Schäfer <fschaefer.oss@googlemail.com> for providing necessary information on connections and dependency relations between these CONFIGs and packages. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 43851