Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-09 Thread John Crispin
On 09/10/2014 14:14, Bjørn Mork wrote: Conor O'Gorman i...@conorogorman.net writes: On 08/10/14 11:00, John Crispin wrote: the e3267 that sami sent me works with this proto, but i am failing to get a DHCP addr. could someone with a ncm dongle please try this patch on top of latest trunk

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-09 Thread John Crispin
On 09/10/2014 15:35, Conor O'Gorman wrote: On 09/10/14 13:25, John Crispin wrote: personally i have been using mbim since i wrote umbim and it just works :) Ah, nice. I have some similar code, but in lua, from the json files. It's only a management protocol. Note that MBIM uses

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-09 Thread John Crispin
On 09/10/2014 14:58, Bjørn Mork wrote: John Crispin blo...@openwrt.org writes: ok, i am currently bumping some targets to v3.17. lets assume it is broken for 3.16 and hope 3.17 works. NCM seems to be broken by design and only a container as each dongle apparently uses its own AT magic

Re: [OpenWrt-Devel] [PATCH] Build 8M image for 7Links PX-4885

2014-10-09 Thread John Crispin
Hi, please use a dtsi file rather than just duplicating the whole file John On 09/10/2014 22:57, Cezary Jackiewicz wrote: 7Links PX-4885 (clones) can also be purchased with 8MB flash. Creating images for these routers. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com

Re: [OpenWrt-Devel] [buildbot breakage] ramips / ramips.rt3883 since 42807

2014-10-10 Thread John Crispin
On 10/10/2014 07:58, Dirk Neukirchen wrote: Browsing the buildbots I saw both ramips and ramips.rt3883 [1],[2] fail with: drivers/i2c/busses/i2c-ralink.c:31:26: fatal error: linux/of_i2c.h: No such file or directory #include linux/of_i2c.h linux/of_i2c.h is introduced in:

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread John Crispin
-vdsl-fw/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-fw/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ltq-vdsl-fw PKG_VERSION:=1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=John Crispin blo...@openwrt.org diff --git a/package/kernel/lantiq/ltq-vdsl-fw/src

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread John Crispin
-by-one errors. --- -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of John Crispin Sent: Friday, October 10, 2014 3:00 PM To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw and that works

Re: [OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-13 Thread John Crispin
Hi On 12/10/2014 16:23, Bastian Bittorf wrote: [base-files] failsafe-mode: print short help on commandline Like mentioned in ticket https://dev.openwrt.org/ticket/11911 this should make the IRC much quieter. Failsafe is somehow special and even experienced users are helpless, because they

Re: [OpenWrt-Devel] [PATCH] [PATCH V2] [boot] /init: allow easier customisation of ramfs boot.

2014-10-13 Thread John Crispin
On 13/10/2014 00:03, Stephen Parry wrote: /init is the first pid 1 process in an initramfs environment. This fix adds lines to check for the existence of /bin/ramfsinit or /sbin/ramfsinit and exec if present. This allows packages to switch root early in the boot process. This will help

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] support enforced start-IP, end-IP, netmask

2014-10-14 Thread John Crispin
On 09/10/2014 17:07, Bastian Bittorf wrote: [dnsmasq] support enforced start-IP, end-IP, netmask there are corner cases where the simple setup via start/end/limit option does not fit, in our case we need to hand out 192.168.2.1 ... 192.168.2.254 with a netmask of /24 but the underlying

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] support enforced start-IP, end-IP, netmask

2014-10-14 Thread John Crispin
try this config dhcp 'roaming' option interface 'voyager' option netmask '255.255.255.0' option start 1 option limit 253 On 14/10/2014 12:25, John Crispin wrote: On 09/10/2014 17:07, Bastian Bittorf wrote: [dnsmasq] support enforced start-IP, end-IP, netmask there are corner cases

Re: [OpenWrt-Devel] [PATCH] mpc85xx: use wpad-mini in WDR4900 profile instead of wpad

2014-10-14 Thread John Crispin
applied in r42896, sorry about that ... On 14/10/2014 10:02, Philipp Borgers wrote: Someone accepted the patch in patchwork [1] but as far as I can see nobody applied the patch. Could someone with the appropriate priveleges apply the patch please? Thanks a lot Philipp On Wed, Aug 06,

Re: [OpenWrt-Devel] [PATCH] mpc85xx: use wpad-mini in WDR4900 profile instead of wpad

2014-10-14 Thread John Crispin
On 14/10/2014 12:33, Daniel Petre wrote: On 14/10/14 13:32, John Crispin wrote: applied in r42896, sorry about that ... If it's not much trouble maybe BB branch too? I just got my wdr4900 today ;-) applied in r42898 On 14/10/2014 10:02, Philipp Borgers wrote: Someone accepted

