Re: [OpenWrt-Devel] [PATCH] udpxy: don't disable by default

2016-02-13 Thread John Crispin
On 13/02/2016 23:44, Nerijus Baliūnas wrote: > This patch changes option disabled to '0' as the package has init file and > could be made disabled in System->Startup. It is difficult for new users > to edit /etc/config/udpxy manually. > > Signed-off-by: Nerijus Baliūnas > NAK, it is a general

[OpenWrt-Devel] vnstatd and collectd inconsistency with vlan interfaces

2016-02-13 Thread Daniel Dickinson
Hi all, I discovered through that despite over 23 GB of upload in past 24 hours that neither vnstat nor collectd are reporting even close to that amount traffic on the lan side. I didn't have wan reporting statistics on vnstat, so that side of things is missing, but the lan traffic for the r

[OpenWrt-Devel] [PATCH] ramips: Add support for Phicomm PSG1208

2016-02-13 Thread Chuanhong Guo
This patch adds support for Phicomm PSG1208.This is a router with MT7620A SoC with 8M flash and 64M ram. The WPS led is uesd as status_led because the power light can't be controlled with GPIO. It seems that the 5g wifi led is connected to MT7612E and it can't be controlled with GPIO too. Signe

[OpenWrt-Devel] [PATCH] udpxy: don't disable by default

2016-02-13 Thread Nerijus Baliūnas
This patch changes option disabled to '0' as the package has init file and could be made disabled in System->Startup. It is difficult for new users to edit /etc/config/udpxy manually. Signed-off-by: Nerijus Baliūnas --- diff --git a/net/udpxy/files/udpxy.conf b/net/udpxy/files/udpxy.conf index 9

Re: [OpenWrt-Devel] [PATCHv2] ar71xx: add support for the TP-LINK TL-WR1043ND v3

2016-02-13 Thread Sven Roederer
Hi, Am Tuesday 09 February 2016, 14:53:30 schrieben Sie: > > The hardware of the v3 is identical to the v2. > > > > - adds support via old-style-definition. So less code is changed and there > > is less potential to break other projects > NAK, please use the new image building infra for trunk and

Re: [OpenWrt-Devel] Trac accounts

2016-02-13 Thread Weedy
On Tue, Feb 2, 2016 at 7:31 AM, Weedy wrote: > Am I supposed to make an account to post tickets? > > I thought I was supposed to play with things in > https://dev.openwrt.org/prefs but saving returns a HTTP 400. > > Trying to make an account complains my username is taken. Trying to > reset my pas

[OpenWrt-Devel] I'd like to donate a Linksys WRT1900AC v1

2016-02-13 Thread Alex Henrie
Dear OpenWrt developers, I have a Linksys WRT1900AC v1 that is running OpenWrt 15.05, but every once in a while it randomly stops routing Internet traffic. This did not happen with the stock firmware, and unfortunately, I have not had the time to try to debug the problem. Are there any OpenWrt dev

[OpenWrt-Devel] Introducing new IP Virtual Server package and kernel modules

2016-02-13 Thread Mauro M.
Hello, I am new to this list and this is my first post. I included a new package into OpenWRT, both cc15.05 and trunk, to add Load Balancer capability using Linux IP Virtual Server: http://www.linuxvirtualserver.org/software/ipvs.html I have been testing both CC and trunk build on different Net

[OpenWrt-Devel] downloads.openwrt.org NOT accessible!!!

2016-02-13 Thread Jakub Jančo
Hello, I cant access to downloads.openwrt.org. This problem persist for about 3-4days. Maybe it is "local" problem, but I tried 2places in SK and 1place from CZ country, 2 machines, many routers. $ host downloads.openwrt.org downloads.openwrt.org has address 78.24.191.177 $ ping 78.24.191.177 P

[OpenWrt-Devel] [PATCH][libubox] json_script: add "isdir" support

2016-02-13 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- This is intended for use by hotplug system to check whether /etc/hotplug.d/%SUBSYSTEM% is a directory examples/json_script-example.json | 5 + json_script.c | 26 ++ 2 files changed, 31 insertions(+) diff --git a/e

[OpenWrt-Devel] [PATCH v2] procd: hotplug.json: allow passing hotplug events from all subsystems

2016-02-13 Thread Yousong Zhou
There are time that programs need to be notified of events from subsystems that are not enumerated in the .json definition, e.g. QEMU guest agent by default requires /dev/virtio-ports/org.qemu.guest_agent.0 which is a symlink to /dev/vportMpN from virtio-ports subsystem. Signed-off-by: Yousong Zho

Re: [OpenWrt-Devel] downloads.openwrt.org NOT accessible!!!

2016-02-13 Thread Jakub Jančo
Accessible: $ host wiki.openwrt.org wiki.openwrt.org has address 188.40.166.25 Not accessible: $ host openwrt.org openwrt.org has address 78.24.191.177 openwrt.org mail is handled by 10 mail.openwrt.org. -- S pozdravom Jakub Janco On Sat, Feb 13, 2016 at 9:44 AM, Jakub Jančo wrote: > Hello, >

[OpenWrt-Devel] [PATCH v2 3/4] uci: add support for speed mask to switch config init scripts

2016-02-13 Thread Michal
From: Michal Cieslakiewicz This patch adds extra parameter to switch LED trigger initialization functions. New functionality maintains backward compatibility, so calling functions without setting new speed_mask parameter works as expected. Signed-off-by: Michal Cieslakiewicz --- Changes: * d

[OpenWrt-Devel] [PATCH v2 2/4] switch: allow Ethernet port LEDs to show specific port speeds only

2016-02-13 Thread Michal
From: Michal Cieslakiewicz This patch adds speed_mask special file to LEDs connected to switch ports via 'switch' trigger. It allows to choose which speeds to signal when link is up. If router has more than one LED per port, they may light up differently depending on how fast connection is. Defau

Re: [OpenWrt-Devel] [PATCH 2/4] switch: allow Ethernet port LEDs to show specific link speeds only

2016-02-13 Thread Michal
On Sat, 13 Feb 2016 00:54:46 +0100 Hartmut Knaack wrote: > > There are a few more style issues, than John pointed out. These can > be pointed out by using scripts/checkpatch.pl from the linux kernel > sources (also Documentation/Coding-Style.txt is a good reference). > Please also find some oth

[OpenWrt-Devel] openwrt code search with OpenGrok

2016-02-13 Thread zyz323
Hi,all developers. OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. I created OpenWrt code search service, welcome everyone to use. http://openwrt.bjbook.net/source ___