[OpenWrt-Devel] Meraki Sparky boards, watchdogs and resetting.

2014-03-31 Thread Adrian Chadd
Hiya, I did a bunch of digging and helped some people at Sudo Room stop the Meraki Sparky boards from rebooting. It turns out the watchdog is hooked up to GPIO6. http://adrianchadd.blogspot.com/2014/03/meraki-sparky-boards-and-constant.html I hope this is useful to someone! -a

[OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread banglang huang
Hi all, As we all know the openwrt will automatically generates the /tmp/resolv.conf.auto file, also the nameserver ip. And I want to learn how this file can be generated and why the openwrt knows the dns ip address automatically (nameserver) ?? Any hints will be

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Kristian Evensen
Hi, On Mon, Mar 31, 2014 at 11:39 AM, banglang huang banglang.hu...@gmail.com wrote: And I want to learn how this file can be generated and why the openwrt knows the dns ip address automatically (nameserver) ?? This file is generated by the network interface daemon (netifd) in the

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Tymon
How can it retrieve the nameserver in 'DHCP' way ? -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel --

[OpenWrt-Devel] [PATCH] [packages] libxslt: update to version 1.1.28

2014-03-31 Thread Jiří Šlachta
Recently updated libxml2 from version 2.7.8 to 2.9.1 breaks libxslt build. Library libxslt from version 1.1.27 is compatible with libxml2 2.9.x. Signed-off-by: Lukas Macura lukas.mac...@cesnet.cz Tested-by: Jiri Slachta slac...@cesnet.cz --- libs/libxslt/Makefile | 4 ++-- 1 file changed, 2

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Kristian Evensen
Hi, On Mon, Mar 31, 2014 at 11:58 AM, Tymon banglang.hu...@foxmail.com wrote: How can it retrieve the nameserver in 'DHCP' way ? When a nameserver is retrieved through DHCP, it is part of the reply sent by the DHCP server. It is set (and communicated to) netifd through the

[OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-03-31 Thread Saverio Proto
Hello, I cleaned up and rebased on current trunk the patch found on the following ticket: https://dev.openwrt.org/ticket/12181 I ask for help for proper testing. I can provide binary images if needed. My git repository is here: https://github.com/zioproto/openwrt-trunk-zioproto/tree/ticket12181

[OpenWrt-Devel] [PATCH] Allow installation of symlinks using RAMFS_COPY_BIN env var.

2014-03-31 Thread Karl Vogel
run_ramfs() uses install_bin to copy executable files to the ram partition. The install_bin function takes multiple parameters, the first being the executable to copy and the rest of the args are symlinks to that binary. There currently isn't any way to pass multiple arguments to install_bin in

[OpenWrt-Devel] Difficulties to compile openWRT with Atheros HTC support enabled

2014-03-31 Thread Francisco Cuesta
Hello, I am trying to compile my own version of openwrt wth support for Atheros htc USB devices,hence I have enabled the support of the following modules CONFIG_ATH_COMMON=y CONFIG_ATH9K_HW=y CONFIG_ATH9K_COMMON=y CONFIG_ATH9K_HTC=y However, in certain point the compilation stops and I was

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Lukas Macura
Hi, we are working on patch which will save DHCP client parameters, because we needed to get informations later in scripts. Maybe this is what you need. Our implementation utilises udhcp script and save needed parameters to /var/state for given interface. Now we are testing this. I think

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Felix Fietkau
On 2014-03-31 15:42, Lukas Macura wrote: Hi, we are working on patch which will save DHCP client parameters, because we needed to get informations later in scripts. Maybe this is what you need. Our implementation utilises udhcp script and save needed parameters to /var/state for given

[OpenWrt-Devel] building Image XW or XM

2014-03-31 Thread Flavio Rodrigo LEonel
Hallo my friends... i'm with a problem.!! one can change the image name openwrt compiled by or in the case by the ubiquiti AirOS SDK, and because they compile XM versions and now moved to XW, what's the difference? ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Question about the /tmp/resolv.conf.auto file

2014-03-31 Thread Tymon
Thanks Lukas Macura, I really need this, please inform me when it can work fine. -- Regards, banglang huang ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-03-31 Thread Damian Kaczkowski
On 31 March 2014 14:05, Saverio Proto ziopr...@gmail.com wrote: Hello, I cleaned up and rebased on current trunk the patch found on the following ticket: https://dev.openwrt.org/ticket/12181 I ask for help for proper testing. Hello there. Have a question. What about those switch chips:

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-03-31 Thread Saverio Proto
Yes, the patch makes possible to have tagged+untagged vlan on the same port at the same time. please read https://dev.openwrt.org/ticket/12181 for more details Saverio 2014-03-31 16:05 GMT+02:00 Damian Kaczkowski damian.kaczkowski+open...@gmail.com: On 31 March 2014 14:05, Saverio Proto

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-03-31 Thread Damian Kaczkowski
On 31 March 2014 16:20, Saverio Proto ziopr...@gmail.com wrote: Yes, the patch makes possible to have tagged+untagged vlan on the same port at the same time. please read https://dev.openwrt.org/ticket/12181 for more details Thanks for pointers but I read that already and haven't found

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-03-31 Thread Jonas Gorski
On Mon, Mar 31, 2014 at 4:05 PM, Damian Kaczkowski damian.kaczkowski+open...@gmail.com wrote: On 31 March 2014 14:05, Saverio Proto ziopr...@gmail.com wrote: Hello, I cleaned up and rebased on current trunk the patch found on the following ticket: https://dev.openwrt.org/ticket/12181 I

[OpenWrt-Devel] [PATCH 1/3] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Daniel
fiq broadcast DMA cache maintenance is needed for ARM11MPCore, the to-be-added 'oxnas' hardware target use that core. --- .../315-arm_introduce-dma-fiq-irq-broadcast.patch | 62 ++ 1 file changed, 62 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 2/3] kernel: add missing CONFIG_SENSORS_VEXPRESS symbol for 3.13

2014-03-31 Thread Daniel
--- target/linux/generic/config-3.13 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index b05ef80..c47df22 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -3147,6 +3147,7 @@

Re: [OpenWrt-Devel] [PATCH 1/3] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Florian Fainelli
Hi Daniel, 2014-03-31 12:59 GMT-07:00 Daniel dan...@makrotopia.org: fiq broadcast DMA cache maintenance is needed for ARM11MPCore, the to-be-added 'oxnas' hardware target use that core. Missing signed-off-by tags. Full name for Signed-off-by tags will be needed. Did you get upstream blessing

Re: [OpenWrt-Devel] [PATCH 1/3] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Jonas Gorski
On Mon, Mar 31, 2014 at 9:59 PM, Daniel dan...@makrotopia.org wrote: fiq broadcast DMA cache maintenance is needed for ARM11MPCore, the to-be-added 'oxnas' hardware target use that core. --- .../315-arm_introduce-dma-fiq-irq-broadcast.patch | 62 ++ 1 file changed, 62

Re: [OpenWrt-Devel] [PATCH 1/3] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi OpenWrt crew, Hi Chris, On 03/31/2014 10:15 PM, Jonas Gorski wrote: On Mon, Mar 31, 2014 at 9:59 PM, Daniel dan...@makrotopia.org wrote: fiq broadcast DMA cache maintenance is needed for ARM11MPCore, the to-be-added 'oxnas' hardware target use

[OpenWrt-Devel] [PATCH 1/3 v2] kernel/ARM: introduce DMA FIQ IRQ broadcast

2014-03-31 Thread Daniel
Signed-off-by: Daniel Golle daniel.go...@gmail.com --- .../315-arm_introduce-dma-fiq-irq-broadcast.patch | 62 ++ 1 file changed, 62 insertions(+) create mode 100644 target/linux/generic/patches-3.13/315-arm_introduce-dma-fiq-irq-broadcast.patch diff --git

[OpenWrt-Devel] [PATCH 2/3 v2] kernel: add missing CONFIG_SENSORS_VEXPRESS symbol for 3.13

2014-03-31 Thread Daniel
Signed-off-by: Daniel Golle daniel.go...@gmail.com --- target/linux/generic/config-3.13 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index b05ef80..c47df22 100644 --- a/target/linux/generic/config-3.13 +++

[OpenWrt-Devel] [PATCH] ar71xx: add support for Netgear WNDR3700v4

2014-03-31 Thread sbarra . paul
This patch set was primarily developed by Ralph Perlich (rpsoft) and distributed via the following forum posting: https://forum.openwrt.org/viewtopic.php?pid=224577#p224577 Duing testing I made some trivial adjustments as outlined at: https://forum.openwrt.org/viewtopic.php?pid=226661#p226661

[OpenWrt-Devel] public ssh key

2014-03-31 Thread Flavio Rodrigo LEonel
hallo my friends i'm trying connect with my aps with this process but not connect if without password http://wiki.openwrt.org/oldwiki/dropbearpublickeyauthenticationhowto ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] public ssh key

2014-03-31 Thread cmsv
On 03/31/2014 08:41 PM, Flavio Rodrigo LEonel wrote: hallo my friends i'm trying connect with my aps with this process but not connect if without password Do you mean that you want to use the ssh key plus the user password or just the ssh key for login ?

Re: [OpenWrt-Devel] public ssh key

2014-03-31 Thread Yousong Zhou
Hello, Flavio On 1 April 2014 08:41, Flavio Rodrigo LEonel frleo...@gmail.com wrote: hallo my friends i'm trying connect with my aps with this process but not connect if without password http://wiki.openwrt.org/oldwiki/dropbearpublickeyauthenticationhowto You need to add your public key

[OpenWrt-Devel] Does anyone have used Ralink i2s under openwrt?

2014-03-31 Thread zhenjun_...@icloudaegis.com
Hi,        I have a RT5350 module with wm8978 codec and try to driver sound under openwrt.         The relevant driver in openwrt trunk as follows:                sound/soc/ralink/mt7620-i2s.c                 sound/soc/ralink/mt7620-wm8960.c                 drivers/dma/ralink-gdma.c         The

[OpenWrt-Devel] [PATCH 1/3] mac80211: ath9k: add support for QCA953x

2014-03-31 Thread Matthias Schiffer
This adds the following patches by Sujith Manoharan from ath9k-devel: ath9k: Add QCA953x WMAC platform support ath9k: Disable AR_INTR_SYNC_HOST1_FATAL for QCA953x ath9k: Fix temperature compensation Signed-off-by: Matthias Schiffer mschif...@universe-factory.net ---

[OpenWrt-Devel] [PATCH 3/3] ar71xx: add support for the TP-LINK TL-WR841N/ND v9

2014-03-31 Thread Matthias Schiffer
Everything seems to be working fine. Potential issues: * VLAN port IDs are reversed with regard to the numbers on the case. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +

[OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for QCA953x SoC

2014-03-31 Thread Matthias Schiffer
I don't have access to the specs, so I'm not sure about every detail, but I haven't seen any problems with my test system, a TL-WR841N v9. It looks pretty much like a QCA955x without PCI, a little twist in the clock calculation and a AR9331-compatible switch. Features not yet supported: * EHCI