Re: [OpenWrt-Devel] [PATCH] lantiq: allow pcie to be disabled by dts + vgv7519 fix pci irq + disable pcie by dts

2014-10-14 Thread John Crispin
applied in r42907, can we get the matching patch for BB please ? On 14/10/2014 12:53, Eddi De Pieri wrote: Signed-off-by: Eddi De Pieri e...@depieri.net --- target/linux/lantiq/dts/VGV7519.dtsi |6 ++- .../0151-lantiq-ifxmips_pcie-use-of.patch | 51

Re: [OpenWrt-Devel] [PATCH 1/3] rb532: add 3.14 support / sysupgrade-support

2014-10-14 Thread John Crispin
On 14/10/2014 15:09, Bastian Bittorf wrote: * Roman Yeryomin leroi.li...@gmail.com [10.10.2014 13:07]: On 7 October 2014 08:32, Roman Yeryomin leroi.li...@gmail.com wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/config-3.14 | 148

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix spi ath79 fast read (for 3.10 kernel)

2014-10-14 Thread John Crispin
can someone who knows m25p80 better than me figure out if this is correct please ? On 26/07/2014 04:52, Zhao, Gang wrote: Fast read adds a dummy byte in tx buffer if the transfer type is SPI_TRANSFER_FLASH_READ_CMD. The dummy byte should be ignored when calculating read address. This is

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for WNXT01/Springmole Boards

2014-10-15 Thread John Crispin
On 15/10/2014 10:03, Massimiliano Galanti wrote: WNXT01/Springmole is a family of OEM boards designed by Wi-Next. This patch adds the core files needed by openwrt to support them. See: http://www.winext.eu http://www.springmole.com Signed-off-by: Massimiliano Galanti massimiliano.galanti at

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-15 Thread John Crispin
On 15/10/2014 12:10, thomas.lan...@lantiq.com wrote: Hello Eddi, Eddi De Pieri wrote on 2014-10-14: Hi to all, I've applied to kernel patch for vpe committed for falcon, fixed for vr9 ltq-vmmc, modified VGV7519 dts for passing new parameters console=ttyLTQ0,115200 init=/etc/preinit

Re: [OpenWrt-Devel] P-2812HNU-FX: next steps...

2014-10-15 Thread John Crispin
On 15/10/2014 17:55, Owen Brotherwood wrote: Hi We are a few @ https://forum.openwrt.org/viewtopic.php?id=53127 who would like to use P-2812HNU-F1 with OpenWrt but are slightly unsure as how to proceed. Best practise to upload one of the versions available. Is WiFi working Any hints would

