Re: [OpenWrt-Devel] [PATCH 1/2] gemini: update ethernet driver, register ethernet on nas4220 board

2014-11-20 Thread Roman Yeryomin
On 22 October 2014 00:47, Roman Yeryomin leroi.li...@gmail.com wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/config-3.10|3 +- .../120-net-add-gemini-gmac-driver.patch | 4181

[OpenWrt-Devel] [PATCH] kernel: unset CONFIG_ARM_CCN

2014-11-20 Thread Daniel Golle
oldconfig kept asking for that config symbol... Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/generic/config-3.18 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index ad8ea95..cb3760e 100644 ---

Re: [OpenWrt-Devel] mysterious wl_exe.o

2014-11-20 Thread SGT. Garcia
On Nov 20 06:35 +0100, Rafał Miłecki wrote: I guess it's simply closed source. You can use wlc as a replacement. -- Rafał closed source indeed. who's maintaining broadcom-wl anyway? don't see anything related in Makefile's headers/comments but i see patches signed-off by nbd and

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-20 Thread Jaime T
On 17 November 2014 18:36, Sebastian Moeller moell...@gmx.de wrote: Hi Jaime, maybe you should also look at the rror counters. Especially the CRC and HEC errors short before the connection drops might be interesting. Best Regards Sebastian Hi everyone. I've set lcp-echo-failure to

Re: [OpenWrt-Devel] I'd like to donate a Netgear N150 WNR1000 v3

2014-11-20 Thread Kristjan Onu
Hello Rafał and others, Could you provide us NVRAM dump once you get this device? I am attaching the output of nvram show from a WGR614v10. I think it is very similar to the WNR1000v3. Please let me know if you have any questions. Regards, Kristjan $ telnet 192.168.1.1 Trying

Re: [OpenWrt-Devel] Hooks on wifi up/down for starting/stopping dependent functionality?

2014-11-20 Thread Johan Almbladh
Thanks for the ubus pointers, Bastian. That should solve it :) Johan On Mon, Nov 17, 2014 at 10:34 AM, Bastian Bittorf bitt...@bluebottle.com wrote: * Johan Almbladh j...@anyfi.net [17.11.2014 10:22]: The hotplug scripts receive events for interface names, but they know nothing about

[OpenWrt-Devel] [PATCH] mpc85xx: fix missing dts target for kernel 3.14

2014-11-20 Thread Heiner Kallweit
With kernel 3.14 dts target p1010rdb was renamed to p1010rdb-pa. To maintain compatibility define p1010rdb-pa as new standard and copy p1010rdb.dts to p1010rdb-pa.dts under 3.10. Signed-off-by: Heiner Kallweit hkallwe...@gmail.com --- target/linux/mpc85xx/image/Makefile| 2 +-

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-20 Thread Sebastian Moeller
Hi Jaime, not an expert on adel modem errors, let alone lantiq, here is my attempt at helping out: On Nov 20, 2014, at 17:26 , Jaime T enopa...@gmail.com wrote: On 17 November 2014 18:36, Sebastian Moeller moell...@gmx.de wrote: Hi Jaime, maybe you should also look at the rror counters.

Re: [OpenWrt-Devel] [PATCH] (BACKPORT to 3.14) mtd: bcm47xxpart: only register partitions if the trx header was filled

2014-11-20 Thread Stephen G. Parry
Hi, Thanks for heads up. I am very busy at the moment with day job, but will rework the patch as soon as I can find time. Stephen On 08/11/14 21:44, Rafał Miłecki wrote: On 31 October 2014 19:31, Stephen Parry sgpa...@mainscreen.com wrote: Sometimes the trx offsets are 0, in that case there is

Re: [OpenWrt-Devel] [PATCH] (BACKPORT to 3.14) mtd: bcm47xxpart: only register partitions if the trx header was filled

2014-11-20 Thread Rafał Miłecki
On 20 November 2014 22:02, Stephen G. Parry sgpa...@mainscreen.com wrote: Thanks for heads up. I am very busy at the moment with day job, but will rework the patch as soon as I can find time. As I said, I've already backported that patch. ___

Re: [OpenWrt-Devel] I'd like to donate a Netgear N150 WNR1000 v3

