[OpenWrt-Devel] [PATCH 2/2] dnsmasq: add option to avoid modifying resolv.conf

2011-09-11 Thread Linus Lüssing
Currently, dnsmasq removes /tmp/resolv.conf (which is usually a symlink to /tmp/resolv.conf.auto) and creates its own resolv.conf with at least a nameserver pointing to 127.0.0.1. However, in some cases it might not be desired that the router itself queries its own dnsmasq dns-server but should qu

[OpenWrt-Devel] [PATCH 1/2] dnsmasq: direct address return option for uci config

2011-09-11 Thread Linus Lüssing
With this commit the --address option of dnsmasq, directly returning ip addresses for certain domains instead of querying the dns server, can be configured in the dhcp uci configuration file. See the dnsmasq manpage for further details of this option. Signed-off-by: Linus Lüssing --- package/dns

Re: [OpenWrt-Devel] [PATCH] Allow registers used in ag71xx_check_dma_stuck (fixes #10071)

2011-09-11 Thread Felix Fietkau
On 2011-09-09 5:53 PM, Frédéric Moulins wrote: ag71xx_check_dma_stuck was introduced in r27975 and reads: AG71XX_REG_FIFO_DEPTH AG71XX_REG_RX_SM AG71XX_REG_TX_SM This patch add those registers in the whitelist of ag71xx_check_reg_offset. Those registers can be used by ag71xx_check_dma_stuck und