Re: [OpenWrt-Devel] [PATCH] [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command()

2014-10-16 Thread John Crispin
Hi Bastian, On 16/10/2014 08:37, Bastian Bittorf wrote: [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command() instead of let the caller do the conversion of symbolic to numeric, do the conversion internally - the old mode (numeric) is still supported

Re: [OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

2014-10-16 Thread John Crispin
On 16/10/2014 17:08, John Szakmeister wrote: On Tue, Oct 14, 2014 at 6:59 AM, John Crispin blo...@openwrt.org wrote: these should really go into the at91 config file. the CONFIG_AT91_* ones for sure but most likely also the others. So I tracked down the real problem. It's in configs/Config

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT3020 devices

2014-10-19 Thread John Crispin
Hi, can you send the reordering part of the patch as a separate patch please ? John On 19/10/2014 16:46, open...@rogerpueyo.com wrote: diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 52f3f0a..0d8bc44

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Nexx WT3020 devices

2014-10-20 Thread John Crispin
Hi, this patchs adds a patch rather than patch the files directly. please submit a fixed version John On 19/10/2014 17:53, open...@rogerpueyo.com wrote: From: Roger Pueyo Centelles roger.pu...@guifi.net --- ...amips-add-support-for-Nexx-WT3020-devices.patch | 319

Re: [OpenWrt-Devel] [PATCH] ZRAM: enhacements including /tmp on ZRAM for Barrier Breaker

2014-10-22 Thread John Crispin
Hi, please send patches directly against the procd git tree. John On 22/10/2014 09:20, Tomasz Wasiak wrote: Devices with less memory are still common so why limit ZRAM usage just to swap when it could be very useful as for /tmp storage. This patch changes 3 things: - sets default

Re: [OpenWrt-Devel] [PATCH] ZRAM: enhacements including /tmp on ZRAM for Barrier Breaker

2014-10-22 Thread John Crispin
) return; early_mounts(); - early_dev(); early_env(); early_console(/dev/console); W dniu 22.10.2014 o 09:38, John Crispin pisze: Hi, please send patches directly against the procd git tree. John On 22/10/2014 09:20, Tomasz Wasiak wrote: Devices

Re: [OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread John Crispin
On 23/10/2014 09:22, Дмитрий Смирнов wrote: ++ * Copyright (c) 2013 The Linux Foundation. All rights reserved. why are you adding LF to the list of (c) holders ? did the LF create this patch ? ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] ar71xx:‏ added ath79-spi devtree support

2014-10-23 Thread John Crispin
Hi, why do we need this ? ath79 does not have OF support, so i dont see why this driver should have it. John On 23/10/2014 09:22, Дмитрий Смирнов wrote: Added ath79-spi Devtree Support http://www.crashcourse.ca/wiki/index.php/Kernel_parsing_of_device_trees source:

Re: [OpenWrt-Devel] [PATCH] ar71xx: added to ath79 spi driver - SPI Transfer Modes

2014-10-23 Thread John Crispin
On 23/10/2014 09:22, Дмитрий Смирнов wrote: Added SPI_MODE_1, SPI_MODE_3 and SPI_MODE_3 to ath79 driver, also we must select GPIO=miso_line if we use these three modes(except SPI_MODE_0), because a dedicated GPIO pin is used as SPI MISO since SPI controller doesn't support modes other than

Re: [OpenWrt-Devel] [PATCH] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-25 Thread John Crispin
can you write a sentence about the bootloader issue that you are fixing ? On 23/10/2014 22:10, Bastian Bittorf wrote: mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1 This works around a bootloader issue and reads the macs from config-partition during initial network setup. We have 9 valid

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-25 Thread John Crispin
sure, we can do that ... On 24/10/2014 23:05, Daniel Petre wrote: On 24/10/14 23:41, Felix Fietkau wrote: On 2014-10-24 22:36, Bastian Bittorf wrote: All platforms which are using 3.10.x at the moment are upgraded. Changelogs:

Re: [OpenWrt-Devel] [PATCH] comgt: add ncm proto support

2014-10-26 Thread John Crispin
*cough* fixed in r43071 On 26/10/2014 15:06, Matti Laakso wrote: Hi Sami, Well this is what John told me: try /dev/cdc-wdm0 as a device or simply do config interface option proto wwan option apn opengate the new wwan proto will automagically detect your needed prot and device I had

Re: [OpenWrt-Devel] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-26 Thread John Crispin
applied in r43077 On 26/10/2014 21:32, Matt Jo wrote: Hello ladies and gentlemen, is it possible to include this changeset in the BarrierBreaker branch? https://dev.openwrt.org/changeset/43074/ Thank you :) Matt ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] fstools: Deal with overlayfs v23+

2014-10-27 Thread John Crispin
its merged in the fstools repo but apparently i never updated the openwrt makefile. should be fixed with r43090 John On 27/10/2014 16:44, Maxime Ripard wrote: Hi, On Thu, Oct 09, 2014 at 04:48:48PM +0200, Maxime Ripard wrote: OverlayFS version 23 and later require an additional

Re: [OpenWrt-Devel] [PATCH] ramips: add support for A5-V11 board

2014-10-29 Thread John Crispin
Hi Gareth, the patchwork server had a hdd crash. while the disc was being replaced, your mail arrived. hence it is not in patchwork. as i use scripts to merge patches from patchwork, i rely on all patches being in patchwork :) can you resend this one please so that patchwork gets a 2nd chance at

Re: [OpenWrt-Devel] [OpenWrt-Devel, PATCHv2] Add support for DHT11 driver

2014-10-29 Thread John Crispin
sorry about that, applied in r43103 On 29/10/2014 15:51, Harald Geyer wrote: Hi, the below patch was marked as Accepted in patchwork more then three weeks ago. X-Patchwork-Id: 6352 But it seems in never got committed to trunk. Is there anything else I need to do? TIA, Harald

Re: [OpenWrt-Devel] Patch for uqmi command --adding unblock-pin

2014-10-29 Thread John Crispin
Hi Uwe, i have been planning to add a feature that allows us to add per-simcard uci sections with pincode/apn/... for this to work the various 3g/4g proto handlers need to be able to read the icid from the modem. do you feel like also adding that call ? :) John On 29/10/2014 16:16, Uwe

Re: [OpenWrt-Devel] lantiq vdsl2