2014-11-20 Thread Rafał Miłecki
On 20 November 2014 18:03, Kristjan Onu jei...@gmail.com wrote: I am attaching the output of nvram show from a WGR614v10. I think it is very similar to the WNR1000v3. Please let me know if you have any questions. Could you send e-mails as text/plain, please? I've commited changes that should

[OpenWrt-Devel] [PATCH 1/4] luci2: fix Null pointer exception

2014-11-20 Thread Álvaro Fernández Rojas
This fixes system/system not properly loading due to themes being null. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 040f1e5..a92aaeb 100644 --- a/luci2/htdocs/luci2/luci2.js +++

[OpenWrt-Devel] [PATCH 2/4] luci2/network.switch: display switch port status icon

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/luci2/htdocs/luci2/view/network.switch.js b/luci2/htdocs/luci2/view/network.switch.js index 057955e..9391b3d 100644 --- a/luci2/htdocs/luci2/view/network.switch.js +++ b/luci2/htdocs/luci2/view/network.switch.js @@ -318,17

[OpenWrt-Devel] [PATCH 3/4] luci-p910nd: select p910nd

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- luci2-p910nd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci2-p910nd/Makefile b/luci2-p910nd/Makefile index 50aeadc..e59ed21 100644 --- a/luci2-p910nd/Makefile +++ b/luci2-p910nd/Makefile @@ -9,7 +9,7 @@

[OpenWrt-Devel] [PATCH 4/4] luci2-shairplay: add new package

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/luci2-shairplay/Makefile b/luci2-shairplay/Makefile new file mode 100644 index 000..53105a8 --- /dev/null +++ b/luci2-shairplay/Makefile @@ -0,0 +1,36 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=luci2-shairplay

[OpenWrt-Devel] [PATCH 1/4 v2] luci2: fix null pointer exception

2014-11-20 Thread Álvaro Fernández Rojas
This fixes system/system not properly loading due to themes being null. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: fix broken validation diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 040f1e5..6eab8fa 100644 --- a/luci2/htdocs/luci2/luci2.js +++

[OpenWrt-Devel] Configuring OVS on OpenWRT

2014-11-20 Thread Yilun Zhou
Hi, I have installed OVS on my router and I want to connect it with a Floodlight controller. The IP address of the laptop on which Floodlight is running is 192.168.1.161 and Floodlight is running on port 6633. Here is what I am doing. First, I start Floodlight controller (the vanilla version

[OpenWrt-Devel] [PATCH 2/4 v2] luci2/network.switch: display switch port status icon

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: fix typo diff --git a/luci2/htdocs/luci2/view/network.switch.js b/luci2/htdocs/luci2/view/network.switch.js index 057955e..9391b3d 100644 --- a/luci2/htdocs/luci2/view/network.switch.js +++

[OpenWrt-Devel] [PATCH 2/4 v2] luci2/network.switch: display switch port status icon

2014-11-20 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: fix typo diff --git a/luci2/htdocs/luci2/view/network.switch.js b/luci2/htdocs/luci2/view/network.switch.js index 057955e..9391b3d 100644 --- a/luci2/htdocs/luci2/view/network.switch.js +++

Re: [OpenWrt-Devel] Configuring OVS on OpenWRT

2014-11-20 Thread Yousong Zhou
On 21 November 2014 10:03, Yilun Zhou yilun.z...@duke.edu wrote: Hi, I have installed OVS on my router and I want to connect it with a Floodlight controller. The IP address of the laptop on which Floodlight is running is 192.168.1.161 and Floodlight is running on port 6633. Here is what I am

Re: [OpenWrt-Devel] [PATCH 1/4 v2] luci2: fix null pointer exception

2014-11-20 Thread Rafał Miłecki
On 21 November 2014 03:01, Álvaro Fernández Rojas nolt...@gmail.com wrote: + if(val != null) { Please follow the standard (whatever it is) and use a space after if. + if ((val.length == 0 !d.opt)) Btw. you could drop the

[OpenWrt-Devel] [PATCH 4/4] ar8216: Fix issue with autoneg being disabled under 3.14, revert 43332

2014-11-20 Thread Heiner Kallweit
Patch reverts 43332 which seems to cause issues with VLAN functionality. Add a specific check to check whether ANEG is still enabled and re-enable it if necessary. Disable generic phy soft reset for kernel =3.16. Signed-off-by: Heiner Kallweit hkallwe...@gmail.com ---