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

2014-04-08 Thread Steven Barth
Hello Heiner, thanks, however overriding the kernel behavior is intentional as its handling of e.g. routes is very limited. Also getting address from both the kernel and through dhcpv6 to netifd to the kernel causes conflicts such as the ones you noted. If you want to use Kernel RA-handling

Re: [OpenWrt-Devel] dslite tunnel setup

2014-04-08 Thread Steven Barth
Hello Henning, i find it very strange that your ISP doesn't offer public addresses on the WAN interface however I think this is actually standards compliant so we have to deal with it. please see: https://dev.openwrt.org/changeset/40422 I added an option weakif which allows you to specify an

Re: [OpenWrt-Devel] [PATCH] OpenSSL: update to 1.0.1g

2014-04-08 Thread Steven Barth
Applied, thanks. Will probably take care of AA later today. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] OpenSSL: update to 1.0.1g

2014-04-08 Thread Michel Stempin
Le 08/04/2014 08:37, Steven Barth a écrit : Applied, thanks. Will probably take care of AA later today. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel Does it mean that

Re: [OpenWrt-Devel] So, how does the 'compat-wireless' package interact with the OpenWRT build scripts and the given Linux Kernel?

2014-04-08 Thread José Vázquez
It's not difficult. If you want to add an atheros option look into the Makefile the better place for it. This link points to one of the ath sections: https://dev.openwrt.org/browser/trunk/package/kernel/mac80211/Makefile#L494 You see Linux-3.10.34 Kconfig items because it is patched for the

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread Rafał Miłecki
2014-04-07 18:04 GMT+02:00 MOHAMED Kallel mohamed.kal...@pivasoftware.com: Add new package. Its name is easycwmp. easycwmp is a GPLv2 open source implementation of the TR069 cwmp standard. easycwmp is a complete cwmp client fully conform with the TR-069 standrad Have you tried to

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread Luka Perkov
Hi Mohamed, On Mon, Apr 07, 2014 at 06:04:56PM +0200, MOHAMED Kallel wrote: Add new package. Its name is easycwmp. easycwmp is a GPLv2 open source implementation of the TR069 cwmp standard. easycwmp is a complete cwmp client fully conform with the TR-069 standrad Can you please provide a

[OpenWrt-Devel] WiFi / interface-combinations e.g. IBSS + AP

2014-04-08 Thread Bastian Bittorf
while working with different routers, i recognized that e.g. using adhoc/IBSS + AP on 1 radio is generally supported with mac80211 but limited by driver. e.g. ath9k works, rt2800/rt2x00 does not work (r40352/fonera2.0n). because we have some presets in our community-firmware, it would be good to

Re: [OpenWrt-Devel] WiFi / interface-combinations e.g. IBSS + AP

2014-04-08 Thread Felix Fietkau
On 2014-04-08 12:04, Bastian Bittorf wrote: while working with different routers, i recognized that e.g. using adhoc/IBSS + AP on 1 radio is generally supported with mac80211 but limited by driver. e.g. ath9k works, rt2800/rt2x00 does not work (r40352/fonera2.0n). because we have some

[OpenWrt-Devel] WDS and adhoc support with ath10k

2014-04-08 Thread Bruno Antunes
Hi, I recently have been testing some 802.11ac hardware with the ath10k. Could someone confirm if WDS and adhoc mode currently don't have support with this driver? Thanks, Bruno ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] [ramips] Don't try to generate whr-g300n image if it's going to be more than 4M

2014-04-08 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/image/Makefile | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index c6a42ad..63f7425 100644 ---

Re: [OpenWrt-Devel] [PATCH v3] radsecproxy: procd conversion and version bump

2014-04-08 Thread Toke Høiland-Jørgensen
Ping? :) http://patchwork.openwrt.org/patch/5037/ -Toke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] [ramips] Fix pinmux-rt2880

2014-04-08 Thread Roman Yeryomin
The last arg to FUNC() is count, not last pin. Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch

[OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
This fixes gpio to the state when gpio leds and buttons start to work but something still broken for ethernet part (mdio?). Externet switch is detectable and configurable, packet counters change but looks like there is no connection between rt2880 and external switch. Wireless appears to be

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Claudio Leite
Hi Roman, * Roman Yeryomin (leroi.li...@gmail.com) wrote: This fixes gpio to the state when gpio leds and buttons start to work but something still broken for ethernet part (mdio?). I was actually about to submit a fix for this exact problem. Your GPIO fix is identical to mine (I actually

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
On 8 April 2014 14:37, Claudio Leite lei...@staticky.com wrote: Hi Roman, * Roman Yeryomin (leroi.li...@gmail.com) wrote: This fixes gpio to the state when gpio leds and buttons start to work but something still broken for ethernet part (mdio?). I was actually about to submit a fix for

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

2014-04-08 Thread Felix Fietkau
On 2014-04-08 00:31, Fernando Frediani wrote: Reading all this discussion around WRT1900ac makes me wonder of something: - When Belkin acquired Linksys and announced WRT1900ac they made a big noise (marketing) about OpenWRT compatibility so they are using the project's name for their

Re: [OpenWrt-Devel] [PATCH] AA: OpenSSL: fix CVE-2014-0160

2014-04-08 Thread Helmut Schaa
On Tue, Apr 8, 2014 at 4:47 AM, Stijn Tintel st...@linux-ipv6.be wrote: This patch, taken from upstream commit 96db9023b881d7cd9f379b0c154650d6c108e9a3, fixes the Heartbleed bug (CVE-2014-0160). IMHO it would make sense to update to 1.0.1g instead. At least I've done that in my local tree ...

Re: [OpenWrt-Devel] [PATCH] AA: OpenSSL: fix CVE-2014-0160

2014-04-08 Thread Helmut Schaa
On Tue, Apr 8, 2014 at 2:14 PM, Helmut Schaa helmut.sc...@googlemail.com wrote: On Tue, Apr 8, 2014 at 4:47 AM, Stijn Tintel st...@linux-ipv6.be wrote: This patch, taken from upstream commit 96db9023b881d7cd9f379b0c154650d6c108e9a3, fixes the Heartbleed bug (CVE-2014-0160). IMHO it would

[OpenWrt-Devel] To attach ar8236 switch driver to a qca9558 board.Help will be appreciate.

2014-04-08 Thread Hero huang
Just got a tplink wr881n couple days ago,which is qca9558 plus ar8236 You can check the inside looks here: http://forum.anywlan.com/thread-271726-1-1.html I want to see openwrt running on this platform. I tried flash wr1043nd-v2 image into it,seeing that wireless is ok. Then I happen to see a guy

[OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread John Crispin
Hi, i have been playing with the TD8970 the last few days and tried to bring it online on a deutsche telekom adsl annex-b line. unfortunately i have totally failed so far. i managed to get the unit into showtime on my dslam using vdsl however. i also talked to people that have the driver/firmware

[OpenWrt-Devel] [PATCH 0/4] ramips: Fix rt2880 Ethernet and wireless

2014-04-08 Thread Claudio Leite
These patches fix Ethernet and wireless on rt2880 boards. I have tested on two systems with success. The last patch is made against Roman Yeryomin's previously-submitted, but not yet merged, pinctrl patch. Note that the board DTS must define the port and PHY to connect to. Here's an example for

[OpenWrt-Devel] [PATCH 1/4] ramips: enable port init function on RT2880 ethernet

2014-04-08 Thread Claudio Leite
This just enables the existing function, allowing port settings to be made via the board's DTS. Signed-off-by: Claudio Leite lei...@staticky.com --- .../patches-3.10/0218-NET-ralink-init_rt2880_port.patch | 12 1 file changed, 12 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 2/4] ramips: set wmac clock on rt2880

2014-04-08 Thread Claudio Leite
Probing the wireless device will fail without it, as the rt2800-soc driver needs to check if the device has a 20MHz clock crystal. The chip on the RT2880 boards uses 40MHz as far as I can tell. Signed-off-by: Claudio Leite lei...@staticky.com --- .../patches-3.10/0219-rt2880_wmac_clock.patch

[OpenWrt-Devel] [PATCH 3/4] ramips: squelch mdio debugging info on rt2880 ethernet

2014-04-08 Thread Claudio Leite
Use pr_debug rather than pr_info since it is only relevant for debugging. Signed-off-by: Claudio Leite lei...@staticky.com --- .../0220-NET-ralink-squelch_mdio_access.patch | 22 ++ 1 file changed, 22 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 4/4] ramips: add rt2880 ethernet port device type

2014-04-08 Thread Claudio Leite
This patch is made against Roman Yeryomin's previously-submitted, but not yet merged, rt2880 DT pinctrl patch. Signed-off-by: Claudio Leite lei...@staticky.com --- target/linux/ramips/dts/rt2880.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/target/linux/ramips/dts/rt2880.dtsi

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread Jonas Gorski
On Tue, Apr 8, 2014 at 3:34 PM, John Crispin j...@phrozen.org wrote: Hi, i have been playing with the TD8970 the last few days and tried to bring it online on a deutsche telekom adsl annex-b line. unfortunately i have totally failed so far. i managed to get the unit into showtime on my dslam

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread John Crispin
does anyone know how to force adsl or vdsl ? i tried -M1 and -M2 but i got no showtime. Have you tried -M 0_1_0 or -M 0_0_2? it is not a matter of trying random values but knowing what they mean and how to build the parameters from uci. what do those parameters do that you listed ?

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread KALLEL Mohamed
Hi Luka In our company we really appreciate the freecwmp project because it has a good source structure. In fact EasyCwmp is derived from freecwmp project (git revision a13ccb5097d5c8445927f85529ec2322ed968852 date 2012/12/23) At the beginning, we tried to contribute to the freecwmp

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

2014-04-08 Thread Bjørn Mork
Felix Fietkau n...@openwrt.org writes: I've seen this happen to other open source related projects using Marvell hardware as well, so the big question is whether Belkin can put enough pressure on them to get the source code released. Even if that happens, the source code will most likely

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread KALLEL Mohamed
Hi Rafal Comparing to freecwmp, EasyCwmp is a complete cwmp client and it's fully conform with the TR069 standard. freecwmp has a good source structure, In fact EasyCwmp is derived from freecwmp project thanks to the source structure. we chose to continue the development of freecwmp in a

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

2014-04-08 Thread Felix Fietkau
On 2014-04-08 17:02, Bjørn Mork wrote: Felix Fietkau n...@openwrt.org writes: I've seen this happen to other open source related projects using Marvell hardware as well, so the big question is whether Belkin can put enough pressure on them to get the source code released. Even if that

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread Rafał Miłecki
2014-04-08 17:29 GMT+02:00 KALLEL Mohamed mohamed.kal...@pivasoftware.com: Comparing to freecwmp, EasyCwmp is a complete cwmp client and it's fully conform with the TR069 standard. freecwmp has a good source structure, In fact EasyCwmp is derived from freecwmp project thanks to the source

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

2014-04-08 Thread José Vázquez
2014-04-08 17:02 GMT+02:00, Bjørn Mork bj...@mork.no: Felix Fietkau n...@openwrt.org writes: I've seen this happen to other open source related projects using Marvell hardware as well, so the big question is whether Belkin can put enough pressure on them to get the source code released.

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread Rafał Miłecki
2014-04-08 16:43 GMT+02:00 KALLEL Mohamed mohamed.kal...@pivasoftware.com: At the beginning, we tried to contribute to the freecwmp project (http://www.linux-mips.org/archives/freecwmp/2012-12/threads.html#00076) but we found that the contribution process takes time and we found that our way

Re: [OpenWrt-Devel] To attach ar8236 switch driver to a qca9558 board.Help will be appreciate.

2014-04-08 Thread Hero huang
Just to check if it is listed on the channel. 2014-04-08 20:57 GMT+08:00 Hero huang hero18...@gmail.com: Just got a tplink wr881n couple days ago,which is qca9558 plus ar8236 You can check the inside looks here: http://forum.anywlan.com/thread-271726-1-1.html I want to see openwrt running

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread Jonas Gorski
On Tue, Apr 8, 2014 at 4:42 PM, John Crispin j...@phrozen.org wrote: does anyone know how to force adsl or vdsl ? i tried -M1 and -M2 but i got no showtime. Have you tried -M 0_1_0 or -M 0_0_2? it is not a matter of trying random values but knowing what they mean and how to build the

Re: [OpenWrt-Devel] [PATCH] New package: easycwmp package

2014-04-08 Thread KALLEL Mohamed
Hello Rafal I m aware with the source quality issue And as answer to Luka concerning the NEW PATCH version, we have sent a new patches [PATCH v2 00/10] containing 10 patches that take account the Luka remarks but he rejected them (the patches are not merged in the freecwmp project).

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread John Crispin
On 08/04/2014 19:05, Jonas Gorski wrote: I have no idea. This was just a guess on the part that all the other parameters are in this bitfield notion, so I assumed that this one works the same. Shouldn't the cpe-control sources tell you what they are good for? yes but that takes too long

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread obconseil
Hello, I would be interested by that too: I'm currently working on the same TD-W8970, using a annex-a ADSL2+ firmware. However, I lack VDSL2 annex-a firmware , as this standard has been recently allowed in France. I could confirm that , when using my current firmware on a VDSL2 POTS , the

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread José Vázquez
Make sure you have selected kmod-ltq-ptm-vr9 and kmod-ltq-atm-vr9 deselected in addition to a VR9 vdsl firmware. The firm you need should be into the TD-W8970 source code. Regards. 2014-04-08 19:51 GMT+02:00, obconseil obcons...@gmail.com: Hello, I would be interested by that too: I'm

[OpenWrt-Devel] [PATCH] [ramips] Fix wireless eeprom extraction

2014-04-08 Thread Roman Yeryomin
Broken after 40411 Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom

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

2014-04-08 Thread Hauke Mehrtens
On 04/08/2014 06:04 PM, Felix Fietkau wrote: On 2014-04-08 17:02, Bjørn Mork wrote: Felix Fietkau n...@openwrt.org writes: I've seen this happen to other open source related projects using Marvell hardware as well, so the big question is whether Belkin can put enough pressure on them to get

Re: [OpenWrt-Devel] [PATCH 0/4] ramips: Fix rt2880 Ethernet and wireless

2014-04-08 Thread Roman Yeryomin
On 8 April 2014 16:39, Claudio Leite lei...@staticky.com wrote: These patches fix Ethernet and wireless on rt2880 boards. I have tested on two systems with success. The last patch is made against Roman Yeryomin's previously-submitted, but not yet merged, pinctrl patch. Note that the board

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread John Crispin
On 08/04/2014 19:51, obconseil wrote: Hello, I would be interested by that too: I'm currently working on the same TD-W8970, using a annex-a ADSL2+ firmware. However, I lack VDSL2 annex-a firmware , as this standard has been recently allowed in France.

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
On 8 April 2014 19:41, Claudio Leite lei...@staticky.com wrote: * Roman Yeryomin (leroi.li...@gmail.com) wrote: On 8 April 2014 14:41, Claudio Leite lei...@staticky.com wrote: Really funny timing-nobody seemed to be interested in rt2880 for a long time, and then we both fix it at the same

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

2014-04-08 Thread Heiner Kallweit
Am 08.04.2014 08:03, schrieb Steven Barth: Hello Heiner, thanks, however overriding the kernel behavior is intentional as its handling of e.g. routes is very limited. Also getting address from both the kernel and through dhcpv6 to netifd to the kernel causes conflicts such as the ones you

Re: [OpenWrt-Devel] dslite tunnel setup

2014-04-08 Thread Gert Doering
Hi, On Tue, Apr 08, 2014 at 08:22:45AM +0200, Steven Barth wrote: i find it very strange that your ISP doesn't offer public addresses on the WAN interface however I think this is actually standards compliant so we have to deal with it. It's called IPv4 exhaustion... DS-Lite is one of the

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Claudio Leite
* Roman Yeryomin (leroi.li...@gmail.com) wrote: On 8 April 2014 19:41, Claudio Leite lei...@staticky.com wrote: * Roman Yeryomin (leroi.li...@gmail.com) wrote: I think by default it configures mdio as mdio--I had a mdio_pins group in my rt2880.dtsi, but when I submitted the patches I redid

[OpenWrt-Devel] [PATCH] [tools] sparse: add as a new package selectable from the config

2014-04-08 Thread Mathieu Olivari
This change does multiple things, all related to enable sparse usage as a static analysis tool selectable from the OpenWrt configuration: *add a KERNEL_SPARSE option in the config to add sparse to the kernel build (through the C=1 option usage) *add sparse as a new host tools. It will get

Re: [OpenWrt-Devel] dslite tunnel setup

2014-04-08 Thread Steven Barth
Hi Gert, i find it very strange that your ISP doesn't offer public addresses on the WAN interface however I think this is actually standards compliant so we have to deal with it. It's called IPv4 exhaustion... DS-Lite is one of the way to deal with it (which effectively gives you only one NAT

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
On 8 April 2014 23:00, Claudio Leite lei...@staticky.com wrote: * Roman Yeryomin (leroi.li...@gmail.com) wrote: On 8 April 2014 19:41, Claudio Leite lei...@staticky.com wrote: * Roman Yeryomin (leroi.li...@gmail.com) wrote: I think by default it configures mdio as mdio--I had a mdio_pins

Re: [OpenWrt-Devel] dslite tunnel setup

2014-04-08 Thread Henning Schild
I am not an ipv6 expert at all but from what i understand it has to do with the providers configuration that my wan6 does not actually have a routeable ipv6 addr. On a subject related to that dslite setup i found another problem. I am not sure what i am supposed to see on the overview page of

Re: [OpenWrt-Devel] dslite tunnel setup

2014-04-08 Thread Henning Schild
Hi, judging from Gerts mail domain he might well be stuck with the very same provider i unfortunatelly signed a contract with. Small, local German providers seem to be going for native ipv6 with dslite. That allows them to grow even though they own a relatively small ipv4 pool. Most users are

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread obconseil
Le 08/04/2014 20:05, José Vázquez a écrit : Make sure you have selected kmod-ltq-ptm-vr9 and kmod-ltq-atm-vr9 deselected in addition to a VR9 vdsl firmware. Thanks for the help. Is kmod-ltq-ptm-vr9 only for the packet transfer mode ? If yes it will not work - even on VDSL, ISP still use ATM

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread obconseil
Le 08/04/2014 20:05, José Vázquez a écrit : Make sure you have selected kmod-ltq-ptm-vr9 and kmod-ltq-atm-vr9 deselected in addition to a VR9 vdsl firmware. In France I think they sticked on the ATM mode even for VDSL. Is packet transfer mode mandatory for VDSL ? The firm you need should be

Re: [OpenWrt-Devel] [PATCH] [ WRT1900 Patch Submission] Support for Linksys WRT1900AC

2014-04-08 Thread Peter Lawler
On 09/04/14 03:45, Matthew Fatheree wrote: This adds support for Belkin/Linksys WRT1900AC Router Basic functionality Belkin Inc. would like to announce the patch submission release for WRT1900AC which is based on OpenWRT trunk, the detail base revision is specified in each release This is the

Re: [OpenWrt-Devel] WDS and adhoc support with ath10k

2014-04-08 Thread Yeoh Chun-Yeow
Could someone confirm if WDS and adhoc mode currently don't have support with this driver? adhoc is working but not perfect, such as rate control not working, no HT/VHT rate, and etc. You need to use the firmware version 999.999.0.636. WDS should be working since 4 addresses has fixed by