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

2012-05-23 Thread John Crispin
On 23/05/12 20:07, John Crispin wrote: 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

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

2012-05-24 Thread John Crispin
On 24/05/12 13:41, Conor O'Gorman wrote: On Wed, 2012-05-23 at 20:26 +0200, John Crispin wrote: On 23/05/12 20:07, John Crispin wrote: i think we should change this to not use xtu bits unless explicitly set can you try with this patch applied ? Success. awesome :-) I will cook up

[OpenWrt-Devel] Fwd: [PATCH] nodogsplash crashes when rdir parameter is missing

2012-05-31 Thread John Crispin
CC'ing the nodogsplash people ... could they comment on the patch ? looks like a remote DoS exploit Original Message Subject: [OpenWrt-Devel] [PATCH] nodogsplash crashes when rdir parameter ismissing Date: Wed, 30 May 2012 23:41:00 +0200 From: Moritz Warning

Re: [OpenWrt-Devel] Fwd: [PATCH] nodogsplash crashes when rdir parameter is missing

2012-05-31 Thread John Crispin
On 31/05/12 11:23, Moritz Warning wrote: Sorry, I wasn't very specific; nodogsplash exits rather than crashing. It uses a safe_strdup call that exits in this case. That still makes it a remote DoS exploit :-) ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] enable kernel support for ALSA midi

2012-06-03 Thread John Crispin
On 30/04/12 04:12, Adam Goode wrote: Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode a...@spicenitz.org --- Index: package/kernel/modules/sound.mk

Re: [OpenWrt-Devel] CWMP (TR-069) client in OpenWrt trunk

