Re: [OpenWrt-Devel] [PATCH] ramips: fix argus board rootfs size

2011-12-03 Thread Roman Yeryomin
On 4 November 2011 02:21, Roman Yeryomin wrote: > Signed-off-by: Roman Yeryomin > > Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c > === > --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-arg

Re: [OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-12-03 Thread karlp
On 11/30/2011 03:37 PM, John Crispin wrote: >> >>> This patch is an update of http://patchwork.openwrt.org/patch/1452/ > > Hi, > > the patch is essentially fine, however there are whitespace errors. > > can you please use tabs for indenting and not spaces and then resend the > patch so i can me

Re: [OpenWrt-Devel] antenna regression with recent mac80211

2011-12-03 Thread Marek Lindner
On Saturday, December 03, 2011 17:31:24 Felix Fietkau wrote: > > root@OpenWrt:/# iw phy phy0 set antenna 1 2 > > command failed: Invalid argument (-22) > > root@OpenWrt:/# iw phy phy0 set antenna 1 1 > > command failed: Operation not supported (-122) > > Please try the attached patch. That fixes

Re: [OpenWrt-Devel] [PATCH] New package PyRRD

2011-12-03 Thread Nico
Added in r29402 with a different patch to allow building with distribute Thanks, -- -{Nico} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] antenna regression with recent mac80211

2011-12-03 Thread Felix Fietkau
On 2011-12-02 2:23 PM, Marek Lindner wrote: > On Friday, December 02, 2011 17:51:48 Felix Fietkau wrote: >> Actually, now that I think about it, I can't come up with any lilely >> scenario with my patches where the available antennas would show up as 0 >> for tx and rx. Are you sure you gave me thi

[OpenWrt-Devel] [PATCH] Patch File cleanup

2011-12-03 Thread Nathan Hintz
Signed-off-by: Nathan Hintz Index: trunk/package/apex/patches/150-limit_ram_to_64mb.patch === --- trunk/package/apex/patches/150-limit_ram_to_64mb.patch (revision 29399) +++ trunk/package/apex/patches/150-limit_ram_to_64mb.patch

[OpenWrt-Devel] [PATCH v2] Fix trx_fixup

2011-12-03 Thread Nathan Hintz
With the BRCM47xx image I have built (Linksys E3000), there are additional writes following the completion of "mtd_replace_jffs2" which invalidate the 'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere after all writes have completed fixes the problem. I also notic