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

2015-02-21 Thread Claudio Leite
Signed-off-by: Claudio Leite lei...@staticky.com --- 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

[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 lei...@staticky.com --- target/linux/mvebu/base-files/etc/uci-defaults/02_network | 3 +++ 1 file changed, 3 insertions(+) diff --git

[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] 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

[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 stefan.tomanek+open...@wertarbyte.de --- .../network/services/dnsmasq/files/dnsmasq.init|7 +++ 1 files changed, 3

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