Re: [OpenWrt-Devel] [PATCH] kernel: bgmac: rework patch checking packet length

2014-04-06 Thread Nathan Hintz
Hi Rafał: > From: zaj...@gmail.com > To: ha...@hauke-m.de; openwrt-devel@lists.openwrt.org > Date: Thu, 3 Apr 2014 19:26:48 +0200 > Subject: [OpenWrt-Devel] [PATCH] kernel: bgmac: rework patch checking packet > length > > This bgmac patch was an attempt to

Re: [OpenWrt-Devel] [PATCH 1/3] mac80211: ath9k: add support for QCA953x

2014-04-06 Thread Matthias Schiffer
Ping. I'm getting quite a few requests by people who want to try out these patches, as many people already have a TL-WR841N/ND v9. It would be nice if the support could land in trunk ASAP... On 04/01/2014 06:16 AM, Matthias Schiffer wrote: > This adds the following patches by Sujith Manoharan from

Re: [OpenWrt-Devel] public ssh key

2014-04-06 Thread Flavio Rodrigo LEonel
the problem !!! Not connect ssh public key !!! flavio@Flavio-V5:~$ ssh -l root 10.1.137.1 -vv OpenSSH_6.6, OpenSSL 1.0.1f 6 Jan 2014 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connect

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2014-04-06 Thread Jonas Gorski
On Sat, Feb 1, 2014 at 1:06 PM, Álvaro Fernández Rojas wrote: > AFAIK anyone with a Neufbox 6 should be able to test if the problem happens > on SMP + SPI flash. > > I don't have any SMP + SPI flash brcm63xx device that is currently supported > by OpenWrt. > When Florian releases the BCM3380 pat

Re: [OpenWrt-Devel] [PATCH] uci: fix Lua finding

2014-04-06 Thread Yegor Yefremov
On Sun, Apr 6, 2014 at 10:49 PM, Felix Fietkau wrote: > On 2014-04-06 21:41, Yegor Yefremov wrote: >> If ${LUAPATH} is not quoted and Lua is not provided, then following >> error occurs: >> >> "NOT" "No such file or directory" "EQUAL" "0" "OR" "EQUAL" "" >> >> Signed-off-by: Yegor Yefremov > Appl

Re: [OpenWrt-Devel] [PATCH] uci: fix Lua finding

2014-04-06 Thread Felix Fietkau
On 2014-04-06 21:41, Yegor Yefremov wrote: > If ${LUAPATH} is not quoted and Lua is not provided, then following > error occurs: > > "NOT" "No such file or directory" "EQUAL" "0" "OR" "EQUAL" "" > > Signed-off-by: Yegor Yefremov Applied, thanks. - Felix _

[OpenWrt-Devel] [PATCH][packages] ntfs-3g: bump to 2014.2.15

2014-04-06 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- utils/ntfs-3g/Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/utils/ntfs-3g/Makefile b/utils/ntfs-3g/Makefile index 446c8d0..89a56f4 100644 --- a/utils/ntfs-3g/Makefile +++ b/utils/ntfs-3g/Makefile @@ -1,5 +1,5 @@ # -# Copyrigh

[OpenWrt-Devel] [PATCH] uci: fix Lua finding

2014-04-06 Thread Yegor Yefremov
If ${LUAPATH} is not quoted and Lua is not provided, then following error occurs: "NOT" "No such file or directory" "EQUAL" "0" "OR" "EQUAL" "" Signed-off-by: Yegor Yefremov --- lua/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CMakeLists.txt b/lua/CMake

[OpenWrt-Devel] [PATCH] odhcp6c: don't handle certain RA data if the kernel is, configured to take care of it

2014-04-06 Thread Heiner Kallweit
If the kernel is configured to handle RAs (accept_ra=1, e.g. implied by forwarding=0) then this work is mainly duplicated by netifd and odhcp6c. I don't think it's a good thing if kernel and userspace applications try to do the same in parallel. Another side effect I noticed: If the kernel takes

[OpenWrt-Devel] Uploading new image to the brcm2708 platform via web interface possible?

2014-04-06 Thread Derek Werthmuller
On other platforms you can do a wget of a new image to the /tmp partition and run a mtd or sysupgrade wait for it to finish and reboot and now you have a new os and setup. Would this work on the brcm2708 platform? Maybe not on the current filesystem layout, but what if /tmp was its own partition l

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-04-06 Thread Hartmut Knaack
Gerry Rozema schrieb: > On 28/03/14 01:58 PM, Peter Lawler wrote: >> "Hi Pete! We are working with one of the OpenWRT founders and his >> team. We'll be sharing more details later... Stay tuned! :)" > https://dev.openwrt.org/wiki/people > > Two listed there as founders, and I'm one of the two. > >

Re: [OpenWrt-Devel] Any plans to support WD My Net N900 (Ubicom IP8K 600MHz, 8x GigE, 256MB)?

2014-04-06 Thread Constantine A. Murenin
Hi Luis, I'm also interested in trying out the waters by porting OpenWrt over. I've noticed reports that WD My Net routers appear to be developer-friendly -- according to the reports like https://wikidevi.com/wiki/Western_Digital_My_Net_N750, the models sold to end-users still do have the serial h

[OpenWrt-Devel] [PATCH] [packages] new package tgt

2014-04-06 Thread Maxim Storchak
This patch provides userspace iSCSI target support. https://dev.openwrt.org/ticket/8798 Signed-off-by: Maxim Storchak --- net/tgt/Makefile | 59 ++ net/tgt/files/etc/config/tgt | 38 net/tgt/files/etc/init.d/tgt | 107 +