2014-10-29 Thread John Crispin
I understood that the vendor is using openwrt as their SDK and claims to be friendly with us. So how come there no usable fw in owrt and things are rather chaotic? i hate this question and wish people would stop asking me on a regular basis. before i start a huge rant i will take a couple of

Re: [OpenWrt-Devel] lantiq vdsl2

2014-10-29 Thread John Crispin
for years that they are working on a solution * we are still waiting John On 29/10/2014 16:57, John Crispin wrote: I understood that the vendor is using openwrt as their SDK and claims to be friendly with us. So how come there no usable fw in owrt and things are rather chaotic? i

[OpenWrt-Devel] Ralink ethernet update

2014-10-29 Thread John Crispin
Hi, i just pushed a huge update to the ralink ethernet driver. i want to thank Mingyu for taking so much time to fix all these details in the driver. There has already been a lot of testing in the background. I expect no or little fallout to appear. if anything does pop up please let me know so

Re: [OpenWrt-Devel] Ralink ethernet update

2014-10-30 Thread John Crispin
On 30/10/2014 08:49, Paul Fertser wrote: Hey, Thanks to everybody involved! Does this also solve the issue discussed at [1] with TCP connections failing when VLAN is disabled? [1] https://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg19870.html probably this bugfix -

Re: [OpenWrt-Devel] Ralink ethernet update

2014-10-30 Thread John Crispin
On 30/10/2014 10:38, Paul Fertser wrote: John Crispin blo...@openwrt.org writes: On 30/10/2014 08:49, Paul Fertser wrote: Thanks to everybody involved! Does this also solve the issue discussed at [1] with TCP connections failing when VLAN is disabled? [1] https://www.mail-archive.com

Re: [OpenWrt-Devel] Ralink ethernet update

2014-10-30 Thread John Crispin
On 30/10/2014 11:00, Roman Yeryomin wrote: On 30 October 2014 04:01, Mingyu Li igv...@gmail.com wrote: on rt2880 i also use rt-n15. the performance on rt2880 seeks unstable. sometime low. sometime high. i also don't know why. others target are more stable. so the maximum is 12x i got. by

Re: [OpenWrt-Devel] [PATCH] kernel/modules: add native vxlan package

2014-10-31 Thread John Crispin
On 31/10/2014 11:21, Alexandru Ardelean wrote: More recent kernel versions (= 3.12) support native VXLAN support. The Open VSwitch kernel module tries to build using native VXLAN support if it detects a kernel version =3.12. The build works fine, but during startup the OVS kernel module

Re: [OpenWrt-Devel] [PATCH] kernel/modules: add native vxlan package

2014-10-31 Thread John Crispin
) On Fri, Oct 31, 2014 at 12:48 PM, Alexandru Ardelean ardeleana...@gmail.com mailto:ardeleana...@gmail.com wrote: yep this one: https://github.com/commodo/packages/commit/194c0f608a390be8be954890de177ebc44b987a6 On Fri, Oct 31, 2014 at 12:47 PM, John Crispin blo

Re: [OpenWrt-Devel] [PATCH] package/boot/uboot-envtools: retry uci-defaults for fw_env.config

2014-11-03 Thread John Crispin
Hi, On 27/10/2014 14:53, Tijs Van Buggenhout wrote: -[ -s /etc/config/ubootenv ] exit 0 +FWC=/etc/fw_env.config +UC=/etc/config/ubootenv -touch /etc/config/ubootenv +[ -s $FWC -a -s $UC ] exit 0 this bit is redundant between all calling files. can you no move it to the start of

Re: [OpenWrt-Devel] [PATCH] Add more license tags with SPDX identifiers

2014-11-03 Thread John Crispin
turns out that this adds duplicate info. i think someone needs to go over this with a fine comb before we merge it. John On 02/11/2014 20:54, Michael Heimpold wrote: Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple

Re: [OpenWrt-Devel] lantiq usb - isochronous transfers

2014-11-10 Thread John Crispin
there is now a upstream driver for dwc2 usb. i already started using it on ralink. we should really try to use that one. i am happy to take any patches though that imporve the current state. maybe we could also try to port a ifxhcd froma recent GPL tarball. On 10/11/2014 09:03, Ben Mulvihill

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Added support for D-link DHP-1565 rev. A1

2014-11-17 Thread John Crispin
Hi, there are some space vs tab errors. looks like they are int he original patch and were not introduced by your mail client. please fix and resend John On 04/11/2014 09:55, ja...@aol.pl wrote: From: Jacek Kikiewicz ja...@aol.pl Signed-off-by: Jacek Kikiewicz ja...@aol.pl ---

Re: [OpenWrt-Devel] protobuf broken in BB

