Re: [OpenWrt-Devel] Maintaining apcupsd-package

2015-02-22 Thread Alexandru Ardelean
Hello, The current packages repo is on Github and the apcupsd package is already there (since 2 days ago apparently). The link: https://github.com/openwrt/packages/tree/master/net/apcupsd You can do pull requests to the package repo (and review them with the maintainer) if you want some specifics

Re: [OpenWrt-Devel] Status of Siemens Gigaset 604 IL (IL)

2015-02-22 Thread Genghis Khan
Hello, Thank you for your response. I have never attempted to fiddle with routers, so I would appriciate you baring with me through this process On Sun, 22 Feb 2015 21:18:52 +0100 Daniel Golle wrote: > Hi Genghis, > > > On Sun, Feb 22, 2015 at 04:16:02PM +0100, Genghis Khan wrote: > > Is W

[OpenWrt-Devel] Maintaining apcupsd-package

2015-02-22 Thread kolbrich
Good morning to all openwrt-devs, I would like to update and maintain the apcupsd-package. The current version is outdated. My company is building device firmwares based on this and other packages, so we want to join Openwrt and help keeping things going. Thanks and with best regards, Kevin sm

Re: [OpenWrt-Devel] Status of Siemens Gigaset 604 IL (IL)

2015-02-22 Thread Daniel Golle
Hi Genghis, On Sun, Feb 22, 2015 at 04:16:02PM +0100, Genghis Khan wrote: > Is WiFi of Siemens Gigaset 604 IL supported yet? Wifi (ath9k connected via EBU) works from the PCI side of things, the only problem back then was the Wifi EEPROM (and simulatous use of the NOR flash, which isn't tragic a

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread Roger Pueyo Centelles
Sure. U-Boot 2013.10-openwrt5-00014-g0b78b5c-dirty (Mar 11 2014 - 22:56:27) arv7519rw Board: Lantiq ARV7519RW VRX200 Family Board SoC: Lantiq VRX288 v1.1 CPU: 500 MHz IO:250 MHz BUS: 250 MHz BOOT: NOR DRAM: 128 MiB Flash: 32 MiB In:serial Out: serial Err: serial Net: ltq-eth

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread John Crispin
On 22/02/2015 15:26, Roger Pueyo Centelles wrote: > *ARV7519RW22* Boot: No (kernel panic, see ³ and attached dmesg) > Works with 14.07 image. > can i see the full bootlog please ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://l

[OpenWrt-Devel] Status of Siemens Gigaset 604 IL (IL)

2015-02-22 Thread Genghis Khan
Is WiFi of Siemens Gigaset 604 IL supported yet? I'm a Linux user and this isn't my primary router, so please feel free to direct me towards compile instructions and pass any .diffs you might need me to test out. http://wiki.openwrt.org/toh/siemens/gigaset604il https://forum.openwrt.org/viewtopic

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread Roger Pueyo Centelles
Hi John, I tested Linux 3.18.7 on three different lantiq boards (ARV4518PW, ARV7518PW, ARV7159RW22). Here are the results: *ARV4518PW* Boot: Yes (Linux OpenWrt 3.18.7 #1 Sun Feb 22 09:51:57 CET 2015 mips GNU/Linux) Ethernet: Yes Switch: Yes Wireless: Probably yes¹² ADSL: Not tested, but interface

[OpenWrt-Devel] [PATCH v2] mvebu: set WRT1900AC WAN interface MAC address

2015-02-22 Thread Claudio Leite
Toggles the LA bit on the WAN interface. 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/l

[OpenWrt-Devel] [PATCH v3] ar71xx: TL-WA7210n v2 support

2015-02-22 Thread Hendrik Frenzel
Hi, This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by: Hendrik Frenzel --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 9 ++ .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx

Re: [OpenWrt-Devel] [PATCH v2] ar71xx: TL-WA7210n v2 support

2015-02-22 Thread Hendrik Frenzel
On 22.02.2015 09:58, John Crispin wrote: > Hi, > > patch fails to apply, however i fail to see why. does it apply for you ? Hi, the patch applies correctly for me, but anyhow there is a space in front of one line in the mail I sent. I prepared a new one. b/r Hendrik >> diff --git a/target/lin

Re: [OpenWrt-Devel] NCM fails to reconnect

2015-02-22 Thread Tristan Collins
On Sun 22/02/15 10:27, Matti Laakso wrote: > > From: Sami Olmari [mailto:s...@olmari.fi] > > 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

[OpenWrt-Devel] [PATCH] comgt: add hso support

2015-02-22 Thread Cezary Jackiewicz
Add HSO support to comgt. This is work of Kyklas (see https://dev.openwrt.org/ticket/6995), tested with Option GTM382. Signed-off-by: Cezary Jackiewicz --- diff --git a/package/network/utils/comgt/Makefile b/package/network/utils/comgt/Makefile index 8fcf54e..1e12b68 100644 --- a/package/netwo

Re: [OpenWrt-Devel] [PATCH v2] ar71xx: TL-WA7210n v2 support

2015-02-22 Thread John Crispin
Hi, patch fails to apply, however i fail to see why. does it apply for you ? John On 19/02/2015 22:06, Hendrik Frenzel wrote: > This patch adds support for TP-Link TL-WA7210n[0] > > [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N > > Signed-off-by: Hendrik Frenzel > --

Re: [OpenWrt-Devel] NCM fails to reconnect

2015-02-22 Thread Matti Laakso
> From: Sami Olmari [mailto:s...@olmari.fi] > Sent: 22. helmikuuta 2015 1:39 > To: OpenWrt Development List > Cc: Matti Laakso; John Crispin; Matti Laakso > Subject: NCM fails to reconnect > > It seems MCN protocol still has some quirks left... it seems that whenever > MCN connection gets disconn

Re: [OpenWrt-Devel] Proposal: change buildbot's build failure logic to be less restrictive regarding packages from feeds

2015-02-22 Thread Alexandru Ardelean
Let's try to (re)start this discussion, by asking: How would someone contribute to the OpenWRT buildbot ? Is there a repo ? If so, where would it be ? If not, could we make one (I don't care if on Github or other (preferably) git repo) ? Thanks On Wed, Jan 21, 2015 at 8:15 PM, Hannu Nyman wrote: