Re: [OpenWrt-Devel] [PATCH 2/2] mvebu: set default WRT1900AC switch config

2015-02-21 Thread Claudio Leite
* 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

[OpenWrt-Devel] MI424WR Rev I Hynix NAND Error

2015-02-21 Thread James Hilliard
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

[OpenWrt-Devel] [PATCH 2/2] mvebu: set default WRT1900AC switch config

2015-02-21 Thread Claudio Leite
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

[OpenWrt-Devel] [PATCH 1/2] mvebu: set WRT1900AC WAN interface MAC address

2015-02-21 Thread Claudio Leite
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.

[OpenWrt-Devel] NCM fails to reconnect

2015-02-21 Thread Sami Olmari
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

[OpenWrt-Devel] [PATCH] dnsmasq: Make parameters optional in dhcpboot config

2015-02-21 Thread Stefan Tomanek
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