aboutsummaryrefslogtreecommitdiffstats
path: root/make/dnsmasq.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-50/+0
| | | | directory.
* update make targets to reflect new build systemMike Frysinger2004-10-081-2/+2
|
* update dnsmasq since older one doesnt exist and had security issuesMike Frysinger2004-10-081-2/+2
|
* Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III2004-09-091-1/+1
| | | | | | | The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.
* Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) shareManuel Novoa III2004-04-041-0/+50
a make target (the dnsmasq binary in root). So I made 2.6 the "default". It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1 to TARGETS if you want the older version. Better approaches welcome. Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc by the dnsmasq config.h file.