Re: [OpenWrt-Devel] Duplicate netifd protocol for l2tp

2014-07-20 Thread Dirk Neukirchen
On 19.07.2014 08:48, Baptiste Jonglez wrote: > Hi, > > Two packages provide the "proto l2tp" netifd protocol: xl2tpd [1] in the > new packages feed, and l2tpv3tun [2] in oldpackages. > > The config are totally different, the problem is really a name clash. It seems they are doing things differen

Re: [OpenWrt-Devel] uClibc-ng

2014-07-20 Thread Sedat Dilek
On Sun, Jul 20, 2014 at 9:13 PM, Waldemar Brodkorb wrote: > Hello Embedded Linux Hackers, > > it seems there is no plan to release a new uClibc version. > The current maintainer does not response on any public or private mails > about a plan to do a needed release. Therefore most of you carrying a

Re: [OpenWrt-Devel] [PATCH 00/17] atheros: checkpatch fixes

2014-07-20 Thread Florian Fainelli
On Jul 20, 2014 11:27 AM, "Daniel Gimpelevich" < dan...@gimpelevich.san-francisco.ca.us> wrote: > > On Tue, 2014-06-24 at 13:51 -0700, Florian Fainelli wrote: > > 2014-06-24 13:30 GMT-07:00 Daniel Gimpelevich > > : > > > On Tue, 2014-06-24 at 12:38 -0700, Florian Fainelli wrote: > > >> I think AR23

[OpenWrt-Devel] [PATCH] ar71xx: Register reset button on UBNT AirGW

2014-07-20 Thread Matthew Reeve
The airGateway has a reset button connected to GPIO 12, so we should use it. Signed-off-by: Matthew Reeve diff --git a/target/linux/ar71xx/patches-3.10/722-MIPS-ath79-add-airGateway-support.patch b/target/linux/ar71xx/patches-3.10/722-MIPS-ath79-add-airGateway-support.patch index d64007d..0fe6

Re: [OpenWrt-Devel] OpenWRT IPv6 firewall

