Re: [OpenWrt-Devel] [PATCH] [package] uboot-env: fix spurious esac within ramips uci-defaults

2013-08-19 Thread Luka Perkov
Hi Alexander, On Mon, Aug 19, 2013 at 05:21:38AM +0200, Alexander Couzens wrote: Signed-off-by: Alexander Couzens lyn...@fe80.eu --- package/boot/uboot-envtools/files/ramips | 2 -- 1 file changed, 2 deletions(-) Applied in r37814. Don't forget to bump PKG_RELEASE next time. Thank you.

Re: [OpenWrt-Devel] [PATCH v3] [packages] AllJoyn: New Package (updated)

2013-08-19 Thread Steve Kinneberg
I'm curious if anyone has had the opportunity to look at this version of the patch to add AllJoyn to OpenWrt? We are still interested seeing thist added to OpenWrt and will continue to support this package. Thanks, Steve On Tue, 2013-08-06 at 10:53 -0700, Steve Kinneberg wrote: from: AllJoyn

Re: [OpenWrt-Devel] [RFC][PATCH 2/2] bgmac: pass received packet to the netif instead of copying it

2013-08-19 Thread Rafał Miłecki
2013/8/19 Felix Fietkau n...@openwrt.org: On 2013-08-15 10:21 PM, Rafał Miłecki wrote: I'm afraid this perf top output doesn't really tell us where to look for optimizations :| I'll still try Felix ideas tomorrow, but I'm not sure if they help, since there isn't __copy_user_common anymore in

[OpenWrt-Devel] Question About Interfacing with UCI

2013-08-19 Thread Justyn Bell
Hello all. I'm developing a custom package that I would like to interface with UCI. That is, I would like to have a config file in /etc/config/ that configures my custom package which can be changed via the command line, LuCI, or a C application. Firstly, I've read through the

[OpenWrt-Devel] if dnsmasq disable dns function, it won't send dns server setting in dhcp

2013-08-19 Thread Randy Li
My network has both ipv4 and ipv6, I use radvd to offer RA, and dnsmasq for ipv4 dhcp. My openwrt version is r37806. I want to use bind instead of dnsmasq, so I add port=0 /etc/dnsmasq.conf. Here is the contain of /var/etc/dnsmasq.conf # auto-generated config file from /etc/config/dhcp

[OpenWrt-Devel] [PATCH] MTD tool searchs name more accurate

2013-08-19 Thread Joe XUE
The mtd tool use mtd partition name to search /proc/mtd to find the real device name. Here is a bug when we named two partition names which one's name containers another one, the first one is always be hit. This fix let strstr use string mtd name plus double quotes to make matching more

[OpenWrt-Devel] [PATCH] Fix arch-dependent bug in hso module

2013-08-19 Thread Daniel Gimpelevich
I've also submitted this upstream. Without it, the module causes an oops on rt5350. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- .../patches-3.10/005-hso-stack-clobber-fix.patch | 56 .../patches-3.3/005-hso-stack-clobber-fix.patch|

Re: [OpenWrt-Devel] [PATCH] Fix arch-dependent bug in hso module

2013-08-19 Thread Luka Perkov
Hi Daniel, On Mon, Aug 19, 2013 at 01:45:28PM -0700, Daniel Gimpelevich wrote: I've also submitted this upstream. Without it, the module causes an oops on rt5350. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- .../patches-3.10/005-hso-stack-clobber-fix.patch

Re: [OpenWrt-Devel] [PATCH] Fix arch-dependent bug in hso module

2013-08-19 Thread Daniel Gimpelevich
On Tue, 2013-08-20 at 01:30 +0200, Luka Perkov wrote: Hi Daniel, Please update your patches with better commit message. It should also contain links to the mailing list and/or patchwork where the patch was sent (if possible of course). Also, patches inside generic should have very

Re: [OpenWrt-Devel] [PATCH] Fix arch-dependent bug in hso module

2013-08-19 Thread Luka Perkov
On Mon, Aug 19, 2013 at 04:49:37PM -0700, Daniel Gimpelevich wrote: On Tue, 2013-08-20 at 01:30 +0200, Luka Perkov wrote: Hi Daniel, Please update your patches with better commit message. It should also contain links to the mailing list and/or patchwork where the patch was sent (if

Re: [OpenWrt-Devel] [PATCH] Fix arch-dependent bug in hso module

2013-08-19 Thread Daniel Gimpelevich
On Tue, 2013-08-20 at 02:30 +0200, Luka Perkov wrote: Or you could resend the patch. Luka I think I'll see what upstream does before I do that. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org