2014-11-17 Thread John Crispin
Hi, What happened to the testing ? we are considering a 14.07.1 in the very near future so this should be fixed beforehand. John On 05/11/2014 22:43, Guillaume Déflache wrote: Am 05.11.2014 17:39, schrieb obconseil: Le 05/11/2014 16:41, Guillaume Déflache a écrit : [...] For others'

Re: [OpenWrt-Devel] musl libc and timezone

2014-11-18 Thread John Crispin
On 18/11/2014 10:54, Gianluca Anzolin wrote: Hi, I'm experimenting with the musl libc build, and I'm quite satisfied. One thing that still bothers me is that the timezone is not working. Currently the boot scripts in OpenWRT parse /etc/config/system and save the timezone in /tmp/TZ.

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Added support for D-link DHP-1565 rev. A1

2014-11-18 Thread John Crispin
Hi, i just merged this in my local tree. however i am now inclined to drop it again as i now have 4 versions in my mail box none exlaining why i have 4 and what the differences between the 4 are. also none are send as reply to or marked as a resend. John On 19/11/2014 08:35,

Re: [OpenWrt-Devel] [PATCH uqmi] Add command --get-msisdn for getting phone number

2014-11-18 Thread John Crispin
On 18/11/2014 17:02, Sławomir Demeszko wrote: --- For two SIM cards from the same operator (Plus GSM) I get error message: Not provisioned, when try to get MSISDN. Real phone with these cards inserted also cannot display a phone number. I can make calls normally. And other two (different

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-19 Thread John Crispin
On 19/11/2014 14:44, Weedy wrote: On Oct 30, 2014 5:08 PM, Heiner Kallweit hkallwe...@gmail.com mailto:hkallwe...@gmail.com wrote: Am 30.10.2014 um 07:22 schrieb Heiner Kallweit: Am 30.10.2014 um 03:36 schrieb Florian Fainelli: Le 28/10/2014 11:46, Heiner Kallweit a écrit : After a

Re: [OpenWrt-Devel] compile openwrt with external toolchain

2014-11-19 Thread John Crispin
Hi, i cant figure out what the actual bug is from the patch. is PREFIX not fully populated, requiring this to be moved back ? also your patch is whitespace broken. could you resend a fixed version with a better description please ? John On 14/11/2014 04:52, sam wrote: Hi, all, i

Re: [OpenWrt-Devel] willing to donate a MTK MT7620A/MT7610E-based router to anyone who wants to work on one

2014-11-21 Thread John Crispin
Hi, why the mt7610 requirement ? whr works well with a rt5592 as 5ghz and the whr-1166 has mt7612 as 5ghz for which felix pushed the driver last night. mt7610 is only used by the dir810 and there is no free driver for that wifi chip. John On 21/11/2014 14:27, Robert P. J. Day wrote:

Re: [OpenWrt-Devel] [RFC 0/2]

2014-11-24 Thread John Crispin
On 21/11/2014 09:41, Matthias Schiffer wrote: Hi, this adds support for the new TP-LINK outdoor series CPE210/220/510/520 (Pharos). I'm sending this as a RFC as there is a still a number of open questions: eth0 configuration == Looking at the log output of the stock

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq, add arv7518PW board

2012-03-15 Thread John Crispin
does ethernet work in that version ? i am preparing a big update and would like to see 7518 in it, but failed to get uboot working last night on the unit i have. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq, add arv7518PW board

2012-03-15 Thread John Crispin
On 15/03/12 20:15, Luca Olivetti wrote: Al 15/03/12 20:13, En/na Luca Olivetti ha escrit: Al 15/03/12 19:38, En/na John Crispin ha escrit: On 15/03/12 19:33, Luca Olivetti wrote: The configuration for the arv752DPW22 also uses the ar8216 but the network doesn't work. ;-) It didn't work

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-22 Thread John Crispin
On 22/03/12 17:48, Spyridon Tompros wrote: Dear all, we have been using OpenWRT on Lantiq's evaluation board with the following details. Target Lantiq GPON/XWAY Subtarget Danube Target Profile (EASY50712) We have tested the following the following USB drivers provided with the latest

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread John Crispin
On 22/03/12 21:39, Luca Olivetti wrote: Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: Dear Wise People, How do I get USB_SUPPORT config symbol into tmp/.config-target.in for amazon ala danube? I've gone through the files in target/lantiq and I just cannot see how to make amazon se

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread John Crispin
On 22/03/12 21:52, Conor O'Gorman wrote: On Thu, 2012-03-22 at 21:39 +0100, Luca Olivetti wrote: Al 22/03/12 21:08, En/na Conor O'Gorman ha escrit: Dear Wise People, How do I get USB_SUPPORT config symbol into tmp/.config-target.in for amazon ala danube? I've gone through the files in

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread John Crispin
On 23/03/12 15:16, Conor O'Gorman wrote: On Fri, 2012-03-23 at 15:09 +0100, John Crispin wrote: On 23/03/12 15:06, John Crispin wrote: found the bug http://dev.phrozen.org/gitweb/?p=openwrt.git;a=blob;f=target/linux/lantiq/patches-3.2/0068-MIPS-lantiq-adds-USB_ARCH_HAS_HCD

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread John Crispin
Hi, Ok, i will add this patch to the upcoming kernel update John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread John Crispin
On 23/03/12 15:50, Spyridon Tompros wrote: Thanks, we are also missing UART0, which does not work despite following the right programming sequense documented in the Users' Manual. We are still working on it. I do not know if there is any code available. Spyros still looking into it

Re: [OpenWrt-Devel] Lantiq - work on Amazon platform?

2012-03-26 Thread John Crispin
On 26/03/12 16:37, max.mus...@kaffeeschluerfer.com wrote: Hi John, do you think you might find some time for this rather old target ;) ? Or did I miss something in the meantime? Thanks a lot! Joerg Hi, in theory we could invest the time but i dont see the point o be honest. *

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-26 Thread John Crispin
Hi we solved the problem thanks to your suggestion. However setting of this reg. has to happen timely!!! We found that it works if it is written in (backfire r27450): -- linux-2.6.30.10/arch/mips/ifxmips/setup.c - OpenWrt Backfire

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to netgear dgn3500 platform

