Re: [OpenWrt-Devel] [PATCH] cns3xxx: add PPS support for laguna

2012-11-07 Thread Imre Kaloz
Thanks, Applied in r34115. Imre On Wed, 07 Nov 2012 21:53:48 +0100, Tim Harvey wrote: Many Laguna products have on-board GPS with Pulse-per-second (PPS) support. This patch adds kernel support (statically) and adds the platform data in laguna board support. Signed-off-by: Tim Harvey ---

[OpenWrt-Devel] Using pptp with kernel 3.6.6. Is ppp-kmod-pptp dependent on 3.3.x?

2012-11-07 Thread Hannu Nyman
I tried to test the new kernel 3.6.6 support in ar71xx with my wndr3700 build, but I am running into trouble getting all the modules selected, as the kernel-mode pptp looks rather unselectable. As far as I understand, the current core module for pptp is ppp-mod-pptp. That is invisible/unselecta

[OpenWrt-Devel] /lib/functions/network.sh is 10 times slower ...

2012-11-07 Thread Etienne Champetier
Hi Following is a small comparison of network_get_* vs uci_get_state ... network_get = 0.3 sec uci_get = 0.04 sec I haven't investigated further but some scripts like multiwan use these extensively I'm using a tplink wn1043nd, Attitude Adjustment, r33981 ---

Re: [OpenWrt-Devel] [PATCH 1/8] net-next: dont delay acks after ECN CE

2012-11-07 Thread Alexander Stadler
This and the following patch went into trunk r33686 and r33687 (r33887). What are the criterias for backports into attitude_adjustment? I'm asking because some make it into there directly and if this went upstream i thought its going to be a canditate soon. Thanks! Alex On Mo, 1.10.2012, 17:49,

[OpenWrt-Devel] [PATCH] cns3xxx: add PPS support for laguna

2012-11-07 Thread Tim Harvey
Many Laguna products have on-board GPS with Pulse-per-second (PPS) support. This patch adds kernel support (statically) and adds the platform data in laguna board support. Signed-off-by: Tim Harvey --- target/linux/cns3xxx/config-3.3|7 +++ .../cns3xxx/files/arch/arm

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Илья Кучмин
It's incredable. When i add 2 section route for interface wan and reboot router, i see. Pptp config it is worked. I tested next commands: ubus call network.interface.isp up/down ubus call network.interface.wan up/down if section route is comments. Then reboot router. Execute command 'ubus call ne

Re: [OpenWrt-Devel] [PATCH] cns3xxx: Initial support for Hydrogen board

2012-11-07 Thread Imre Kaloz
Thanks, please see comments / questions below. On Wed, 07 Nov 2012 17:52:57 +0100, Jon Suphammer wrote: Add Ping Communication Hydrogen board support. Signed-off-by: Jon Suphammer --- target/linux/cns3xxx/base-files/lib/cns3xxx.sh | 13 +- target/linux/cns3xxx/config-3.3

Re: [OpenWrt-Devel] [PATCH] mac80211/rt2x00: sync Rt3352 support

2012-11-07 Thread Сергей Василюгин
05.11.2012, 22:56, "Daniel Golle" : > Hi! > > On 05/11/12 16:16, Сергей Василюгин wrote: > >>  While porting to dlink DIR-620 D1 (rt3352) I see that ralink driver >> (ftp://ftp.dlink.ru/pub/Router/DIR-620/Source/gpl_DIR_620D1.tar.gz): >>   - toggles rf02 before initing RF (like rt3290, rt5390, r

[OpenWrt-Devel] [PATCH] uboot-envtools: Add support for Hydrogen board

2012-11-07 Thread Jon Suphammer
Add Ping Communication Hydrogen board support to uboot-envtools package. Signed-off-by: Jon Suphammer --- package/boot/uboot-envtools/Makefile |4 package/boot/uboot-envtools/files/cns3xxx | 25 + 2 files changed, 29 insertions(+) create mode 100644 packa

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Илья Кучмин
I execute command for listen status: # ubus call network.interface.isp status { "up": false, "pending": false, "available": false, "autostart": true, "proto": "pptp", "data": { }, "errors": [ {

[OpenWrt-Devel] [PATCH] cns3xxx: Initial support for Hydrogen board

2012-11-07 Thread Jon Suphammer
Add Ping Communication Hydrogen board support. Signed-off-by: Jon Suphammer --- target/linux/cns3xxx/base-files/lib/cns3xxx.sh | 13 +- target/linux/cns3xxx/config-3.3|1 + .../cns3xxx/files/arch/arm/mach-cns3xxx/hydrogen.c | 363 target/linux/

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Илья Кучмин
I trying resolvip in console. Is's ok. On Wed, Nov 7, 2012 at 6:51 PM, Daniel Golle wrote: > On 07/11/12 16:27, Илья Кучмин wrote: > > Any idea? Or /etc/config/network is depricated? > Not at all, /etc/config/network is the way. > Anyway, what you do there looks quite correct and given that all

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Daniel Golle
On 07/11/12 16:27, Илья Кучмин wrote: > Any idea? Or /etc/config/network is depricated? Not at all, /etc/config/network is the way. Anyway, what you do there looks quite correct and given that all required packages are installed (ppp-mod-pptp and stuff) it should work (and does for me). I never tri

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Илья Кучмин
Any idea? Or /etc/config/network is depricated? On 11/6/12, Илья Кучмин wrote: > It's ok > > This config is work: > plugin pptp.so pptp_server server.avtograd.ru > name 1234567890 > password "" > nobsdcomp > nodeflate > defaultroute > > I would be happy if the uci will work. What my problem? > >

[OpenWrt-Devel] [PATCH][BCM63XX] Enable LED pin support for ath9k pci fixup.

2012-11-07 Thread Álvaro Fernández Rojas
Some boards need specifying LED pin in order to get it working. For example, in board HW556 (Huawei HG556a) "led_pin" must be "2". By default led_pin is "0", so dsl_274xb_rev_f is changed to "-1". Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/patches-3.3/445-BCM63X

Re: [OpenWrt-Devel] [PATCH 1/2][BCM63XX][KERNEL 3.3] Enable endian check support for ath9k pci fixup.

2012-11-07 Thread Jonas Gorski
On 31 October 2012 14:00, Álvaro Fernández Rojas wrote: > Some ath9k caldatas need to be "endian checked". > This patch allows selecting wether to enable endian check or not. > Endian check is disabled by default. > > Signed-off-by: Álvaro Fernández Rojas Thanks, comitted both in r34105. Jonas