2012-06-11 Thread John Crispin
Hi Luka, nice work ;-) John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-22 Thread John Crispin
On 22/06/12 08:18, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net Hi Those 3 patches add support to IEEE802154 WPAN patches. I have tested patches with atUSB(connect to TP-LINK 703N router) and atBEN(connect to Ben Nanonote) with 6lowpan-tools(which is in my

Re: [OpenWrt-Devel] [PATCH v2 1/1] lsof: add LDFLAGS so that -lrpc is included

2012-06-23 Thread John Crispin
On 23/06/12 22:56, Philip Prindeville wrote: Eglibc doesn't bundle librpc, therefore -lrpc must be passed through LDFLAGS. Alas, lsof doesn't take LDFLAGS out-of-the-box. Patch the Makefile to do so. Also, patch a previous patch which was broken... either use test 0 -eq 1 (not missing

Re: [OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-24 Thread John Crispin
Hi, i tested on a tplink 3020 which reboots directly after instering these modules and a lantiq unit which segfaults when plugging the dongle John On 22/06/12 08:18, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net Hi Those 3 patches add support to IEEE802154

Re: [OpenWrt-Devel] [PATCH v2 1/1] lsof: add LDFLAGS so that -lrpc is included

2012-06-24 Thread John Crispin
On 24/06/12 06:35, John Crispin wrote: On 23/06/12 22:56, Philip Prindeville wrote: Eglibc doesn't bundle librpc, therefore -lrpc must be passed through LDFLAGS. Alas, lsof doesn't take LDFLAGS out-of-the-box. Patch the Makefile to do so. Also, patch a previous patch which

Re: [OpenWrt-Devel] Insane (kernel-size-related?) Unhandled kernel unaligned access with Fatal exception in interrupt

2012-07-19 Thread John Crispin
On 19/07/12 08:54, Rafał Miłecki wrote: I'm using WNDR4500 and network elf booting for testing OpenWRT. It's working quite nice at the moment (it doesn't crash, most of the initialization works fine). Try this one please

Re: [OpenWrt-Devel] Insane (kernel-size-related?) Unhandled kernel unaligned access with Fatal exception in interrupt

2012-07-19 Thread John Crispin
On 19/07/12 09:44, Rafał Miłecki wrote: 2012/7/19 John Crispin j...@phrozen.org: On 19/07/12 08:54, Rafał Miłecki wrote: I'm using WNDR4500 and network elf booting for testing OpenWRT. It's working quite nice at the moment (it doesn't crash, most of the initialization works fine). Try

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix typo in modules.mk

2012-07-25 Thread John Crispin
On 25/07/12 21:42, Roman A. aka BasicXP wrote: This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR. Signed-off-by: Roman A. aka BasicXP x12ozmo...@ya.ru applied, thanks

Re: [OpenWrt-Devel] Bug in net/dhcp feed package

2012-07-26 Thread John Crispin
On 26/07/12 15:14, Oliver wrote: To whoever reworked my ISC-DHCP package into regular old DHCP: You left in the CONFIG_DHCP4_ENABLE_IPV6 checks without actually putting it as an option in the menu, so right now, all builds will have IPv6 support disabled. Please either add the option

Re: [OpenWrt-Devel] Bug in net/dhcp feed package

2012-07-26 Thread John Crispin
On 26/07/12 15:53, Oliver wrote: On Thursday 26 July 2012 15:32:22 John Crispin wrote: Hi Oliver, i think making a build_variant for ip4 and ip6 is a better solution than creating a menuconfig option. Really, I think it's sufficient to just check CONFIG_IPV6 - separating the two builds

Re: [OpenWrt-Devel] Bug in net/dhcp feed package

2012-07-26 Thread John Crispin
On 26/07/12 16:04, Oliver wrote: On Thursday 26 July 2012 15:57:14 John Crispin wrote: Really, I think it's insufficient to just check CONFIG_IPV6. i want a build without and one with ipv6 version with the latter being depended on CONFIG_IPV6. Doing what you propose means a ipkg is generated

Re: [OpenWrt-Devel] [PATCH] ramips: ethernet driver rt288x, rt3883

2012-07-26 Thread John Crispin
Daniel, can you verify this on one of your units ? Thanks, John On 26/07/12 17:04, Сергей Василюгин wrote: No device to check but it looks like a typo. Signed-off-by: Serge Vasilugin vasilugin at yandex.ru Index: target/linux/ramips/files/drivers/net/ethernet/ramips/ramips_main.c

Re: [OpenWrt-Devel] [PATCH] [packages] wview/radlib: new package, automated weather station software

2012-07-29 Thread John Crispin
On 29/07/12 19:49, Paul Fertser wrote: Signed-off-by: Paul Fertser fercer...@gmail.com --- This patch might be a bit problematic to apply with git because some of the new patches are amending wview sources that use the DOS line-endings convention. It applies and works fine with patch -p1

Re: [OpenWrt-Devel] [PATCH 1/2] Add W1 DS2423 build config option

2012-07-31 Thread John Crispin
On 31/07/12 08:38, Mika Laitio wrote: Add option to select DS2423 kernel module via openwrt's build config. Signed-off-by: Mika Laitio lam...@pilppa.org --- package/kernel/modules/w1.mk | 14 ++ 1 file changed, 14 insertions(+) is there a 2/2 for this patch ? or is the

Re: [OpenWrt-Devel] Linux 3.3.x has been EOLed ; time to move on ?

2012-08-02 Thread John Crispin
Hi, due to several devs being on vacation atm I will keep this short. We will drop a more complete statement start of next week. 3.3 was mainly chosen to get access to the bufferbloat related fixes. The intent was to use this for the upcoming AA release. We hope to push AA rather soon.

Re: [OpenWrt-Devel] [PATCH] Codel: avoid a nul rec_inv_sqrt

2012-08-02 Thread John Crispin
On 31/07/12 23:19, Dave Taht wrote: One condition before codel_Newton_step() was not good if we never left the dropping state for a flow. As a result rec_inv_sqrt was 0, instead of the ~0 initial value. codel control law was then set to a very aggressive mode, dropping many packets before

Re: [OpenWrt-Devel] [PATH] Upgrade wing package

2012-08-04 Thread John Crispin
On 28/07/12 17:19, Roberto Riggio wrote: Upgrade wing package to latest git revision. Fixes a segfault which could happen in very particular situations. Plus a few netifd fixes. Signed-off-by: Roberto Riggio roberto.rig...@create-net.org Hi Roberto, the patch is whitespace borked...

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils/ptgen option to use MB rounding

2012-08-04 Thread John Crispin
On 03/08/12 17:48, Bryan Mayland wrote: When creating images targeted for SD cards, generating partitions on cylinder boundaries makes no sense, because cylinders heads and sectors have no meaning on this linear storage media. What does have meaning are erase block boundaries, and partitions,

Re: [OpenWrt-Devel] [PATCH] lantiq: W502V/ARV4525 wireless mac bugfix

2012-08-04 Thread John Crispin
On 04/08/12 21:48, Tobias Diedrich wrote: W502V/ARV4525 wireless mac bugfix The ARV4525 board init is passing the wrong offset to arv_register_ath5k() resulting in a bogus mac. Signed-off-by: Tobias Diedrich ranma+open...@tdiedrich.de Hi Tobias, Thanks, I also removed some more old madwifi

Re: [OpenWrt-Devel] Netifd and ubus

2012-08-07 Thread John Crispin
On 07/08/12 08:50, Tathagata Das wrote: Hi, First of all thanks all who designed netifd and ubus. I would like to use netifd in my OpenWRT based router. So I am looking into the source code of netifd and ubus. But I didn't find much information about ubus. Is there any documents on how

Re: [OpenWrt-Devel] [PATCH] ramips: Updated patch for ramips_esw.c swconfig supoprt

2012-08-15 Thread John Crispin
On 15/08/12 13:41, Daniel Golle wrote: I just tested this patch, it works very nice on all systems I got here! Thanks a lot! Is there any reason why it's not being committed? i will test it on 2-3 of my ralink units later aswell ___

[OpenWrt-Devel] Attitude Adjustment (12.08)

2012-08-15 Thread John Crispin
Hi, As you may have noticed we are getting prepared for the Attitude Adjustment release. The 3 build bots that we are using to generate the binaries have been running none stop for the last 3 weeks. Trunk and the packages feed are now in a state that all packages build for all targets that will

Re: [OpenWrt-Devel] Attitude Adjustment (12.08)

2012-08-15 Thread John Crispin
On 15/08/12 18:27, Aaron Z wrote: Glad to hear that things are going forward with the Attitude Adjustment release. On Wednesday, August 15, 2012 at 12:09:15 PM John Crispin j...@phrozen.org wrote: The 3 build bots that we are using to generate the binaries have been running none stop

Re: [OpenWrt-Devel] Attitude Adjustment (12.08)

2012-08-15 Thread John Crispin
On 15/08/12 20:43, Hannu Nyman wrote: On Wednesday, August 15, 2012 at 12:09:15 PM John Crispin j...@phrozen.org wrote: As you may have noticed we are getting prepared for the Attitude Adjustment release. Does that also mean that Backfire is going to be retired? With no formal 10.03.2

Re: [OpenWrt-Devel] change Kernel-commandline / add panic=10

2012-08-15 Thread John Crispin
what to try next? the cmdline is patched inside target/linux/ar71xx/image/Makefile ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [kirkwood] Enable eSATA sheevaplug

2012-08-24 Thread John Crispin
On 24/08/12 13:20, Unai Uribarri wrote: I would love to see eSATA Sheevaplug supported by standard OpenWRT kirkwood images. Since standard Sheevaplug is already supported, the CONFIG_MACH_ESATA_SHEEVAPLUG option just adds a little MACHINE_START definition and we have support for eSATA

Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread John Crispin
On 24/08/12 15:14, Mark Mentovai wrote: This allows additional files in /etc/nginx/, such as SSL certificates, tobe saved on sysupgrade. Signed-off-by: Mark Mentovai m...@moxienet.com after not reading the 100 mails leading up to this patch i expected something big ;) Thanks, applied in

Re: [OpenWrt-Devel] [PATCH v2] Keep /etc/nginx/ on sysupgrade

2012-08-24 Thread John Crispin
Thanks, applied in r33271 Thanks, John. Can you take the nginx 1.2.3 upgrade I sent in a few days ago too? not merging any new stuff and/or updates atm ... -- https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016411.html is there a specific reason, such as a security fix or

Re: [OpenWrt-Devel] [PATCH] shorewall6-lite: update to 4.5.7

2012-08-26 Thread John Crispin
On 26/08/12 09:58, Edy Corak wrote: This patch updates shorewall6-lite to current stable release 4.5.7 Please note: The new package shorewall-core 4.5.7 is required by this shorewall-lite version and perlbase-digest. Signed-off-by: Edy Corak i...@loenshotel.de Hi, 2 things * please

Re: [OpenWrt-Devel] [PATCH] ramips: Add support for 8devices Carambola dev board.

2012-08-27 Thread John Crispin
On 27/08/12 14:12, Petr Štetiar wrote: Tobias Diedrich ranma+open...@tdiedrich.de [2012-08-27 03:47:03]: Add support for 8devices Carambola dev board. Hi, 8D's stock kernel seems to have some more additions, like this ethernet[1] fix and gpiolib support[2]. Don't know what issue is that

Re: [OpenWrt-Devel] [PATCH] ramips: Power down phy on disabled switch ports

2012-08-27 Thread John Crispin
On 27/08/12 23:58, Tobias Diedrich wrote: Tobias Diedrich wrote: Power down phy on disabled switch ports. Haven't measured this myself yet, but according to this http://www.8devices.com/community/viewtopic.php?f=6t=156 it can save about 300mW of power. Ok, I did some measurements now on the

Re: [OpenWrt-Devel] [PATCH] Improve generated ext4 images

2012-08-29 Thread John Crispin
On 29/08/12 22:57, Stefan Monnier wrote: NAK. Journaling is disabled on purpose, as it wears out flash based devices faster. I don't know of any non-anecdotal evidence showing that the difference is significant. OTOH the added reliability afforded by journaling (especially for the kind of

[OpenWrt-Devel] Attitude Adjustment (12.09-beta)

2012-09-04 Thread John Crispin
The OpenWrt Team is happy to announce the beta release of Attitude Adjustment (12.09) This release is sligthly overdue, but it is now ready for testing. The binaries are available here: http://downloads.openwrt.org/attitude_adjustment/12.09-beta/ These are the beta binaries. We will

Re: [OpenWrt-Devel] [PATCH] new package: njit8021xclient

2012-09-05 Thread John Crispin
On 05/09/12 06:01, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net --- This program widely used in China mainland universities for connect to Internet.(more then 18 unvercities) more info please checkout:

Re: [OpenWrt-Devel] [PATCH/RFC] ramips/rt305x: add initial support for Rt5350 SoC

2012-09-05 Thread John Crispin
nice one ... booted it on a rt5350 and it works i will try to work on the spi this weekend. lets try to split this up and avoid duplicate work ;) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ramips: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable.

2012-09-05 Thread John Crispin
tobias, can you setup a git tree where you stage your patches ? you have sent a bunch of usefull stuff the last weeks and it would be a shame if any of it went missing in the patchwork mayhem. Ideally we get to a point where we can pull from you. John

Re: [OpenWrt-Devel] [[PATCH v2]] new package: njit8021xclient

2012-09-05 Thread John Crispin
On 05/09/12 08:49, xian...@openmobilefree.net wrote: From: Xiangfu xian...@openmobilefree.net --- This program widely used in China mainland universities for connect to Internet.(more then 18 unvercities) more info please checkout:

Re: [OpenWrt-Devel] [PATCH, AA12.09-beta, ramips] D-Link DAP-1350; Avoid bricking esw config

2012-09-15 Thread John Crispin
On 15/09/12 10:32, LEO Airwarosu Yoichi Shinoda wrote: This is a patch to connect eth0.1 (lan) to the only ethernet connector available. Thanks, applied .. John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ramips/rt3883: fix a typo in the ASUS profile

2012-09-15 Thread John Crispin
On 15/09/12 03:33, Daniel Golle wrote: Signed-off-by: Daniel Golledgo...@allnet.de Thanks, applied ... John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [cns3xxx] smp: fix ncores on single-core systems

2012-09-27 Thread John Crispin
On 27/09/12 01:36, thar...@gateworks.com wrote: Fix number of cores present in system. cns3xxx always has multiple cores according to SCU_CONFIGURATION but looking at SCU_CPU_STATUS tells you which ones are active. Signed-off-by: Tim Harveythar...@gateworks.com

Re: [OpenWrt-Devel] Vortex 86DX platform

2012-09-27 Thread John Crispin
On 27/09/12 13:56, devendra.aaru wrote: Hi all, I have a vortex 86DX board, i wanted to give a try of latest openwrt stable release, will anyone suggest me about what toolchain (gcc version), libc (uclibc version), platform to choose in make menuconfig? thanks, use the defaults

Re: [OpenWrt-Devel] Any status update regarding the Attitude Adjustment release process?

2012-09-29 Thread John Crispin
On 29/09/12 11:32, Hannu Nyman wrote: Is there any status update regarding the Attitude Adjustment 12.09 (or 12.10?) release process? It has already been about four weeks since the beta was published, so it would be nice to hear any news about the schedule. I have not seen any branching at the

Re: [OpenWrt-Devel] [PATCH] [video] gspca: JPEG improvements for sn9c20x

2012-10-01 Thread John Crispin
On 01/10/12 19:50, Tim Harvey wrote: SN9C20x/GSPCA JPEG improvements This increases the JPEG buffersize and adds JPEG quality set/get methods. The largest framesize I've encountered was 230KB resulting from quality=95 (and a complex/blury image). This also fixes a bug in the mode selection.

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] Changed the init script to not check if dhcp-hostsfile exists as it may be used dynamically with a HUP signal

2012-10-17 Thread John Crispin
On 17/10/12 15:04, Alex Guerra wrote: Signed-off-by: Alex Guerraalex.gue...@oiwifi.com.br --- .../network/services/dnsmasq/files/dnsmasq.init|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dnsmasq.init

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] Parse the option 'conf_dir' in the init script

2012-10-17 Thread John Crispin
On 16/10/12 22:04, Jonh Wendell wrote: Signed-off-by: Jonh Wendell jonh.wend...@oiwifi.com.br mailto:jonh.wend...@oiwifi.com.br --- .../network/services/dnsmasq/files/dnsmasq.init|3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/services/dnsmasq/files/dnsmasq.init

Re: [OpenWrt-Devel] Attitude Adjustment beta2? release? buildbot snapshots?

2012-10-22 Thread John Crispin
On 22/10/12 20:55, Hannu Nyman wrote: What is happening with the Attitude Adjustment release process? The last news over three weeks ago, in late September, was that there is going to be a beta2, soon. https://lists.openwrt.org/pipermail/openwrt-devel/2012-September/016843.html Rather soon

Re: [OpenWrt-Devel] [PATCH] Fix broadcast DHCP client startup option in dhcp.sh

2012-11-08 Thread John Crispin
On 08/11/12 21:08, Hans Dedecker wrote: Signed-off-by: Hans Dedeckerhans.dedec...@technicolor.com --- package/netifd/files/lib/netifd/proto/dhcp.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread John Crispin
On 09/11/12 13:16, Karl Palsson wrote: On Fri, Nov 09, 2012 at 06:11:47AM -0500, Jonathan Bither wrote: Good morning list, I was writing to ask if there is a current maintainer for the Atheros target that I may contact. The reason that I ask is because I was contacted about a patch

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread John Crispin
Hi, there is no support for wbmr 3.6 yet. owrt does not even build an image for wbmr when selecting 3.6. so you must have tried to boot a random image on the wbmr John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread John Crispin
On 09/11/12 20:45, André Valentin wrote: Hi, I did that on purpose. I'm not happy with the 3.3, so I gave it a try ... André 3.3 in general or the wbmr support ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] build-system: allow to call clean target from source makefile

2012-11-20 Thread John Crispin
On 20/11/12 14:35, Roman Yeryomin wrote: Allow to call clean target from source makefile with package/name/cleansrc. Useful when developing a package on-site. Signed-off-by: Roman Yeryomin ro...@advem.lv mailto:ro...@advem.lv Hi, what do you need this for ? a more elaborate description would

Re: [OpenWrt-Devel] DSL support and luci integration

2012-11-27 Thread John Crispin
On 27/11/12 12:23, Frank Meerkötter wrote: Hi, back in January there was a discussion on how to integrate DSL into Luci. https://lists.openwrt.org/pipermail/openwrt-devel/2012-January/013587.html A patch was presented which only got partially merged. The dsl_control.sh is there, the

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-27 Thread John Crispin
On 28/11/12 02:47, Daniel Gimpelevich wrote: This corrects a few oversights in mach-netgear.c, adds a diag.sh with per-board conditionals, in line with the uci-defaults leds file, fixes the Netgear eth0 MAC address detection, and provides a mechanism for the DSL driver to have a preset MAC

Re: [OpenWrt-Devel] [PATCH] ramips: Add support for Hauppauge Broadway

2012-12-03 Thread John Crispin
On 03/12/12 23:23, Devin Heitmueller wrote: From: Devin Heitmueller dheitmuel...@kernellabs.com This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway platform. It doesn't deal with the TV tuner or transcoder at this point, but the core functionality is working (Ethernet,

Re: [OpenWrt-Devel] [PATCH] ramips: Add support for Hauppauge Broadway

2012-12-04 Thread John Crispin
On 04/12/12 11:03, Devin Heitmueller wrote: On Tue, Dec 4, 2012 at 2:11 AM, John Crispinj...@phrozen.org wrote: On 03/12/12 23:23, Devin Heitmueller wrote: From: Devin Heitmuellerdheitmuel...@kernellabs.com This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway platform.

[OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-15 Thread John Crispin
Hi, i pushed the lantiq 3.7 kernel support last night. This is a rather big update as we are now running arch/lantiq/ on an almost fully upstreamed kernel with devicetree support. The following boards don't have a devicetree file yet due to lack of time / test hardware (help and hardware

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-15 Thread John Crispin
On 15/12/12 12:08, Stefan Hellermann wrote: wow thanks! Nice update! I will try it next week on a few Fritzbox 7320, looks like it's almost fully supported (only DECT missing). 7320 has limit support * the TAPI on the 7320 is not lantiq but avm ... never looked into it and i doubt it will

Re: [OpenWrt-Devel] [PATCH] Re: [lantiq] kernel 3.7 update

2012-12-16 Thread John Crispin
as always please just state what yoiu want so we can implement it properly instead of random hacks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-16 Thread John Crispin
On 16/12/12 05:24, Daniel Gimpelevich wrote: On Sat, 2012-12-15 at 11:56 +0100, John Crispin wrote: The following boards don't have a devicetree file yet due to lack of time / test hardware (help and hardware welcome!) ARV3527P GIGASX76X ARV4519PW BTHOMEHUBV2B BTHOMEHUBV3A WBMR P2601HNFX H201L

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-16 Thread John Crispin
On 16/12/12 11:21, David Woodhouse wrote: On Sat, 2012-12-15 at 11:56 +0100, John Crispin wrote: i pushed the lantiq 3.7 kernel support last night. A bunch of things break with the 3.7 kernel. This addresses a few of them, but there's more. In particular, a lot of NAT stuff is no longer

Re: [OpenWrt-Devel] [lantiq] kernel 3.7 update

2012-12-16 Thread John Crispin
On 16/12/12 13:22, Conor O'Gorman wrote: On Sat, 2012-12-15 at 11:56 +0100, John Crispin wrote: Hi, i pushed the lantiq 3.7 kernel support last night. Very nice! Just browsing through the changes. I'll get something running during the week on danube and possibly ase. there is a ticket

Re: [OpenWrt-Devel] [PATCH] [lantiq] ltq-hcd usb fix high speed hub mode

2012-12-16 Thread John Crispin
On 17/12/12 00:18, Conor O'Gorman wrote: Simple update for USB api changes. Signed-off-by: Conor O'Gormani...@conorogorman.net --- Tested on danube with a 3G module, and using SLUB debug. Previous version of the driver showed SLUB errors. Not this one, and it's interrupt rate seems moderate,

Re: [OpenWrt-Devel] [PATCH 0/7] lantiq: update U-Boot package

2013-10-27 Thread John Crispin
On 27/10/13 20:45, Daniel Schwierzeck wrote: This series updates the Lantiq U-Boot package to the latest Lantiq patches based on v2013.10. Also further boards are added. Hi Daniel, awesome work !! i know how much time you have invested into replacing the unbelievably crappy UGW uboot ;)

Re: [OpenWrt-Devel] Installing Linux kernel image to rootfs

2013-10-29 Thread John Crispin
On 29/10/13 16:26, Yegor Yefremov wrote: On Tue, Oct 29, 2013 at 4:16 PM, Felix Fietkaun...@openwrt.org wrote: On 2013-10-29 15:54, Yegor Yefremov wrote: On Tue, Oct 29, 2013 at 3:42 PM, Felix Fietkaun...@openwrt.org wrote: On 2013-10-29 15:27, Yegor Yefremov wrote: I want OpenWrt (12.09)

Re: [OpenWrt-Devel] [PATCH] ubox: support specifying swap priority from the command line

2013-10-31 Thread John Crispin
On 31/10/13 07:03, Nathan Hintz wrote: Signed-off-by: Nathan Hintznlhi...@hotmail.com --- Hi, please use getopt when handling more than 1 argument John block.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/block.c b/block.c index

Re: [OpenWrt-Devel] [PATCH] lantiq: fix etop registers

2013-11-05 Thread John Crispin
Hi, i am doing a patch round tomorrow and pick this up on the way... John On 05/11/13 10:15, Matti Laakso wrote: As first reported more than a year ago (https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016240.html and

Re: [OpenWrt-Devel] procd: service_running hook?

2013-11-05 Thread John Crispin
On 05/11/13 16:25, Helmut Schaa wrote: Hi, just noticed that the service_running hook is executed by procd in parallel to the startup of further init scripts. If another service depends on the service_running hook of an earlier service this can lead to strange effects. For example the network

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ath9k eeprom loading once and for all

2013-11-17 Thread John Crispin
Hi, rather than fix up the patches, could you send a patch that sits on top of the existing ones that i can fold myself please ? John On 17/11/13 18:32, Daniel Gimpelevich wrote: Rather than break IRQ routing by delaying PCI initialization until the calibration data can be loaded,

Re: [OpenWrt-Devel] To get wifi work on mt7260n with rt2860v2_ap driver 2715.

2013-11-19 Thread John Crispin
On 19/11/13 17:44, mtk mtk wrote: I just got this driver from almighty Google.Maybe it can help solving no wifi on mt7620 boards. https://app.box.com/s/letycub363oryirw1vd5 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH, v2] lantiq: fix etop registers

2013-11-19 Thread John Crispin
On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect, since wrong registers are written. Once this patch is applied, it is necessary to make sure that the MII/RMII setting in the .dts-file is correct. i have not merged this yet. i am

Re: [OpenWrt-Devel] [PATCH, v2] lantiq: fix etop registers

2013-11-20 Thread John Crispin
On 19/11/13 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect, since wrong registers are written. Once this patch is applied, it is necessary to make sure that the MII/RMII setting in the .dts-file

Re: [OpenWrt-Devel] [PATCH] procd: Allow process respawning forever

2013-11-20 Thread John Crispin
On 20/11/13 09:01, Helmut Schaa wrote: On Tue, Nov 19, 2013 at 5:33 PM, John Crispinj...@phrozen.org wrote: i just pushed this fix. I also pushed a fix for the running trigger bug you reported. Nice, haven't found time to fix it myself yet! Thanks, Helmut the second patch actually

Re: [OpenWrt-Devel] [PATCH, v2] lantiq: fix etop registers

2013-11-20 Thread John Crispin
On 20/11/13 11:11, Matti Laakso wrote: On 19.11.2013 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: / At the moment the MII/RMII setting in the lantiq .dts-files has no // effect, since wrong registers are written. Once this patch is applied, // it is necessary to make

Re: [OpenWrt-Devel] Target for Carambola missing ?!?

2013-11-20 Thread John Crispin
On 20/11/13 16:05, valent.turko...@gmail.com wrote: Hi guys and galls (if present), how do you compile image for Carambola when it's target is missing? ls target/linux/ramips/rt305x/profiles/ 00-default.mk allnet.mk aztech.mk belkin.mk engenius.mk freestation5.mk tenda.mk upvel.mk But

Re: [OpenWrt-Devel] [PATCH, v2] lantiq: fix etop registers

2013-11-21 Thread John Crispin
On 21/11/13 10:56, Daniel Schwierzeck wrote: 2013/11/20 Matti Laaksomalaa...@elisanet.fi: On 19.11.2013 21:10, John Crispin wrote: On 14/11/13 08:59, Matti Laakso wrote: At the moment the MII/RMII setting in the lantiq .dts-files has no effect, since wrong registers are written. Once

Re: [OpenWrt-Devel] failsafe broken with recent trunk

2013-11-22 Thread John Crispin
On 22/11/13 13:50, Bastian Bittorf wrote: with r38885 and r38892 failsafe does not work via button but on serial console with f + enter. tested with TP-LINK TL-WR1043ND. bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] usb disconnect every 5 minutes - know issue ?

2013-11-24 Thread John Crispin
On 24/11/13 19:58, valent.turko...@gmail.com wrote: Hi guys, not sure if this issue I'm seeing is a know one or not. I searched for similar bugs but haven't seen this. I'll open a new bug if it is needed. I'm using Carambola [1] device with Attitude Adjustment 12.09 which is based upon Ralink

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2013-11-26 Thread John Crispin
On 26/11/13 23:29, José Vázquez wrote: Maybe the problem is that part of the new init process does not work well with two cpus:http://pastebin.com/LTUmbxZ6 who says the new init does not work on smp ? i would claim that bmips is just not supported properly and the maintainers of the code

Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2013-11-26 Thread John Crispin
On 27/11/13 08:48, Florian Fainelli wrote: On Nov 26, 2013 11:42 PM, John Crispin j...@phrozen.org mailto:j...@phrozen.org wrote: On 26/11/13 23:29, José Vázquez wrote: Maybe the problem is that part of the new init process does not work well with two cpus:http://pastebin.com/LTUmbxZ6

Re: [OpenWrt-Devel] init script runs after S99sysctl?

2013-12-01 Thread John Crispin
On 02/12/13 08:02, Le Tran Dat wrote: Hi Aleksandr, Many thanks for your help, I added my script to /etc/rc.local and it works like a cham. I haven't known about this script before. I don't know this too, I will check it later. or if you need change iptables everytime after some interface

Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood/dockstar: remove sata from default packages

2013-12-14 Thread John Crispin
On 14/12/13 06:46, Alexander Couzens wrote: The dockstar doesn't have any sata ports. Signed-off-by: Alexander Couzenslyn...@fe80.eu --- target/linux/kirkwood/profiles/110-nas.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/kirkwood/profiles/110-nas.mk

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: new profile Seagate GoFlexNet

2013-12-14 Thread John Crispin
On 14/12/13 06:46, Alexander Couzens wrote: +define Profile/GOFLEXNET + NAME:=Seagate GoFlexNet + PACKAGES:= \ + kmod-ata-core kmod-ata-marvell-sata \ + kmod-rtc-marvell kmod-usb2 kmod-usb-storage \ + uboot-envtools +endef + Hi, looks quirky ... i doubt that

Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood/dockstar: remove sata from default packages

2013-12-14 Thread John Crispin
On 14/12/13 11:12, Alexander Couzens wrote: On Sat, 14 Dec 2013 09:01:32 +0100 John Crispinj...@phrozen.org wrote: what happens to the boards that require it ? good question. the dockstar never had sata nor it was possible to add these (or at least I haven't seen somebody soldered it).

Re: [OpenWrt-Devel] report of sysupgrade incompatibility with mount-utils

2013-12-17 Thread John Crispin
On 17/12/13 12:49, Sebastian Moeller wrote: replacing all invocations of mount with /usr/mount i think this would be the correct approach. John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] report of sysupgrade incompatibility with mount-utils

2013-12-18 Thread John Crispin
On 18/12/13 11:41, Sebastian Moeller wrote: So, should I send a patch? Against what version, or should I contact the maintainer (do you happen to know who that would be?) Hi, that would be me, i will fix it after i had lunch John

Re: [OpenWrt-Devel] Conflicts between MT7260a and RT5350

2013-12-27 Thread John Crispin
Hi i just pushed a patch that i think will fix the issue. can you please test it as i don't have access to a rt5350 board right now John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] [kernel] ltq-atm: fix compile problem

2013-12-31 Thread John Crispin
Hi, this patch is missing the description. please invest the extra seconds that it takes to comment what the patch does and why John Signed-off-by: Antonios Vamporakisa...@area128.com --- package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 2 -- 1 file changed, 2 deletions(-) diff

Re: [OpenWrt-Devel] [PATCH] [kernel] ltq-atm: fix compile problem

2013-12-31 Thread John Crispin
fddd8b501c59c87d63a0917c8e9e14bd28e3c724 (upstream commit 6aafeef03b9d9ecf255f3a80ed85ee070260e1ae) in the linux-stable/linux-3.10.y branch. nfct_reasm is no longer used. should that comment go in the patch itself? Antonios On 31/12/13 13:54, John Crispin wrote: Hi, this patch is missing the description. please

Re: [OpenWrt-Devel] setsid is not included by default in busybox, why?

2014-01-07 Thread John Crispin
Hi, If there are no good reasons I'll write a simple patch that would include it by default in next build releases. i don't see a good reason to include it Are you using some other ways to create background daemon processes other than using setsid ? use the operator. if this relates

Re: [OpenWrt-Devel] [PATCH] ramips: fix network definiton for Skylink SL-R7205

2014-01-07 Thread John Crispin
On 08/01/14 06:05, Hanno wrote: This change establishes a valid and working network definition. Hi, explain why please. does it now use the defaults ? John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] is anybody working on supporting Linksys WRT1900ac ?

