[OpenWrt-Devel] [PATCH] [packages] dnsmasq: update to v2.63 with a GIT patch to stop inf loop with host-record

2012-11-04 Thread Alam Arias
--- package/network/services/dnsmasq/Makefile |6 +-- .../0001-Fix-breakage-of-host-record-parsing.patch | 43 .../0001-Set-prefix-on-link-bit-in-RAs.patch | 42 --- 3 files changed, 46 insertions(+), 45 deletions(-) create mode 100644

[OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-04 Thread Catalin Patulea
Signed-off-by: Catalin Patulea --- Applies on r34076 (fcc9eda), also tested with 'make package/mtd/compile' and 'make target/linux/{clean,prepare}'. package/mtd/Makefile |2 +- package/mtd/src/imagetag.c |2 +- .../patches-3.3/115-mo

Re: [OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-04 Thread Catalin Patulea
On Thu, Nov 1, 2012 at 8:25 AM, Jonas Gorski wrote: > Also I'm not sure the location is correct - maybe it should rather be > linux/mtd/bcm963xx_tag.h or mtd/bcm963xx_tag.h something like that - > linux/ is just so ... generic. Hmm, maybe.. but I don't see any clear precedent for linux/mtd, and my

Re: [OpenWrt-Devel] wlan interface becomes unresponsive

2012-11-04 Thread Bastian Bittorf
> of them under backfire) use 12.09-beta or trunk. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-04 Thread Martin Mueller
Hi Luka, On Thu, Oct 18, 2012 at 10:59:00PM +0200, open...@lukaperkov.net wrote: > All our kirkwood uboot patches have been upstreamed with this release ;) > > Board owners please test this patch and give feedback for the boards: > > * dockstar Sorry it took me a while to test your patch. I ap

[OpenWrt-Devel] [PATCH] Bump dnsmasq version to 2.63

2012-11-04 Thread Hannu Nyman
Dnsmasq 2.63 has been published in August. This patch bumps the version from 2.62 to 2.63 and refreshes patches. Patch 0001-Set-prefix-on-link-bit-in-RAs.patch added by r33216 can be removed as the change is now incorporated upstream. (There is a minor beauty error, as 2.63 identifies itself a

[OpenWrt-Devel] wlan interface becomes unresponsive

2012-11-04 Thread Zeus Panchenko
hi all, please, may somebody advice I face situation where wlan inteface sometimes (the only corellation I was able to figure out is with CPU load) stops to respond and the only way to bring it alive is restart of it ... when I say `wifi' then it reinicialises and works again ... the encryption

Re: [OpenWrt-Devel] new package - dhcping

2012-11-04 Thread Sebastian Muszynski
Hi, Am Sonntag, 4. November 2012, 14:51:01 schrieb Jonh Wendell: > hello, I'm not going to comment on the patch itself, just note that dnsmasq > init script already checks for another dhcp server in the network > (dnsmasq.init:346): > > udhcpc -n -q -s /bin/true -t 1 -i $ifname >&- && { >

Re: [OpenWrt-Devel] new package - dhcping

2012-11-04 Thread Jonh Wendell
hello, I'm not going to comment on the patch itself, just note that dnsmasq init script already checks for another dhcp server in the network (dnsmasq.init:346): udhcpc -n -q -s /bin/true -t 1 -i $ifname >&- && { logger -t dnsmasq \ "found already running DHCP-s