Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Helmut Schaa
On Tue, Feb 4, 2014 at 8:24 PM, Roman Yeryomin wrote: > On 4 February 2014 19:58, Helmut Schaa wrote: >> On Tue, Feb 4, 2014 at 5:19 PM, Roman Yeryomin wrote: >>> On 4 February 2014 17:56, Helmut Schaa wrote: >>> Currently wifi interface appears in the system and can be enabled but >>>

[OpenWrt-Devel] [PATCH v3] DGN3500 (all known variants) factory image building support

2014-02-04 Thread Marco Antonio Mauro
This patch adds factory image building for the Netgear DGN3500 for all known variants. The images can be used directly in the update dialog in the web interface of the stock firmware and via the special Sercomm bootmode and a special windows flashing utility (allegedly present in the CD that came

Re: [OpenWrt-Devel] [PATCH V2 3/3] brcm47xx: new patch adding arch workarounds.c

2014-02-04 Thread Hauke Mehrtens
On 02/01/2014 09:52 PM, Rafał Miłecki wrote: > It was recently sent to linux-mips for comments. It adds workaround for > WNR3500L to enable USB port. > > Signed-off-by: Rafał Miłecki > --- > V2: Update patch to V2 (dropped pr_debug) > --- > ...X-Add-new-file-for-device-specific-workar.patch | 81

Re: [OpenWrt-Devel] [PATCH v2] DGN3500 (all known variants) factory image building support

2014-02-04 Thread Marco Antonio Mauro
On Mon, Feb 3, 2014 at 2:01 PM, Marco Antonio Mauro wrote: > This patch adds factory image building so as to allow an OpenWRT > install through the standard firmware update system. > > It is an heavily modified version of a package I found on the OpenWRT > forum with a couple fixes -- in the check

Re: [OpenWrt-Devel] package maintainer request for mosquitto

2014-02-04 Thread Karl P
*ping* Failing that, can I at least get http://patchwork.openwrt.org/patch/4667/ looked at please? Sincerely, Karl P On 01/30/2014 04:35 PM, Karl Palsson wrote: Hi, I'd like to be the formal maintainer of the mosquitto package for openwrt. I've asked in the past, and in 08f566d7c38cf49a1

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Roman Yeryomin
On 4 February 2014 19:58, Helmut Schaa wrote: > On Tue, Feb 4, 2014 at 5:19 PM, Roman Yeryomin wrote: >> On 4 February 2014 17:56, Helmut Schaa wrote: >> Currently wifi interface appears in the system and can be enabled but >> `iw dev wlan0 scan' gives no result and wlan0 transmits one p

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Helmut Schaa
On Tue, Feb 4, 2014 at 5:19 PM, Roman Yeryomin wrote: > On 4 February 2014 17:56, Helmut Schaa wrote: > Currently wifi interface appears in the system and can be enabled but > `iw dev wlan0 scan' gives no result and wlan0 transmits one packet > roughly in 10 minutes as per ifconfig (s

[OpenWrt-Devel] [PATCH v3 2/2] tcpdump: update to current upstream version 4.5.1

2014-02-04 Thread Thomas Huehn
-size_of(old tcpdump-mini 4.2.1) = 145245 Byte -size_of(new tcpdump-mini 4.5.1) = 149416 Byte => ~4.2 KByte increase Signed-off-by: Thomas Huehn --- package/network/utils/tcpdump/Makefile |6 +- .../tcpdump/patches/001-remove_pcap_debug.patch|2 +- .../patches/002-remove_

[OpenWrt-Devel] [PATCH v3 1/2] libpcap: update to current upstream version 1.5.3

2014-02-04 Thread Thomas Huehn
-size_of(old libpcap-1.3.0) = 85228 Byte -size_of(new libpcap-1.5.3) = 88587 Byte => ~3.3 KByte increase --- package/libs/libpcap/Makefile |4 +- .../libpcap/patches/100-debian_shared_lib.patch| 30 - .../patches/102-makefile_disable_manpages.patch| 71

Re: [OpenWrt-Devel] [PATCH] tcpdump: new upstream release 4.5.1 & libpcap 1.5.3

2014-02-04 Thread Bluse
Hi Jow, Sure … will fix this in v3. Greetings Bluse On 04.02.2014, at 16:39, Jo-Philipp Wich wrote: Hi, I think you should drop "patches/004-fix_3g_iface.patch" entirely, all thats left after your refresh is a useless declaration of "char *devp". Regards, Jow

[OpenWrt-Devel] [PATCH v2 2/2] tcpdump: update to current upstream version 4.5.1

2014-02-04 Thread Thomas Huehn
-size_of(old tcpdump-mini 4.2.1) = 145245 Byte -size_of(new tcpdump-mini 4.5.1) = 149416 Byte => ~4.2 KByte increase Signed-off-by: Thomas Huehn --- package/network/utils/tcpdump/Makefile |6 +- .../tcpdump/patches/001-remove_pcap_debug.patch|2 +- .../patches/002-remove_

[OpenWrt-Devel] [PATCH v2 1/2] libpcap: update to current upstream version 1.5.3

2014-02-04 Thread Thomas Huehn
-size_of(old libpcap-1.3.0) = 85228 Byte -size_of(new libpcap-1.5.3) = 88587 Byte => ~3.3 KByte increase --- package/libs/libpcap/Makefile |4 +- .../libpcap/patches/100-debian_shared_lib.patch| 30 - .../patches/102-makefile_disable_manpages.patch| 71

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Roman Yeryomin
On 4 February 2014 17:56, Helmut Schaa wrote: Currently wifi interface appears in the system and can be enabled but `iw dev wlan0 scan' gives no result and wlan0 transmits one packet roughly in 10 minutes as per ifconfig (ssid doesn't appear in the air). `iw phy' output lo

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Helmut Schaa
On Tue, Feb 4, 2014 at 4:40 PM, Roman Yeryomin wrote: > Thanks for answer, Helmut! > > On 3 February 2014 18:01, Helmut Schaa wrote: >> On Sat, Feb 1, 2014 at 1:08 AM, Roman Yeryomin wrote: >>> Unfortunately I have no experience in wifi drivers and this is my >>> first one. Even worse I don't kn

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-04 Thread Roman Yeryomin
Thanks for answer, Helmut! On 3 February 2014 18:01, Helmut Schaa wrote: > On Sat, Feb 1, 2014 at 1:08 AM, Roman Yeryomin wrote: >> Unfortunately I have no experience in wifi drivers and this is my >> first one. Even worse I don't know what those register (rfcsr and bbp) >> writes _should_ do be

Re: [OpenWrt-Devel] [PATCH] tcpdump: new upstream release 4.5.1 & libpcap 1.5.3

2014-02-04 Thread Jo-Philipp Wich
Hi, I think you should drop "patches/004-fix_3g_iface.patch" entirely, all thats left after your refresh is a useless declaration of "char *devp". Regards, Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwr

[OpenWrt-Devel] [PATCH] tcpdump: new upstream release 4.5.1 & libpcap 1.5.3

2014-02-04 Thread Thomas Huehn
Pull openwrt packages tcpdump and libpcap to the latest upstream versions. Especially MCS rate information printed by tcpdump is fixed by this. Signed-off-by: Thomas Huehn --- package/libs/libpcap/Makefile |4 +- .../libpcap/patches/100-debian_shared_lib.patch| 44

Re: [OpenWrt-Devel] [PATCH] Add gccgo and libgo

2014-02-04 Thread Geert-Johan Riemer
Hi Luka, Thanks for your response! You could grab this simple "Hello, openWRT" program: http://play.golang.org/p/uM7S_C37L2 More info on gccgo: http://golang.org/doc/install/gccgo Thanks! -- Geert-Johan Riemer On Tue, 4 Feb 2014, Luka Perkov wrote: > Hi Geert-Johan, > > On Tue, Feb 04, 2014 a

Re: [OpenWrt-Devel] [PATCH] Add gccgo and libgo

2014-02-04 Thread Luka Perkov
Hi Geert-Johan, On Tue, Feb 04, 2014 at 02:26:38PM +0100, Geert-Johan Riemer wrote: > Still haven't heard anything. Any chance to get this merged in? > > http://patchwork.openwrt.org/patch/4711/ I've started testing that this weekend but I've hit build problem with eglibc which I had to fix firs

Re: [OpenWrt-Devel] [PATCH] Add gccgo and libgo

2014-02-04 Thread Geert-Johan Riemer
Still haven't heard anything. Any chance to get this merged in? http://patchwork.openwrt.org/patch/4711/ -- Geert-Johan Riemer On Mon, 20 Jan 2014, Geert-Johan Riemer wrote: > Any update on this? I'd really like to see it merged upstream. > Do I need to add/fix something? I believe this is wor

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Roberto Riggio
On 04/02/14 10:31, Helmut Schaa wrote: > But it works if you create it manually with ovs-vsctl? Yes the manual workflow works fine: create bridge, add interfaces set cotnroller. R. -- Roberto Riggio, Ph.D. CREATE-NET Network & Security S

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Helmut Schaa
On Tue, Feb 4, 2014 at 9:16 AM, Roberto Riggio wrote: > On 04/02/14 09:09, Helmut Schaa wrote: What if you write the config file after boot and run /etc/init.d/network reload? Does it also end up in a loop? >>> >>> Just tried, no, it does not loop. >> >> Ok, this helps a lot I gues

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Roberto Riggio
On 04/02/14 09:09, Helmut Schaa wrote: >>> What if you write the config file after boot and run /etc/init.d/network >>> reload? >>> Does it also end up in a loop? >> >> Just tried, no, it does not loop. > > Ok, this helps a lot I guess. > Maybe OVS is not up and running yet during boot or not yet

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Helmut Schaa
On Mon, Feb 3, 2014 at 6:03 PM, Ronaldo Zacarias Afonso wrote: > I'm trying to build a fresh OpenWRT and didn't find that Open vSwitch > patch you mentioned. > > Can you please point me where it is? It's just an RFC for now but you can find a current version here: https://github.com/hscha

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Helmut Schaa
On Mon, Feb 3, 2014 at 6:53 PM, Roberto Riggio wrote: > On 03/02/14 16:57, Helmut Schaa wrote: >> What if you write the config file after boot and run /etc/init.d/network >> reload? >> Does it also end up in a loop? > > Just tried, no, it does not loop. Ok, this helps a lot I guess. Maybe OVS is