2014-01-12 Thread John Crispin
On 12/01/14 11:09, valent.turko...@gmail.com wrote: I see no mention of this router on dev mailing list, so is this article true: http://arstechnica.com/information-technology/2014/01/linksys-resurrects-classic-blue-router-with-open-source-and-300-price/ and also in tekzilla video

Re: [OpenWrt-Devel] [PATCH] Fix build for individual profiles with dashes in names

2014-01-12 Thread John Crispin
On 12/01/14 13:13, Paul Fertser wrote: Config symbols can have regular dashes, e.g. CONFIG_TARGET_ramips_rt305x_UR-336UN=y So no substitution should be performed on the last part of the symbol. Signed-off-by: Paul Fertserfercer...@gmail.com --- include/target.mk | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH] wpa_supplicant: fix mcast_rate setting

2014-01-13 Thread John Crispin
Hi, looking at the code i wonder if this is a actual bug fix or just a cleanup ?! does the code behave different before and after the patch ? John On 13/01/14 10:45, Antonio Quartulli wrote: Introduced by (netifd: add wireless configuration support and port mac80211 to the new

Re: [OpenWrt-Devel] [PATCH] wpa_supplicant: fix mcast_rate setting

2014-01-13 Thread John Crispin
Am 1/13/14 10:59 AM, schrieb Antonio Quartulli: On 13/01/14 10:48, John Crispin wrote: Hi, looking at the code i wonder if this is a actual bug fix or just a cleanup ?! does the code behave different before and after the patch ? It's a bug fix (this is why we have the Introduced

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-13 Thread John Crispin
Am 1/13/14 11:39 AM, schrieb Hanno Schupp: I am working on improved support for the Skyline SL-R7205 Wireless 3G Router (hence my previously submitted patches)but have struck a dead end on a particular issue. I found that during boot the device acts like dumb switch, allowing traffic to pass

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