2014-07-20 Thread David Lang
On Sat, 19 Jul 2014, Gert Doering wrote: On Fri, Jul 18, 2014 at 04:08:02PM -0700, David Lang wrote: go do a tcpdump of your WAN interface some time, look at all the attacks that are going on there (especially with an ISP that's not blocking it for you) I'm well aware of all the bullshit that

[OpenWrt-Devel] [project/ucwmp.git][PATCH] session: check for uclient_connect return value

2014-07-20 Thread Rafał Miłecki
uclient_connect may return an error and calling uclient_write will cause a crash Signed-off-by: Rafał Miłecki --- session/main.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/session/main.c b/session/main.c index 147c949..e35cd5b 100644 --- a/session/main.c +++ b/se

[OpenWrt-Devel] uClibc-ng

2014-07-20 Thread Waldemar Brodkorb
Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public or private mails about a plan to do a needed release. Therefore most of you carrying a lot of patches against uClibc 0.9.33.2 to make it work in your proj

Re: [OpenWrt-Devel] [PATCH 00/17] atheros: checkpatch fixes

2014-07-20 Thread Daniel Gimpelevich
On Tue, 2014-06-24 at 13:51 -0700, Florian Fainelli wrote: > 2014-06-24 13:30 GMT-07:00 Daniel Gimpelevich > : > > On Tue, 2014-06-24 at 12:38 -0700, Florian Fainelli wrote: > >> I think AR231x has none of those, it's an End of Life platform, the > >> code base has been mostly static and well know

[OpenWrt-Devel] Current state of 802.11h

2014-07-20 Thread Rene Bartsch
Hi, what's the current state of 802.11h (Transmit Power Control and Dynamic Frequency Selection)? -- Best regards, Renne ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-07-20 Thread Christian Schoenebeck
Am 20.07.2014 09:06, schrieb Felix Fietkau: > On 2014-07-19 12:16, Christian Schoenebeck wrote: >> From: Christian Schoenebeck >> Date: Sat, 19 Jul 2014 11:14:01 +0200 >> Subject: ca-certificates: create symbolic link for certificate hashes >> >> Implementing "add-cert.sh" functionality discribed

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-07-20 Thread Paul Blazejowski
Hi, sorry your email got lost somehow on my end... And the machine hosting mailing list is down at the moment it seems. here is the info: root@router:~# cat /tmp/sysinfo/* wndr4300 NETGEAR WNDR3700v4/WNDR4300 thanks, -paul On Sat, 2014-07-19 at 14:52 -0400, Paul Blazejowski wrote: > John, >

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.10.44

2014-07-20 Thread Maarten Bezemer
On Sunday 20 July 2014 13:56:30 Felix Fietkau wrote: > On 2014-07-20 11:20, Hauke Mehrtens wrote: > > Hi, > > > > I am getting an error when compiling: > > > > /home/hauke/openwrt/git/staging_dir/host/bin/mkfs.jffs2 > > --compression-mode=none --pad --little-endian --squash -e 64KiB -o > > '/home

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.10.44

2014-07-20 Thread Felix Fietkau
On 2014-07-20 11:20, Hauke Mehrtens wrote: > Hi, > > I am getting an error when compiling: > > /home/hauke/openwrt/git/staging_dir/host/bin/mkfs.jffs2 > --compression-mode=none --pad --little-endian --squash -e 64KiB -o > '/home/hauke/openwrt/git/build_dir/target-arm_xscale_uClibc-0.9.33.2_eabi/l

[OpenWrt-Devel] [PATCH] [ar71xx] fix WAN MAC setup on dir-825-c1

2014-07-20 Thread Sebastian Kemper
Changeset 38690 broke the WAN MAC setup. Here's the fix. Signed-off-by: Sebastian Kemper gmx.net> --- diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 481d458..cee1328 100755 --- a/target/linux/ar71xx/bas

Re: [OpenWrt-Devel] [PATCH]ramips: Add Ralink RT3XXX USB OHCI driver

2014-07-20 Thread Roman Yeryomin
On 20 July 2014 12:15, John Crispin wrote: > > > On 20/07/2014 10:36, 郭传鈜 wrote: >> I think I should reply to the mail list right ... I can't use my >> USB Modem with "ohci-platform" in current kernel…only "USB is >> connected(disconnected)"in kernel log and no /dev/ttyUSB is added… >> So I tried

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.10.44

2014-07-20 Thread Hauke Mehrtens
On 07/20/2014 10:58 AM, Maarten Bezemer wrote: > Update the kernel of the orion target to version 3.10.44. > Refresh orion config and patches to match the changes in the kernel > > Tested on WRT350N-v2 device. > > Signed-off-by: Maarten Bezemer > --- > Makefile

Re: [OpenWrt-Devel] [PATCH] lantiq xway: generate ramdisk image by default

2014-07-20 Thread John Crispin
i can build a ramdisk for the board for the reelase if it is needed to install. we do the same for the mikrotik boards. John On 20/07/2014 10:03, Ben Mulvihill wrote: > No problem. I'll try to make sure there is a link to a non-official > ramdisk image on the wiki. (Along with some instal

[OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.10.44

2014-07-20 Thread Maarten Bezemer
Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer --- Makefile|2 +- config-default

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.14.12

2014-07-20 Thread Maarten Bezemer
On Sunday 20 July 2014 10:46:28 Hauke Mehrtens wrote: > On 07/20/2014 10:39 AM, Maarten Bezemer wrote: > > Update the kernel of the orion target to version 3.14.12. > > Refresh orion config and patches to match the changes in the kernel > > > > Tested on WRT350N-v2 device. > > > > Signed-off-by:

Re: [OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.14.12

2014-07-20 Thread Hauke Mehrtens
On 07/20/2014 10:39 AM, Maarten Bezemer wrote: > Update the kernel of the orion target to version 3.14.12. > Refresh orion config and patches to match the changes in the kernel > > Tested on WRT350N-v2 device. > > Signed-off-by: Maarten Bezemer > --- > Makefile

[OpenWrt-Devel] [PATCH] [orion] Update kernel to 3.14.12

2014-07-20 Thread Maarten Bezemer
Update the kernel of the orion target to version 3.14.12. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer --- Makefile|2 config-default

Re: [OpenWrt-Devel] [PATCH] lantiq xway: generate ramdisk image by default

2014-07-20 Thread Ben Mulvihill
No problem. I'll try to make sure there is a link to a non-official ramdisk image on the wiki. (Along with some installation instructions, which at the moment are lacking!) Ben On Sun, 2014-07-20 at 08:54 +0200, John Crispin wrote: > technically correct. however there is a dependency bug left ove

Re: [OpenWrt-Devel] [patch] [package] ca-certificates: create symbolic link for certificate hashes

2014-07-20 Thread Felix Fietkau
On 2014-07-19 12:16, Christian Schoenebeck wrote: > From: Christian Schoenebeck > Date: Sat, 19 Jul 2014 11:14:01 +0200 > Subject: ca-certificates: create symbolic link for certificate hashes > > Implementing "add-cert.sh" functionality discribed at > http://wiki.openwrt.org/doc/howto/wget-ssl-ce