51 Commits (55e13f4e6a46b9b1ce753b269deec4b6322a679f)

Author SHA1 Message Date
Jo-Philipp Wich 0f74cb4631 dnsmasq: automatically add host entry for own hostname and ptr record for lan ip address 13 years ago
Nicolas Thill 8553f9d243 package/dnsmasq: update to 2.59 (thanks to Raphael Huck) 13 years ago
Nicolas Thill 4f5cbf9f9b package/dnsmasq: use new service wrapper 13 years ago
Florian Fainelli ddf842d573 dnsmasq: update to 2.58 13 years ago
Jo-Philipp Wich 50b69073d6 dnsmasq: allow hostname assignment without static lease The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all. 13 years ago
Felix Fietkau 679dbee95f dnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves 8k uncompressed 14 years ago
Imre Kaloz a0ee5b91fd upgrade to 2.57 14 years ago
Jo-Philipp Wich bd35e85116 Package dnsmasq init-file If an already running DHCP-server is found on the configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this. 14 years ago
Jo-Philipp Wich 91cb4aac9e dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves issues with Netflix and other services 14 years ago
Nicolas Thill 46016457c2 package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number 14 years ago
Nicolas Thill 1d7a6ebc79 dnsmasq: initscript: fix bool options handling, bump release number 14 years ago
Jo-Philipp Wich 9c3244a884 dnsmasq: add and enable DNS rebind protections 14 years ago
Alexandros C. Couloumbis a9783bd1c1 package/dnsmasq: update dnsmasq to 2.55 14 years ago
Nicolas Thill e2df3ea15f package/dnsmasq: bump release number (missed from r21400) 15 years ago
Jo-Philipp Wich 6f5203228f dnsmasq: - when processing domain entries, append searchdomain to host entries if they are not fully qualified - create only one reverse record for address entries with multiple names 15 years ago
Jo-Philipp Wich c876279bb2 dnsmasq: don't append search domain to custom host entries 15 years ago
Jo-Philipp Wich a8e904a958 dnsmasq: allow multiple hostnames per domain section 15 years ago
Vasilis Tsiligiannis 6a11bbbac9 dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757) 15 years ago
Hauke Mehrtens e474081797 Update to version 2.52 15 years ago
Jo-Philipp Wich 02d30873eb dnsmasq: Fix setting the network-id for config host sections This renames name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de> 15 years ago
Jo-Philipp Wich 2a83e90ceb dnsmasq: While trying to document the dhcp UCI config, I noticed that the name config option is applied wrongly when adding static addresses. Cf. the dnsmasq man page. Signed-off-by: Stefan Bethke <stb@lassitu.de> 15 years ago
Markus Wigge c05ba34ba7 new upstream release 2.51 with some fixes, see http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release 15 years ago
Jo-Philipp Wich 5a485c4112 dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> 15 years ago
Jo-Philipp Wich 0582d1ffb7 dnsmasq: - make "name" option in "host" sections optional and append it to -G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision 15 years ago
Felix Fietkau 3ede844486 update dnsmasq to 2.50 (#5784) 15 years ago
Felix Fietkau 61a94268ec Add default /etc/dnsmasq.conf 15 years ago
Hauke Mehrtens b5141ea359 Update to version 2.49 Fixes #5331 and #5286 15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Jo-Philipp Wich d63666203c dnsmasq: add more options for interface binding (#4900) 16 years ago
Jo-Philipp Wich cd978f4531 make "name" parameter optional in dnsmasq "boot" config sections 16 years ago
Jo-Philipp Wich e86bf4c86c update dnsmasq to 2.47 (#4636, thanks florida) 16 years ago
Florian Fainelli 59ff6c01d8 add dnsmasq config file to the conffiles section 16 years ago
Jo-Philipp Wich bd29378e8d package/dnsmasq: bump to v2.46 (#4263) 16 years ago
Steven Barth e870bdf403 Updated Dnsmasq to 2.45 16 years ago
Steven Barth 5fd9e811c6 Updated Dnsmasq to 2.43 16 years ago
Steven Barth 5da5342fda Updated Dnsmasq to 2.42 (#3498) 16 years ago
Felix Fietkau 54d981bccb fix dnsmasq compilation on some systems 17 years ago
Travis Kemen 6703cacfde This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. Couloumbis <alex at ozo.com> 17 years ago
Travis Kemen c526a608f8 remove unneeded config file section fixes #2594 17 years ago
Travis Kemen c4354c4589 convert the rest of /etc/dnsmasq.conf to uci 17 years ago
John Crispin 1b072e1568 update dnsmasq to 2.40, from #2479 17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 17 years ago
Felix Fietkau f506ac7d81 upgrade dnsmasq (#1975) 17 years ago
Felix Fietkau e1bb37f2ec upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) 18 years ago
Felix Fietkau 24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places 18 years ago
Felix Fietkau 1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) 18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables 18 years ago
Felix Fietkau e953ce1e61 upgrade dnsmasq, fixes a few bugs including #943 18 years ago
Felix Fietkau 105a602ecf implement target profiles in menuconfig 18 years ago
Felix Fietkau 8612d33691 init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks 18 years ago