Re: [OpenWrt-Devel] Is https://github.com/openwrt-mirror an official mirror?

2014-12-24 Thread Javier Domingo Cansino
AFAIK yes, they have changed from https://github.com/mirrors/openwrt to https://github.com/openwrt-mirror/openwrt . Indeed, 1st redirects to 2nd one =) On Thu, Dec 18, 2014 at 1:39 PM, Owen Brotherwood wrote: > Hi > > Is https://github.com/openwrt-mirror an official mirror? > > Best regards, > O

[OpenWrt-Devel] Strange LED behavior on ramips

2014-12-24 Thread Vittorio G (VittGam)
Hi everybody, I've got some HooToo HT-TM02 rt5350-based routers, and I've noticed a quite weird thing with LEDs. It seems that the LED handling gets halted for ~100ms every second. I'm linking to a video to explain this behavior. Here I've set the timer trigger for the blue LED to 50ms of dela

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

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

2014-12-24 Thread Vittorio G (VittGam)
Signed-off-by: Vittorio Gambaletta 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 +++ b/target/linux/ramips/base-files/etc/board.d/01_leds

[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 diff --git a/target/linux/ramips/base-files/lib/preinit/07_s

[OpenWrt-Devel] [PATCH] base-files: Fix switch settings for uci-defaults-new.sh.

2014-12-24 Thread Vittorio G (VittGam)
The enable and reset settings need to be added even when they're false. This is true at least for 'enable', that seems to default to true otherwise. Signed-off-by: Vittorio Gambaletta diff --git a/package/base-files/files/lib/functions/uci-defaults-new.sh b/package/base-files/files/lib/functio

[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 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 +++ b/package/base-files/files/lib/functions/leds.sh @@ -60,7 +60,7 @

[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 diff --git a/package/base-files/files/etc/profile b/package/base-files/files

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

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 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 Noted Imre

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 list

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

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 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 foul up the patch format t