[OpenWrt-Devel] isa ne2000, 3C905C-TX, tlan drivers support‏ help

2014-02-14 Thread Franklin Kenivel
Hello I have mentioned drivers asked drivers to install and using varying 133Mhz cpu o iqual Good Idea: PBX Asterisk please thank's ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.op

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
Ok. 2013.62 with ECC disabled is 164,968 bytes. Sound reasonable? On Fri, Feb 14, 2014 at 2:08 PM, Daniel Petre wrote: > > On 14 Feb 2014, at 20:38, Catalin Patulea wrote: >> >> Looks like most of the growth is in new ECC support functions, with >> some small growth to existing functions. Curve2

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Daniel Petre
On 14 Feb 2014, at 20:38, Catalin Patulea wrote: > > Looks like most of the growth is in new ECC support functions, with > some small growth to existing functions. Curve25519 is the largest > single contributor at 3 kB. Disabling Curve25519 brings the final > binary size to 189,900 bytes. > > I

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

2014-02-14 Thread Mikko Hissa
On 14 Feb 2014, at 01:04, Roman Yeryomin wrote: > On 14 February 2014 00:34, Mikko Hissa wrote: >> In rt2800lib.c function rt2800_get_txwi_rxwi_size() >> Add case MT7620 with RT5592. >> >>*txwi_size = TXWI_DESC_SIZE_5WORDS; >>*rxwi_size = RXWI_DESC_SIZE_6WORDS;

[OpenWrt-Devel] [PATCH] [packages] ddns services : Adding other dyndns service providers

2014-02-14 Thread billchan
Adding dyndns service providers (dyndns.fr, dyndnspro.com and dynamidomain.net) Signed-off-by: nabilion (N. Chaniour) Index: packages/net/ddns-scripts/files/usr/lib/ddns/services === --- packages/net/ddns-scripts/files/usr/lib/dd

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
On Fri, Feb 14, 2014 at 11:11 AM, Felix Fietkau wrote: > The bloat increase seems a bit excessive for a minor update. Any way to > make the new stuff optional (and disabled by default)? Here are the first few lines of a diff of 'nm --size-sort' between 2013.59 and 2013.62. First column is function

Re: [OpenWrt-Devel] PATCH [openvpn] --enable-small as option

2014-02-14 Thread Christoph Kottke
hi felix, with my patch is it possible to disable this option, because now it is not possible. and the default behavior is to build the small version, therefore i chose default = y to compile it like before. christoph Am Freitag, den 14.02.2014, 17:41 +0100 schrieb Felix Fietkau: > On 2014-02-1

Re: [OpenWrt-Devel] Svn commit help please

2014-02-14 Thread Florian Fainelli
2014-02-14 6:03 GMT-08:00 : > Hi,could one help pls ! > > I could not commit by changes by svn : > > os : linux fedora RH > > file : src/packages/net/ddns-scripts/files/usr/lib/ddns/services > > $ svn ci --username=xxx --password=xxx > net/ddns-scripts/files/usr/lib/ddns/services > > svn: Autho

Re: [OpenWrt-Devel] PATCH [openvpn] --enable-small as option

2014-02-14 Thread Felix Fietkau
On 2014-02-14 10:04, Christoph Kottke wrote: > Hi, > > thanks. I 've changed it and hope patchwork can track this. Please include information what --enable-small removes from the openvpn binary. It seems to me that it disables some features that are actually quite useful (like detecting config inc

[OpenWrt-Devel] Leaking ipv6 tunnel authentications in clear text

2014-02-14 Thread D.S. Ljungmark
Hello, The current setup with 6in4 tunnels from tunnelbroker.net is (by default) leaking auth tokens in cleartext. If the user instead installs ddns-scripts + curl, they can at least avoid the cleartext parts ( by editing the scripts, or manually downloading the CA pack and verifying this ) What

Re: [OpenWrt-Devel] [PATCH] AA: openssl: Support multi-threaded applications

2014-02-14 Thread Felix Fietkau
On 2014-01-30 17:32, Sujith Manoharan wrote: > From: Sujith Manoharan > > (This is a backport of r39048 from trunk). > > Allow multi-threaded applications to work properly by > removing the "no-threads" flag that is enabled by default. > > Signed-off-by: Sujith Manoharan Committed in r39585 __

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Felix Fietkau
On 2014-02-09 22:22, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > Notably, this adds elliptic curve cryptography (ECC) support. > > dropbear mips 34kc uClibc binary size: > before: 161,672 bytes > after: 198,008 The bloat increase seems a bit excessi

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
ping On Sun, Feb 9, 2014 at 4:22 PM, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > Notably, this adds elliptic curve cryptography (ECC) support. > > dropbear mips 34kc uClibc binary size: > before: 161,672 bytes > after: 198,008 > > Signed-off-by: Cat

[OpenWrt-Devel] Svn commit help please

2014-02-14 Thread billchan
Hi,could one help pls ! I could not commit by changes by svn : os : linux fedora RH file : src/packages/net/ddns-scripts/files/usr/lib/ddns/services $ svn ci --username=xxx --password=xxx net/ddns-scripts/files/usr/lib/ddns/services svn: Authorization failed Thanks. __

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

2014-02-14 Thread Roman Yeryomin
On 14 February 2014 01:30, Mikko Hissa wrote: > > On 14 Feb 2014, at 01:04, Roman Yeryomin wrote: > >> On 14 February 2014 00:34, Mikko Hissa wrote: >>> In rt2800lib.c function rt2800_get_txwi_rxwi_size() >>> Add case MT7620 with RT5592. >>> >>>*txwi_size = TXWI_DESC_SIZE_5WORDS;

Re: [OpenWrt-Devel] Found the issue with the N750

2014-02-14 Thread Felix Kaechele
Luis E. Garcia wrote: > For Radio1 (5 GHz) what is the way to test if the LNAs for that radio > are enabled/disabled?? >From a GPIO perspective there is none. The LNAs of the 5GHz radio section are hardwired to the AR9380 chipset. They are controlled directly by the ath9k driver in the antenna se

Re: [OpenWrt-Devel] PATCH [openvpn] --enable-small as option

2014-02-14 Thread Christoph Kottke
Hi, thanks. I 've changed it and hope patchwork can track this. Christoph Am 13.02.2014 15:43, schrieb Emmanuel Deloget: > Hello, > > On 12/02/2014 19:30, Christoph Kottke wrote: >> hi, >> >> this add the configure switch "--enable-small" as an option in >> menuconfig. >> >> christoph > > Ther

Re: [OpenWrt-Devel] Backport of zram to AA

2014-02-14 Thread Bastian Bittorf
* Fernando Frediani [14.02.2014 09:35]: > When will someone backport it from the trunk to Attitude Adjustment someone is you. there are some howto's out there to apply the needed changes to your local branch, use them. zram has changed a little but over the time, if you really need it...send a p