Thanks Alberto and Daniel
i found this https://wiki.openwrt.org/toh/tp-link/tl-wa850re ( i know other
model )
so i thought there is a way to get it work...
Gesendet: Samstag, 18. Februar 2017 um 20:02 Uhr
Von: "Alberto Bursi"
An: "lede-dev@lists.infradead.org"
Betreff: Re: [LEDE-DE
Hi Kostas,
In general you should always add lede-dev so that more people can
answer and/or benefit from the answer
2017-02-18 13:38 GMT-08:00 Kostas Papadopoulos :
>
>
> Etienne/John, I'd like to say that I very much appreciate your contributions
> to OpenWrt/LEDE on improving its security, but I
On 02/18/2017 11:12 PM, Alberto Bursi wrote:
>
>
> On 02/18/2017 03:49 PM, Jo-Philipp Wich wrote:
>> Hi again,
>>
>> I fixed the "OFF" error and the package size handling.
>>
>> Updated patches are:
>>
>> https://git.lede-project.org/71ab6d6.patch
>> https://git.lede-project.org/b04957d.patch
>>
On 02/18/2017 03:49 PM, Jo-Philipp Wich wrote:
> Hi again,
>
> I fixed the "OFF" error and the package size handling.
>
> Updated patches are:
>
> https://git.lede-project.org/71ab6d6.patch
> https://git.lede-project.org/b04957d.patch
>
> ~ Jo
>
Ok, now it is not sluggish, and installing package
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Known issues:
- Unable to detect
Hi Mauro
On 18.02.2017 12.49, Mauro Mozzarelli wrote:
So far with trial and error (unfortunately I could not find specific
documentation) I found that I can test reliably a variable that includes
both kernel version and patchlevel as follows:
LINUX_4_0||LINUX_4_1||LINUX_4_2||LINUX_4_3||LINUX_4_
On 02/18/2017 07:40 PM, Daniel Golle wrote:
> Hi Dennis,
>
> On Sat, Feb 18, 2017 at 06:32:53PM +0100, Dennis Schneck wrote:
>> Hello,
>> is there a Image for TP-Link TL-WA854RE ?
>
> Due to the lack of an Ethernet port the device is currently very hard
> to support properly. It's also known to h
Hi Dennis,
On Sat, Feb 18, 2017 at 06:32:53PM +0100, Dennis Schneck wrote:
> Hello,
> is there a Image for TP-Link TL-WA854RE ?
Due to the lack of an Ethernet port the device is currently very hard
to support properly. It's also known to have a very hard to access
UART, so it's easy to brick and
On 2017-02-18 16:57, Mathias Kresin wrote:
> 17.02.2017 11:42, Mauro Mozzarelli:
>> The BT Home Hub routers described in the scenario(s) below are connected
>> also on the LAN side.
>>
>> I ran further tests in the first SCENARIO (Red Ethernet as eth0.2)
>> monitoring the red Ethernet WAN end with
Mathias,
Thank you for the patch
I just built SNAPSHOT r3526-bececcc with your "fix arp package leaking
in xrx200" patch and the problem is solved.
Excellent work.
Thank you!
Mauro
On 18/02/17 15:57, Mathias Kresin wrote:
17.02.2017 11:42, Mauro Mozzarelli:
The BT Home Hub routers de
Mathias,
Thank you for the patch
I just built SNAPSHOT r3526-bececcc with your "fix arp package leaking
in xrx200" patch and the problem is solved.
Excellent work.
Thank you!
Mauro
On 18/02/17 15:57, Mathias Kresin wrote:
17.02.2017 11:42, Mauro Mozzarelli:
The BT Home Hub routers de
Hello,
is there a Image for TP-Link TL-WA854RE ?
Thanks
Dennis
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
17.02.2017 11:42, Mauro Mozzarelli:
The BT Home Hub routers described in the scenario(s) below are connected
also on the LAN side.
I ran further tests in the first SCENARIO (Red Ethernet as eth0.2)
monitoring the red Ethernet WAN end with wireshark and I saw arp
requests coming from the Red Ethe
Hi again,
I fixed the "OFF" error and the package size handling.
Updated patches are:
https://git.lede-project.org/71ab6d6.patch
https://git.lede-project.org/b04957d.patch
~ Jo
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infra
For AR71XX devices, GMAC1 always connects port 0 of the built-in switch,
as the CPU port.
This patch sets correct vlan for some devices with wrong settings:
a) mark port 0 as CPU port, tagged
b) reverse port order, marking these ports untagged
Signed-off-by: Weijie Gao
---
target/linux/ar71xx/b
please add "435G" to list of devices in file
701-MIPS-ath79-add-routerboard-detection.patch
I'm unable to submit patch right now but it's simple edit.
thank you!
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/
Hey Mauro,
Your case seems a bit specific.
But I guess you can try a few things and inspire yourself from
include/kernel-version.mk
https://github.com/lede-project/source/blob/master/include/kernel-version.mk
Not sure if the KERNEL_BASE variable is what you need.
i.e. I can't tell what the outpu
When ubus connect fails ctx->sock.eof will be set but ctx->sock.error
can be set as well. Reset ctx->sock.error as well when doing ubus
reconnect
Signed-off-by: Hans Dedecker
---
libubus-io.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libubus-io.c b/libubus-io.c
index 7047ac5..daa7106 1
Variable listen_timeout is redefined as a function resulting into
a compile issue. Define the function as ubus_cli_listen_timeout
to fix the compile issue.
Signed-off-by: Hans Dedecker
---
cli.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cli.c b/cli.c
index 1949a17..
Variable listen_timeout is redefined as a function resulting into
a compile issue. Define the function as ubus_cli_listen_timeout
to fix the compile issue.
Signed-off-by: Hans Dedecker
---
cli.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cli.c b/cli.c
index 1949a17..
When ubus connect fails ctx->sock.eof will be set but ctx->sock.error
can be set as well. Reset ctx->sock.error as well when doing ubus
reconnect
Signed-off-by: Hans Dedecker
---
libubus-io.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libubus-io.c b/libubus-io.c
index 7047ac5..daa7106 1
I was wondering someone could help me the following problem:
I want to add some device drivers to the kernel build, but the kernel
configuration in kernel version 3 is different from the configuration in
kernel version 4.
I was looking for a parameter that I could use inside an .mk file to
f
Hi Alberto,
thanks for the feedback! The "OFF" thing sounds like a cmake artifact, will
investigate.
Will also verify the size handling later today.
~ Jo
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listin
On 02/17/2017 08:14 PM, Jo-Philipp Wich wrote:
> Hi again,
>
> my previous change was incomplete, please use the following two changes
> for testing:
>
> https://git.lede-project.org/71ab6d6.patch
> https://git.lede-project.org/e9bd98e.patch
>
>
> Bye,
> Jo
>
Ok, flashed on my ar71xx device. Opk
Hi Alberto,
I ran into the same,just remove the m4 patch manually before applying
jow's second patch (disclaimer: I did this on a recent 17.01 tree).
Cheers
Stijn
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/ma
On 2017-02-18 07:54, hackpascal wrote:
> From: Weijie Gao
>
> This patch fixed the problem that kernel will crash when WAN port is
> linked-up in QCA9561.
>
> When GMAC0 is configured as GMII, it's connected to the internal switch.
> In this situation, there's no need to adjust the speed of GMAC
On 02/17/2017 08:14 PM, Jo-Philipp Wich wrote:
> Hi again,
>
> my previous change was incomplete, please use the following two changes
> for testing:
>
> https://git.lede-project.org/71ab6d6.patch
> https://git.lede-project.org/e9bd98e.patch
>
>
> Bye,
> Jo
>
I can't seem to apply the second pat
> On 18 Feb 2017, at 00:06, daniel wrote:
>
> And I also do not want opkg to invoke the init scripts of the just upgraded
> packages until I have finished all my checks and stuff.
>
> I thought it might be useful for others too, if opkg has this option that let
> you control the upgrade proces
28 matches
Mail list logo