2012-03-27 Thread John Crispin
On 27/03/12 22:53, Pieter Voorthuijsen wrote: This patch adds support for the AR9223 wifi chip on the Netgear DGN3500 ADSL2 router. Originally the chip was identified with PCI product ID 0xff1d. This was fixed by using ltq_pci_ath_fixup similair to other implementations with the AR9223. The

Re: [OpenWrt-Devel] [PATCH] lantiq cumulative patch

2012-03-27 Thread John Crispin
On 28/03/12 00:25, Luca Olivetti wrote: Al 25/03/12 19:01, En/na Luca Olivetti ha escrit: Al 29/03/11 18:30, En/na John Crispin ha escrit: On 29/03/11 18:06, Luca Olivetti wrote: Al 29/03/11 10:32, En/na John Crispin ha escrit: AFAIS, the current in-kernel driver relies on regulatory domain

Re: [OpenWrt-Devel] [PATCH] lantiq cumulative patch

2012-03-27 Thread John Crispin
On 28/03/12 01:42, Luca Olivetti wrote: I can wait a few days longer. what are you waiting for now ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] +AFs-Patch+AF0- Resubmitting of patch to use external sources of rootfs

2012-03-28 Thread John Crispin
On 28/03/12 10:43, Tathagata Das wrote: Hi, May I know whether this patch will be accepted or not ? Regards, Tatha Hi, give me a couple of days to review your patches please. will let you know when they reached the top of the stack :-) Thanks for your patience, John

Re: [OpenWrt-Devel] [package] soloscli: Add script to syslog ADSL line stats

2012-03-29 Thread John Crispin
thanks, applied in [31136] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [package] Upgrade openconnect to v3.15

2012-03-29 Thread John Crispin
thanks, applied in [31135] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Patch to use local repository and follow symbolic links

2012-03-29 Thread John Crispin
Hi, Looks like the localmirrors part of the patch was merged already a few years ago. please use $scripts/localmirrors instead of the .default variant the second part of the patch is in theory ok, we can find the file also in subfolders. however the way it is implemented will lead to X files

Re: [OpenWrt-Devel] [PATCH] Implementing Easybox 802 - ARV752DPW

2012-04-05 Thread John Crispin
Thx, applied in r31206 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] lantiq: enable usb on dgn3500

2012-04-05 Thread John Crispin
Thx, applied in r31205 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread John Crispin
thx for all the patches On 06/04/12 14:37, Conor O'Gorman wrote: +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c b/arch/mips/lantiq/xway/dev-dwc_otg.c +@@ -43,7 +43,6 @@ static struct resource resources[] = + }, + [1] = { + .name= dwc_otg_irq, +-.start

