On Sun, 22 Feb 2015 15:17:14 +0100, Claudio Leite
wrote:
Toggles the LA bit on the WAN interface.
Signed-off-by: Claudio Leite
Merged in 44508.
Thanks,
Imre
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.
On Sun, 22 Feb 2015 02:20:21 +0100, Claudio Leite
wrote:
This sets 'enable_vlan' and thus uses 802.1q
VLANs, but without tagging on either interface.
Signed-off-by: Claudio Leite
Committed as 44509.
Thanks,
Imre
___
openwrt-devel mailing list
We can't simply hardcode v3.x directory name.
Signed-off-by: Rafał Miłecki
---
include/kernel.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/kernel.mk b/include/kernel.mk
index e21d53a..eb3e07a 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -52,7 +52,
https://lists.openwrt.org/cgi-bin/mailman/confirm/openwrt-devel/20d2b3e1caa737fae52aa05e7568d63432844198
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
From: Alexandru Ardelean
Converts an MAC array of u8 to a u64 value.
Signed-off-by: Alexandru Ardelean
---
target/linux/generic/files/drivers/net/phy/b53/b53_regs.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_regs.h
b/targ
From: Alexandru Ardelean
This has been implemented on a BCM53128 chip.
May very likely work on BCM53125 which is a 4 port variant.
No idea on what other chips it works, but since this is hidden
behind a config flag, others are free to try it out themselves.
We consider this a debugging feature o
From: Alexandru Ardelean
This has been implemented on a BCM53128 chip.
May very likely work on BCM53125 which is a 4 port variant.
No idea on what other chips it works, but since this is hidden
behind a config flag, others are free to try it out themselves.
Read/Write operations for the ARL tabl
Kevin -
In addition to what Alex said, be sure to read and comply with
CONTRIBUTING.md at:
https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
Thanks for your interest,
/ted
-Original Message-
Date: Mon, 23 Feb 2015 08:57:18 +0200
From: Alexandru Ardelean
To: kolbr...@d
I just realized that this patchset would have looked nicer if I would have
put it in a b53_hwdbg.c [or something similar] file.
On Mon, Feb 23, 2015 at 4:41 PM, Alexandru Ardelean
wrote:
> From: Alexandru Ardelean
>
> This has been implemented on a BCM53128 chip.
> May very likely work on BCM53
From: Alexandru Ardelean
We consider this a debugging feature of the B53 hardware, since
you'd normally not need to mirror traffic from ports to a single
capture port, unless debugging or doing some port snooping.
Because the feature is a bit complex in hardware, string parsing
is used to make t
From: Alexandru Ardelean
Read/Write operations for the ARL table.
To use it:
swconfig dev switch0 set arl "rd XX:XX:XX:XX:XX:XX vid "
swconfig dev switch0 get arl
Output should be:
ARL Operation: Read
MAC: XX:XX:XX:XX:XX:XX
VLAN ID:
Valid: 1
Age: 1
Static: 0
could you also show me the bootlog on 3.14 please
On 22/02/2015 20:40, Roger Pueyo Centelles wrote:
> Sure.
>
> U-Boot 2013.10-openwrt5-00014-g0b78b5c-dirty (Mar 11 2014 - 22:56:27)
> arv7519rw
>
> Board: Lantiq ARV7519RW VRX200 Family Board
> SoC: Lantiq VRX288 v1.1
> CPU: 500 MHz
> IO:
Hello Ben,
I will do as you wish. Since I am new to this, I guess that my first
messages, in regard to installation, would annoy rather than being
useful to most of you.
> Sent: Monday, February 23, 2015 at 6:45 PM
> From: "Ben Mulvihill"
> To: "Genghis Khan"
> Cc: "Daniel Golle" , openwrt-deve
It took very little to make the TL-WDR4900 work under 3.19:
- config is the same as for 3.18
- only patch 210 had to be refreshed, the other patches are
the same as for 3.18
- in /etc/config/wireless the path options need to be prefixed
with "platform/" ('platform/ffe09000.pci/...')
Signed-off
Dear Admin,
I used to get mail from openwrt-devel list but I can't receive them any more.
I enabled my account to receive the mail.
I appreciate if you enable my account.
My e-mail address is : farid21...@yahoo.com
Thanks,Farid___
openwrt-devel mailing
This change is fixing the issues observed when booting from NOR flash
with SMP enabled.
Error logs below:
building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of
xref (0 dead, 0 orphan) found.
m25p80 spi32766.0: SPI transfer failed: -110
spi_master spi32766: failed to transfer one m
These 4 changes add ethernet support to IPQ806x. It's using the driver
available on codeaurora.org and updates the corresponding DT information.
Same driver has also been posted to LKML:
https://lkml.org/lkml/2015/1/8/534
Its needs rework for kernel.org upstream acceptance.
Mathieu Olivari (4):
Signed-off-by: Mathieu Olivari
---
.../ipq806x/base-files/etc/uci-defaults/network| 32 ++
1 file changed, 32 insertions(+)
create mode 100755 target/linux/ipq806x/base-files/etc/uci-defaults/network
diff --git a/target/linux/ipq806x/base-files/etc/uci-defaults/network
Signed-off-by: Mathieu Olivari
---
target/linux/ipq806x/config-3.18 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18
index 7cda416..51f2de7 100644
--- a/target/linux/ipq806x/config-3.18
+++ b/target/linux/ipq806x/config-3.1
This driver is used on IPQ806x to instanciate & drive the ethernet
interfaces.
Signed-off-by: Mathieu Olivari
---
package/kernel/qca-nss-gmac/Makefile | 50
1 file changed, 50 insertions(+)
create mode 100644 package/kernel/qca-nss-gmac/Makefile
diff --git
This adds the GMAC entries in the ipq806x dtsi file as well as in the
ap148 specific dts file.
This also adds the MDIO change as well.
Signed-off-by: Mathieu Olivari
---
.../ipq806x/patches/700-add-gmac-dts-suport.patch | 172 +
1 file changed, 172 insertions(+)
create mod
Hi,
some comments inline
On 22/02/2015 10:19, Cezary Jackiewicz wrote:
> Add HSO support to comgt. This is work of Kyklas (see
> https://dev.openwrt.org/ticket/6995), tested with Option GTM382.
>
> Signed-off-by: Cezary Jackiewicz
> ---
>
> diff --git a/package/network/utils/comgt/Makefile
>
22 matches
Mail list logo