* Claudio Leite (lei...@staticky.com) wrote:
> This sets 'enable_vlan' and thus uses 802.1q
> VLANs, but without tagging on either interface.
Note: this depends on the previous patch, since setting up the switch
when both interfaces have the same MAC address results in a ton of
packet loss. This m
I've been trying to install OpenWRT on an Actiontec MI424WR Rev I, however
some variants of this router use a Hynix NAND chip that OpenWRT doesn't
seem to be able to access. There are other versions of this router that use
a Eon NAND chip that works fine. I've attached the full boot-log. The stock
This sets 'enable_vlan' and thus uses 802.1q
VLANs, but without tagging on either interface.
Signed-off-by: Claudio Leite
---
target/linux/mvebu/base-files/etc/uci-defaults/02_network | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/mvebu/base-files/etc/uci-defaults/02_network
Signed-off-by: Claudio Leite
---
target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac
b/target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac
index 30f1370.
It seems MCN protocol still has some quirks left... it seems that whenever
MCN connection gets disconnected for whatever reason, it can't be brought
back up... even yanking the dongle out and back in does not do basically
anything... it gets detected etc, but nothing else happends...
following log
The --dhcp-boot option of dnsmasq does not require servername and serveraddress
arguments if the builtin tftp server is used.
Signed-off-by: Stefan Tomanek
---
.../network/services/dnsmasq/files/dnsmasq.init|7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/packag