Re: [OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread John Crispin
On 06/04/12 14:37, Conor O'Gorman wrote: ltq_etop_w32_mask(0, ETOP_CFG_MII0, LTQ_ETOP_CFG); +-/* enable clock for internal PHY */ + clk_enable(priv-clk_ephycgu); ++for (i = 0; i 0x5; i++); ++ ++/*

Re: [OpenWrt-Devel] [PATCH 3/6] lantiq: fix dwc_otg usb for ase

2012-04-06 Thread John Crispin
On 06/04/12 16:08, Conor O'Gorman wrote: compile error happens, as we are trying to initialise a struct with a variable that only resolves at runtime (ltq_is_ase()) #define LTQ_USB_INT ((ltq_is_ase()) ? (INT_NUM_IM0_IRL0 + 31) :\

Re: [OpenWrt-Devel] [PATCH 2/6] lantiq: fix etop for ase internal phy

2012-04-06 Thread John Crispin
On 06/04/12 16:12, John Crispin wrote: On 06/04/12 14:37, Conor O'Gorman wrote: ltq_etop_w32_mask(0, ETOP_CFG_MII0, LTQ_ETOP_CFG); +- /* enable clock for internal PHY */ +clk_enable(priv-clk_ephycgu); ++ for (i = 0; i 0x5; i

Re: [OpenWrt-Devel] [PATCH] Use build suffix on build_dir paths

2012-04-10 Thread John Crispin
On 10/04/12 08:04, Tathagata Das wrote: diff -Naur a/include/kernel.mk b/include/kernel.mk --- a/include/kernel.mk 2012-04-05 13:10:50.0 +0530 +++ b/include/kernel.mk 2012-04-06 16:09:18.0 +0530 @@ -33,7 +33,7 @@ PATCH_DIR ?= ./patches$(if $(wildcard

Re: [OpenWrt-Devel] [PATCH] Use build suffix on build_dir paths

2012-04-10 Thread John Crispin
On 10/04/12 08:53, John Crispin wrote: On 10/04/12 08:04, Tathagata Das wrote: diff -Naur a/include/kernel.mk b/include/kernel.mk --- a/include/kernel.mk 2012-04-05 13:10:50.0 +0530 +++ b/include/kernel.mk 2012-04-06 16:09:18.0 +0530 @@ -33,7 +33,7 @@ PATCH_DIR

Re: [OpenWrt-Devel] [PATCH 1/6] lantiq: stp, fix for ase, add get, clock disabled

2012-04-10 Thread John Crispin
Hi Connor, i will merge this series via my linux tree so it becomes part of the 3.3 series in openwrt (i will include the ase phy patch as is, but we need to see if it works with mdelay) Thanks, John ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] Updated patch to check multiple instances in subfolder in local repository

2012-04-10 Thread John Crispin
applied in r31240 Thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Fix for broken gpioctl (missing /dev/gpio) on brcm63xx

2012-04-12 Thread John Crispin
On 12/04/12 08:59, Jeroen van Bemmel wrote: Hello, I needed to determine which GPIO pin was connected to the reset button, so I figured I´d use gpioctl to pull the status. However, /dev/gpio did not exist; I traced this and found that the probe function was not being called. Adding a

Re: [OpenWrt-Devel] LANTIQ- EASY5072- SD Card - MMCI

2012-04-18 Thread John Crispin
On 18/04/12 15:44, Spyridon Tompros wrote: Hi, we need to activate the interface towards the SD card. We look into the drivers of the trunk OpenWRT version and we don't see any driver/function dedicated to activiting/exploiting this interface. Any advice? Spyros Hi Spyros, so far i

Re: [OpenWrt-Devel] LANTIQ- EASY5072- SD Card - MMCI

2012-04-18 Thread John Crispin
. I'll need to find the code. Spyros On 18/4/2012 3:55 μμ, John Crispin wrote: On 18/04/12 15:44, Spyridon Tompros wrote: Hi, we need to activate the interface towards the SD card. We look into the drivers of the trunk OpenWRT version and we don't see any driver/function dedicated

Re: [OpenWrt-Devel] scanning kernel packages for targets

2012-04-22 Thread John Crispin
On 22/04/12 06:45, kalyan wrote: Hi, The following change works for me without any problems. Could the following change be merged in trunk? Do you see any side-effects? Regards Kalyan Hi Kaylan, that is infact an annoying habit of openwrt. I will get this patch merged today John On

Re: [OpenWrt-Devel] scanning kernel packages for targets

2012-04-23 Thread John Crispin
Thanks, applied in r31442 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Test

2012-04-24 Thread John Crispin
Hi, I had problems sending mails to the list yesterday. Please ignore this test. John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH/RFC] add kernel-accelerated PPtP support

2012-05-04 Thread John Crispin
On 04/05/12 18:55, Daniel Golle wrote: +define Package/accel-pptp + SECTION:=net + CATEGORY:=Network + TITLE:=PPTP client + MAINTAINER:=Jo-Philipp Wich x...@subsignal.org are you sure ? + URL:=http://pptpclient.sourceforge.net/ + DEPENDS:=+ppp +kmod-gre +kmod-pptp +resolveip +ip

Re: [OpenWrt-Devel] lantiq: netgear dgn3500 with sysfs eeprom loading

2012-05-08 Thread John Crispin
On 07/05/12 21:39, Pieter Voorthuijsen wrote: Hi all, I've been working on the dgn3500 implementation and I have a patch that fully supports this platform. I need advice on an init script to load the eeprom from user-space: +#!/bin/sh /etc/rc.common +# Copyright (C) 2012 Pieter

Re: [OpenWrt-Devel] BQL support in Ethernet drivers (and Kathie Nichols and Van Jacobson's new AQM, codel)

2012-05-10 Thread John Crispin
On 10/05/12 17:57, Dave Taht wrote: In looking over the enormous stack of boards and drivers that openwrt supports, I see that many of the ethernet drivers don't yet support Linux 3.3's Byte Queue Limits, which are discussed here: http://lwn.net/Articles/454390/ It would be good if more

Re: [OpenWrt-Devel] No gdb found! Make sure that CONFIG_GDB is set!

2012-05-15 Thread John Crispin
Hi Jin, how exactly do you set CONFIG_GDB ? Thanks, John ignore my mail, i thought we were talking about kernel gdb ... sorry for the noise ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Revisited: [PROPOSAL] growing OpenWrt devel team

2012-05-21 Thread John Crispin
On 21/05/12 14:41, Outback Dingo wrote: On Sat, May 19, 2012 at 4:20 PM, Philip Prindeville philipp_s...@redfish-solutions.com wrote: We talked about how this could be improved... we're more than a year down the road, and I'm not seeing much difference. Maybe we need to talk about this

Re: [OpenWrt-Devel] Revisited: [PROPOSAL] growing OpenWrt devel team

2012-05-21 Thread John Crispin
On 21/05/12 15:16, Outback Dingo wrote: On Mon, May 21, 2012 at 8:52 AM, John Crispin j...@phrozen.org wrote: On 21/05/12 14:41, Outback Dingo wrote: On Sat, May 19, 2012 at 4:20 PM, Philip Prindeville philipp_s...@redfish-solutions.com wrote: We talked about how this could be improved

Re: [OpenWrt-Devel] LANTIQ- EASY5072- xDSL interface problems

2012-05-21 Thread John Crispin
On 21/05/12 17:48, Spyridon Tompros wrote: Hi all, currently we test our last left-for-testing xDSL interface. The Danube tries to synchronise but without result. Might be a SW problem of the OpenWRT trunk version we use. Our HW is totally identical to that of Lantiq's RDK. We've also used

Re: [OpenWrt-Devel] LANTIQ- EASY5072- xDSL interface problems

2012-05-22 Thread John Crispin
On 21/05/12 22:14, Spyridon Tompros wrote: On 21/05/2012 18:16, John Crispin wrote: On 21/05/12 17:48, Spyridon Tompros wrote: Hi all, currently we test our last left-for-testing xDSL interface. The Danube tries to synchronise but without result. Might be a SW problem of the OpenWRT trunk

Re: [OpenWrt-Devel] [PATCH] lantiq - fix p2601hnfx leds

2012-05-23 Thread John Crispin
I would suggest a better title and description covering all changes. Only mentioning the leds in the title is insufficient. It's the most important change in this patch and reason for sending it. I dont see the need to comment every line in basic patch like this. The commit message should

Re: [OpenWrt-Devel] Information required on AR7240 ethernet switch

2012-05-23 Thread John Crispin
Hi, I guess asking 3 times is ok. If you get no response this time please move this to the forum. I would also like to point out that this sounds like NDA info that you are requesting, which we really do not want on our mailing list John On 23/05/12 03:13, Parul Aggarwal wrote: Hello

Re: [OpenWrt-Devel] LANTIQ- EASY5072- xDSL interface problems

2012-05-23 Thread John Crispin
The firmware reports identical: DSL_CPE#vig nReturn=0 DSL_DriverVersionApi=3.24.4.4 DSL_ChipSetFWVersion=2.4.4.0.0.1 DSL_ChipSetHWVersion=1.5 DSL_ChipSetType=Ifx-Danube DSL_DriverVersionMeiBsp=5.0.0 nReturn=0 DSL_DriverVersionApi=3.24.4.4 DSL_ChipSetFWVersion=2.4.4.0.0.1

<    1   2   3   4   5   6   7   8   9   10   >