Re: [OpenWrt-Devel] [PATCH][mvebu] WRT1900AC mvneta fix vlan tagging

2014-12-24 Thread Imre Kaloz
On Wed, 24 Dec 2014 05:07:33 +0100, Mark Milburn mark.a.milb...@gmail.com wrote: This is a 3.14.x backport of: mvneta: Fix TSO and checksum for non-acceleration vlan traffic Fixes vlan tagging on SoC interfaces for the WRT1900AC. Useful when using mvsw6171 driver. Here's hoping I didn't

[OpenWrt-Devel] imagebuilder no valid architecture and incompatible with the architectures errors

2014-12-24 Thread valent.turko...@gmail.com
Hi, after downloading and unpacking ImageBuilder 14.07 on Lenovo T440s running Fedora 21 I get no valid architecture errors. But if I download same ImageBuilder file on my vps build process works without errors, why? Here is full log: http://pastebin.com/raw.php?i=rQUHNkfe and here is a

Re: [OpenWrt-Devel] [PATCH][ar71xx] Mikrotik Routerboard RB2011 switch fix

2014-12-24 Thread Chris Green
On Tue, Dec 23, 2014 at 03:25:57PM -0500, Matt Lee wrote: Hi David, I tested on 2011UiAS-2HnD and 2011UAS-2HnD, and for me, this works better with pll_1000 set to 0x6f00. But I have to make more testing. I will conitnue testing... Thanks I'm still

Re: [OpenWrt-Devel] [PATCH][mvebu] WRT1900AC mvneta fix vlan tagging

2014-12-24 Thread mark milburn
On Wed, 24 Dec 2014 10:02:25 +0100, Imre Kaloz ka...@openwrt.org wrote: Mark, Merged it locally, I'll push it later. Next time please mention the upstream commit(s), too :) For the record, this is 817dbfa5d1bc276a72c1a577310382008e8aca0a + 2d39d120781a5770573dc6ed672a5a562f541aea. Imre

[OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2014-12-24 Thread Lars Kruse
Hi, dnsmasq supports an option --quiet-dhcp in order to remove DHCP log messages from the system log. We would like to use this option in our wireless community in order to reduce the amount of private data (MAC addresses) exposed in the logs. cheers, Lars Description: add --quiet-dhcp option

[OpenWrt-Devel] [PATCH] base-files: Enhancements to /etc/profile.

2014-12-24 Thread Vittorio G (VittGam)
- Update terminal window title with current directory and hostname like on Ubuntu. - Add an optional colored prompt, in case user wants to enable it. - Add ll, an useful alias to ls. Signed-off-by: Vittorio Gambaletta open...@vittgam.net diff --git a/package/base-files/files/etc/profile

[OpenWrt-Devel] [PATCH] base-files: Use the same LED timing as before for preinit_regular.

2014-12-24 Thread Vittorio G (VittGam)
Signed-off-by: Vittorio Gambaletta open...@vittgam.net diff --git a/package/base-files/files/lib/functions/leds.sh b/package/base-files/files/lib/functions/leds.sh index 4ac8145..d4d4512 100644 --- a/package/base-files/files/lib/functions/leds.sh +++

[OpenWrt-Devel] [PATCH] ramips: revert failsafe switch workaround for RT5350 introduced in r42179.

2014-12-24 Thread Vittorio G (VittGam)
It is not needed anymore as TCP packets get passed correctly now even when VLAN is disabled. This piece of code also broke routers where the LAN port is not wired to port 0 of the internal switch. Signed-off-by: Vittorio Gambaletta open...@vittgam.net diff --git

[OpenWrt-Devel] [PATCH] ramips: base-files: Whitespace fixes.

2014-12-24 Thread Vittorio G (VittGam)
Signed-off-by: Vittorio Gambaletta open...@vittgam.net diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 9c49c5c..405a6c0 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++

[OpenWrt-Devel] [PATCH] ramips: Fix HooToo HT-TM02 support.

2014-12-24 Thread Vittorio G (VittGam)
- Fix LED definitions. - Add mode-switch slider definition (at GPIO 14). - Remove unneeded VLAN now that the ethernet driver is fixed and TCP packets get passed correctly now. (This router only has one port.) - Fix LAN port MAC address, which is defined in the factory partition as WLAN MAC