summaryrefslogtreecommitdiff
path: root/package/dnsmasq
AgeCommit message (Collapse)Author
2009-02-26avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard
2009-02-12dnsmasq: bump versionPeter Korsgaard
closes #97.
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-01dnsmasq: bump versionPeter Korsgaard
2008-08-08dnsmasq: bump versionPeter Korsgaard
fixes dns spoofing vulnerability.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-18dnsmasq: use awk instead of nawkPeter Korsgaard
2008-06-15dnsmasq: touch target after makePeter Korsgaard
2008-03-02dnsmasq: bump versionPeter Korsgaard
2008-03-02dnsmasq: Enable dbus support if availablePeter Korsgaard
2008-03-02dnsmasq: make tftp support optionalPeter Korsgaard
2008-03-02dnsmasq: remove dnsmasq1 supportPeter Korsgaard
Remove ancient dnsmasq1 support, which couldn't even be selected in menuconfig.
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-10Bump versionPeter Korsgaard
2007-09-10Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options.Peter Korsgaard
Use := instead of =
2007-08-20Cleanup dnsmasqUlf Samuelsson
2007-07-23Remove unneeded patch from new dnsmasq versionUlf Samuelsson
2007-07-23Bump version of dnsmasq, with new patchesUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-04-05version bumpMike Frysinger
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-10-14help textMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.