Re: [OpenWrt-Devel] [PATCH] mac80211: b43: rework package dependency

2014-06-06 Thread Jonas Gorski
On Fri, Jun 6, 2014 at 12:50 PM, Rafał Miłecki zaj...@gmail.com wrote: This fixes: Package kmod-b43 is missing dependencies for the following libraries: bcma.ko ssb.ko on non-Broadcom targets. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/kernel/mac80211/Makefile | 11

Re: [OpenWrt-Devel] [Patch][BCM63XX] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-06 Thread Jonas Gorski
On Fri, Jun 6, 2014 at 9:52 PM, Florian Fainelli flor...@openwrt.org wrote: 2014-06-06 12:46 GMT-07:00 José Vázquez Fernández ppvazquez...@gmail.com: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-27 Thread Jonas Gorski
On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368, BCM6362 and BCM63268 have a hardware random numbers generator, so, if none of these are selected, don't compile it. Tested with

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-27 Thread Jonas Gorski
On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-27 12:29 GMT+02:00, Jonas Gorski j...@openwrt.org: On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Select HW_RANDOM_BCM63XX only in the SoCs that support it. Only BCM6368

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-28 Thread Jonas Gorski
On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-27 13:14 GMT+02:00, Jonas Gorski j...@openwrt.org: On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-27 12:29 GMT+02:00, Jonas Gorski j...@openwrt.org: On Wed, Jun 18, 2014

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-28 Thread Jonas Gorski
On Sat, Jun 28, 2014 at 7:26 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-28 18:10 GMT+02:00, Jonas Gorski j...@openwrt.org: On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez ppvazquez...@gmail.com wrote: This means your kernel configuration is missing # HW_RANDOM_BCM63XX is not set

Re: [OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 8:58 AM, John Crispin j...@phrozen.org wrote: Hi, blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: validate: fix indentation They have both the same subject, so you quite likely downloaded

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

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 2:09 PM, Michael Heimpold m...@heimpold.de wrote: Spotted by several buildbots. Signed-off-by: Michael Heimpold m...@heimpold.de Thanks, applied. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [Patch][BCM63XX][V2][RFC] Select HW_RANDOM_BCM63XX only in the SoCs that support it.

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 10:37 PM, José Vázquez ppvazquez...@gmail.com wrote: 2014-06-28 19:54 GMT+02:00, Jonas Gorski j...@openwrt.org: Ah, I guess your problem is that something in your openwrt config depends on kmod-random-core, which will cause HW_RANDOM to be selected (as m), which makes

Re: [OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-06-30 Thread Jonas Gorski
On Mon, Jun 30, 2014 at 10:01 AM, John Crispin j...@phrozen.org wrote: Hi, patchwork seems to not have picked up this patch. http://patchwork.openwrt.org/project/openwrt/list/ i can only see the previous version The patch is line broken, that's why patchwork doesn't see it. Also it is

Re: [OpenWrt-Devel] [PATCH 1/4] [WEIO] Adding WeIO profile

2014-06-30 Thread Jonas Gorski
On Mon, Jun 30, 2014 at 2:26 PM, John Crispin j...@phrozen.org wrote: Hi, i would prefer it to be all in 1 patch with no unrelated whitespace fixes. that makes it less work to merge and its self contained. if there was more code then splitting it up might make sense, however its only a few

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: CPVA502+ board fixes

2014-06-30 Thread Jonas Gorski
On Wed, Apr 23, 2014 at 7:04 PM, dani dgcb...@gmail.com wrote: Some fixes for Telsey CPVA502+ bcm6348 routers: - reset the external PHY (eth1) with proper platform code, not using a led definiton - eth1 is an external phy, not a switch, deleted forced link speed - fixed led color Patch

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: fix Livebox 1 support

2014-06-30 Thread Jonas Gorski
On Sun, May 18, 2014 at 6:41 PM, dani dgcb...@gmail.com wrote: The Livebox 1 support is currently broken. Fixed with this patch Fixes: - Redboot partitioning broken: fixed - Replaced custom ephy reset with platform code - USB code breaks the building process: fixed - Led colors - Removed

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Support for Comtrend VR-3025u and VR-3025un.

2014-06-30 Thread Jonas Gorski
On Fri, May 23, 2014 at 7:36 PM, José Vázquez Fernández ppvazquez...@gmail.com wrote: Support for Comtrend VR-3025u and VR-3025un. This patch adds support for both VR-3025u and VR-3025un. Due to these routers are very close in terms of board definitions because the only differences are a led

Re: [OpenWrt-Devel] [PATCH][brcm63xx] Add support for Comtrend WAP-5813n

2014-06-30 Thread Jonas Gorski
On Fri, Jun 27, 2014 at 7:09 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: This adds support for Comtrend WAP-5813n. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Thanks, applied. Jonas ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 1/1] [WEIO] Initial support for WeIO board

2014-06-30 Thread Jonas Gorski
On Mon, Jun 30, 2014 at 5:46 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: From c01a10928d2f27f89ff712896c948f549827acbe Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC drasko.drasko...@gmail.com Date: Sun, 9 Feb 2014 03:46:43 +0100 Subject: [PATCH 1/2] weio: adding WeIO profile for

Re: [OpenWrt-Devel] [PATCH 1/1] [WEIO] Initial support for WeIO board

2014-06-30 Thread Jonas Gorski
On Mon, Jun 30, 2014 at 6:27 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: Hi Jonas, On Mon, Jun 30, 2014 at 6:10 PM, Jonas Gorski j...@openwrt.org wrote: On Mon, Jun 30, 2014 at 5:46 PM, Drasko DRASKOVIC drasko.drasko...@gmail.com wrote: From

Re: [OpenWrt-Devel] [Patch][Resend] Kernel patch for BMP085 support

2014-07-02 Thread Jonas Gorski
Hi, this patch is currently missing: a) a proper changelog b) a Signed-off-by c) proper patch headers for the individual patches. See https://dev.openwrt.org/wiki/SubmittingPatches regarding a) and b), and https://dev.openwrt.org/browser/trunk/target/linux/generic/PATCHES regarding c) Jonas

Re: [OpenWrt-Devel] [brcm2708] Use uci-defaults for network config

2014-07-04 Thread Jonas Gorski
Hi, On Fri, Jul 4, 2014 at 1:33 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: By using uci-defaults force_link is enabled, which fixes some link issues if ethernet cable isn't connected when LAN is initialized. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- (snip) diff

Re: [OpenWrt-Devel] [RFC] BCM63XX SMP: assign interrupts to one cpu rather than both

2014-07-04 Thread Jonas Gorski
On Fri, Jul 4, 2014 at 12:46 PM, José Vázquez ppvazquez...@gmail.com wrote: Found this comment in a Broadcom source code that has an interesting comment; in addition, danitool, testing different kernel command lines found that forcing all the interrupts to CPUx the network throughput was

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: add support for TP-LINK TL-WA860RE v1

2014-07-13 Thread Jonas Gorski
On Sun, Jul 13, 2014 at 9:12 AM, John Crispin j...@phrozen.org wrote: hi, Index: target/linux/ar71xx/base-files/etc/diag.sh === --- target/linux/ar71xx/base-files/etc/diag.sh (revision 41592) +++

Re: [OpenWrt-Devel] AA on brcm47xx: Unhandled kernel unaligned access

2014-07-14 Thread Jonas Gorski
On Mon, Jul 14, 2014 at 6:23 PM, Felix Fietkau n...@openwrt.org wrote: On 2014-07-14 16:42, Rafał Miłecki wrote: On 21 June 2014 18:36, Nikolai Zhubr n-a-zh...@yandex.ru wrote: [ 637.43] [ cut here ] [ 637.44] WARNING: at net/core/dev.c:2194

Re: [OpenWrt-Devel] AA on brcm47xx: Unhandled kernel unaligned access

2014-07-14 Thread Jonas Gorski
On Mon, Jul 14, 2014 at 11:48 PM, Nikolai Zhubr n-a-zh...@yandex.ru wrote: 14.07.2014 20:44, Jonas Gorski: [...] If I were to speculate wildly, I would guess that B44_RXMAXLEN refers to the maximum frame length, not the maximum buffer length - and in the code, it's being fed with the maximum

Re: [OpenWrt-Devel] [PATCH v2 00/18] atheros: I/O cleanups

2014-07-15 Thread Jonas Gorski
On Tue, Jul 15, 2014 at 1:57 AM, Sergey Ryazanov ryazanov@gmail.com wrote: Main goals of this series: * Simplify interface between arch code and SoC drivers * Simplify internal realization of arch code * Make code consistent with mainstream kernel rules and practice This series

Re: [OpenWrt-Devel] Compiling kernel modules for Openwrt

2014-07-15 Thread Jonas Gorski
On Tue, Jul 15, 2014 at 10:06 PM, Methos methos.old...@gmail.com wrote: Hi, I am trying to compile kernel module kmod-ipt-tee. I enabled it using make menuconfig Now I see: # grep kmod-ipt-tee .config CONFIG_PACKAGE_kmod-ipt-tee=m But when I execute: make

Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-07-28 Thread Jonas Gorski
On Mon, Jul 28, 2014 at 11:01 AM, John Crispin j...@phrozen.org wrote: hi david. please post the link to the mail you sent on -devel about this. It's been a couple years since my last attempt, given that the topic just came up, I figured I'd try to figure out what the right process is for

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov l...@openwrt.org wrote: This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS variables. Those are simmilar to existing DEFAULT_PACKAGES and PACKAGES but one can use them to select other options by default in menuconfig. I don't

Re: [OpenWrt-Devel] [PATCH 3/3] brcm-wl: use new brcm63xx fallback sprom

2014-08-11 Thread Jonas Gorski
On Sun, Aug 10, 2014 at 6:09 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Generally it looks good, but could use a bit more of a changelog (like stating that you are now filling in a lot more values). Also Rafał, could you take a

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 2:57 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 01:17:04PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov l...@openwrt.org wrote: This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS variables. Those

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: And further, in your approach you directly select the options, not just change the defaults (in contrast to the default packages), so you can't even deselect them

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 6:34 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 05:24:32PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: And further, in your approach

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-12 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 8:58 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 06:59:15PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 6:34 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 05:24:32PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 5:06

Re: [OpenWrt-Devel] [PATCH 2/3] build: use options to add kernels/dtbs in rootfs

2014-08-12 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 10:48 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 10:06:27PM +0200, Felix Fietkau wrote: On 2014-08-11 10:47, Luka Perkov wrote: Use support for options to enable targets and profiles select kernel or dtb inclusion by default. Signed-off-by:

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-12 Thread Jonas Gorski
On Tue, Aug 12, 2014 at 1:25 PM, Luka Perkov l...@openwrt.org wrote: On Tue, Aug 12, 2014 at 01:02:06PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 8:58 PM, Luka Perkov l...@openwrt.org wrote: On Mon, Aug 11, 2014 at 06:59:15PM +0200, Jonas Gorski wrote: On Mon, Aug 11, 2014 at 6:34

Re: [OpenWrt-Devel] [PATCH] / [Pull request] Patches to BusyBox to fix build errors when PAM support is enabled.

2014-08-15 Thread Jonas Gorski
Hi, On Fri, Aug 15, 2014 at 3:03 PM, Stephen Parry sgpa...@mainscreen.com wrote: I have patched the BusyBox package to allow it to build correctly when CONFIG_BUSYBOX_CONFIG_PAM is set. The use case here is that I want to secure the console with a login where I hope to selectively allow or

Re: [OpenWrt-Devel] GIT or SVN for patch diffs

2014-08-15 Thread Jonas Gorski
Hi, On Fri, Aug 15, 2014 at 5:30 PM, Stephen Parry sgpa...@mainscreen.com wrote: Dear All, Can someone tell me please: a) Is git the preferred way of making patches as suggested here: https://dev.openwrt.org/wiki/SubmittingPatches/Svn ? Git is the recommended way as it makes it quite easy to

Re: [OpenWrt-Devel] Subject: [PATCH] Busybox: Fix pam_start link errors when PAM support is enabled

2014-08-15 Thread Jonas Gorski
On Fri, Aug 15, 2014 at 6:32 PM, Stephen Parry sgpa...@mainscreen.com wrote: I have sent as a git patch. I will follow up with an svn one. Please let me know which is more preferable. Please don't, sending the patch once is enough. Jonas ___

Re: [OpenWrt-Devel] mac80211/DFS-support default since r42431

2014-09-08 Thread Jonas Gorski
On Mon, Sep 8, 2014 at 11:03 AM, Bastian Bittorf bitt...@bluebottle.com wrote: * Felix Fietkau n...@openwrt.org [08.09.2014 10:36]: is from a security point of view a difficult thing - because everybody can take down a complete city-network. I've never heard this claim before. How does

Re: [OpenWrt-Devel] for ramips/mt7620a, emailrelay-nossl fails to build

2014-09-08 Thread Jonas Gorski
On Mon, Sep 8, 2014 at 2:14 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 8 Sep 2014, Etienne Champetier wrote: Hi Le 7 sept. 2014 23:40, Robert P. J. Day rpj...@crashcourse.ca a écrit : still reviewing so i don't think i have the background to debug this one: $ make

Re: [OpenWrt-Devel] for ramips/mt7620a, emailrelay-nossl fails to build

2014-09-08 Thread Jonas Gorski
On Mon, Sep 8, 2014 at 3:05 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 8 Sep 2014, Jonas Gorski wrote: On Mon, Sep 8, 2014 at 2:14 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Mon, 8 Sep 2014, Etienne Champetier wrote: Hi Le 7 sept. 2014 23:40, Robert P. J

Re: [OpenWrt-Devel] for ramips/mt7620a, emailrelay-nossl fails to build

2014-09-08 Thread Jonas Gorski
On Mon, Sep 8, 2014 at 3:50 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: ok, new issue at github: https://github.com/openwrt/packages/issues/291 is this the proper format? is there any information i failed to include? This looks fine. Jonas

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID 15 possible?

2014-09-29 Thread Jonas Gorski
Hi, On Mon, Sep 29, 2014 at 10:43 AM, Ilya Lipnitskiy ilya.lipnits...@gmail.com wrote: Greetings! I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 on its WAN port to be able to talk to a Calix FTTH ONT. Studying the problem, I have found that the device contains a

Re: [OpenWrt-Devel] [OpenWrt-Commits] r30858 - in packages/utils/dosfstools: . files patches

2012-03-09 Thread Jonas Gorski
On 9 March 2012 23:19, Philip Prindeville philipp_s...@redfish-solutions.com wrote: Can we avoid whitespace-only changes? Not if it's the upstream code that has the whitespace changes (and thus patches need to be updated/rebased so that they apply again, like in this very commit). Regards,

Re: [OpenWrt-Devel] Have trunk snapshots been intentionally stopped?

2012-03-31 Thread Jonas Gorski
On 31 March 2012 10:12, Hannu Nyman hannu.ny...@iki.fi wrote: Have buildbots crashed again? Only a few platforms have recent snapshots made after the buildbot restart 3 days ago. Most platforms have still not been updated and the trunk snapshots are from March 14-16. I thought that the new

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-03 Thread Jonas Gorski
Hi, On 3 April 2012 07:51, Hanno Schupp hanno.sch...@gmail.com wrote: Hi, can we get this applied please, before it goes stale? Thanks The patch was totally borked by being submitted as html email and/or by your email client; patchwork didn't even recognise it. Also there are several code

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

2012-04-06 Thread Jonas Gorski
On 6 April 2012 15:35, John Crispin j...@phrozen.org wrote: 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] = {

Re: [OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31

2012-04-06 Thread Jonas Gorski
Hi, some comments On 6 April 2012 13:17, Mike Brady mikebr...@eircom.net wrote: This patch updates avahi to latest version -- 0.6.31. A reason why avahi should be updated would be nice (not necessary though, since it's only a minor bump). It also adds a note to the description.

Re: [OpenWrt-Devel] [PATCH] update kernel-version.mk

2012-04-09 Thread Jonas Gorski
Hi Jim, On 4 April 2012 17:30, Jim Cromie jim.cro...@gmail.com wrote: add 3.2.14, 3.3.1, restore entry for 3.2.13. ISTM theres not a reason to drop 3.2.13, I think some platforms are still using it. There are no platforms using 3.2.12; I had previously updated all of them to use 3.2.13 (and

Re: [OpenWrt-Devel] [PATCH] Add configuration of igmpproxy through uci

2012-04-17 Thread Jonas Gorski
On 2 April 2012 11:46, Viktar Palstsiuk viktar.palsts...@promwad.com wrote: Signed-off-by: Viktar Palstsiuk viktar.palsts...@promwad.com ---  net/igmpproxy/Makefile               |    8 +++---  net/igmpproxy/files/igmpproxy.conf   |   43 --  

Re: [OpenWrt-Devel] integrate kernel git repo in openwrt environment

2012-04-19 Thread Jonas Gorski
On 19 April 2012 22:32, Florian Fainelli flor...@openwrt.org wrote: Hi Arend, On Thursday 19 April 2012 21:44:43 Arend van Spriel wrote: Hi Hauke, I have setup openwrt environment and can build a router image. The kernel comes from a tarball. Do you or someone else ever tried to pull in

Re: [OpenWrt-Devel] [PATCH 1/4] kirkwood: add support for Allnet ALL6000 board

2012-05-30 Thread Jonas Gorski
Hi, some small nit-picks On 30 May 2012 10:08, Daniel Golle dgo...@allnet.de wrote: This adds support for the Allnet ALL6000 board to the Kernel. See http://www.allnet.de/entwicklungsplatformen.html?L=0 Signed-off-by: Daniel Golle dgo...@allnet.de diff --git

Re: [OpenWrt-Devel] why xburst target mark as BROKEN

2012-06-08 Thread Jonas Gorski
On 8 June 2012 12:00, Xiangfu Liu xian...@openmobilefree.net wrote: Hi After rebase our openwrt repo on latest upstream, I found the xburst target marked as BROKEN. I have tested xburst:qi_lb60(Ben Nanonote) works just fine on my Ben Nanonote. What can I do for remove the 'broken' on xburst

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-06-25 Thread Jonas Gorski
Hi Miguel, On Jun 12, 2012 6:24 PM, Miguel GAIO miguel.g...@efixo.com wrote: This is a preliminary support for NB6 boards. The first patch add support for 6362 CPU. The chip is closed to the 6328 CPU, so the patch is mainly base on 6328 support. The second patch add support for NB6 boards.

Re: [OpenWrt-Devel] [PATCH] 96348A-122 improvements (Comtrend 5365)

2012-07-03 Thread Jonas Gorski
On 21 June 2012 18:12, Álvaro Fernández Rojas nolt...@gmail.com wrote: 1) Improve WLAN button. 2) Add 96348A-122 image. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Thanks, applied in r32593. ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCHv2] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-07-22 Thread Jonas Gorski
Hello Miguel, On 6 July 2012 14:19, Miguel GAIO miguel.g...@efixo.com wrote: This is a second release for NB6 boards support. The first patch add support for 6362 CPU. It's based on 6328 works. It also includes RGMII clock enable. The second patch include support for NB6 boards. The NB6 has

Re: [OpenWrt-Devel] [PATCH 02/11] ar71xx: add Mercury MW150R machtype and platform stuff

2012-07-27 Thread Jonas Gorski
Hi, a nitpick ... On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: diff --git a/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.3/610-MIPS-ath79-openwrt-machines.patch index f0727ad..e8f8196 100644 ---

Re: [OpenWrt-Devel] [PATCH 08/11] ar71xx: Set WAN led to be active_low as it is on Mercury MW150R

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 09/11] ar71xx: fix wmac registration on mercury mw150r

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../files/arch/mips/ath79/mach-mercury-mw150r.c|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 11/11] ar71xx: fix soc definition for mercury-mw150r

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- .../610-MIPS-ath79-openwrt-machines.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 07/11] ar71xx: Enable Mercury MW150R machine in kernel config

2012-07-27 Thread Jonas Gorski
On 27 July 2012 12:06, Andrew 'Necromant' Andrianov and...@ncrmnt.org wrote: Signed-off-by: Andrew 'Necromant' Andrianov and...@ncrmnt.org --- target/linux/ar71xx/config-3.3 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/config-3.3

Re: [OpenWrt-Devel] [PATCHv2] brcm63xx: add support for NB6 boards based on BCM6362 CPU.

2012-07-31 Thread Jonas Gorski
Hi Miguel, thanks, and committed. On 31 July 2012 09:31, Miguel GAIO miguel.g...@efixo.com wrote: 2) I made the realtek patch a platform patch, because I do not know the impact on other devices using this switch (which didn't need it). 3) I added a network config for it 4) I commented out

Re: [OpenWrt-Devel] Unable to mount squashfs, no real error returned (Invalid argument)

2012-08-24 Thread Jonas Gorski
Hi Rafał, On 24 August 2012 23:09, Rafał Miłecki zaj...@gmail.com wrote: (...) # head /dev/mtd4 | hexdump -C 73 68 73 71 2b 03 00 00 00 00 00 54 03 00 00 d8 |shsq+..T| (...) Can someone explain to me, what does it mean? Is there something wrong with my mtdblock4? I don't

Re: [OpenWrt-Devel] [PATCH] [package/procps] Allow selection of applets to be installed

2012-09-05 Thread Jonas Gorski
Hi, On 23 August 2012 19:31, Jonh Wendell jonh.wend...@gmail.com wrote: From d3f62517f73201522eb36a4030cb54b26b4eb069 Mon Sep 17 00:00:00 2001 From: Jonh Wendell jonh.wend...@oiwifi.com.br Date: Thu, 23 Aug 2012 14:24:09 -0300 Subject: [PATCH] [package/procps] Allow selection of applets to be

Re: [OpenWrt-Devel] [PATCH] [package/procps] Allow selection of applets to be installed

2012-09-05 Thread Jonas Gorski
On 5 September 2012 16:50, Jonh Wendell jonh.wend...@gmail.com wrote: 2012/9/5 Jonas Gorski jonas.gorski+open...@gmail.com On 23 August 2012 19:31, Jonh Wendell jonh.wend...@gmail.com wrote: From d3f62517f73201522eb36a4030cb54b26b4eb069 Mon Sep 17 00:00:00 2001 From: Jonh Wendell jonh.wend

Re: [OpenWrt-Devel] HW553: buttons and net patch

2012-10-08 Thread Jonas Gorski
Hi, thanks for your patch. There are some issues with it though: * The subject should contain [PATCH] and the subsystem it targets. * There is no Signed-off-by line, please add one. * The patch is sent as quoted-printable; please send the next revision as plain text. * Please don't add a

Re: [OpenWrt-Devel] [PATCH] bcm63xx: HW553 buttons and net patch

2012-10-08 Thread Jonas Gorski
On 8 October 2012 15:33, Daniel dgcb...@gmail.com wrote: - Added the buttons for this bcm6358 board. - The internal phy is unused in this board, deleted. patch made against current AA Better, but still not 100%. Signed-off-by: danitool This is not a valid Signed-off-by; it has to include

Re: [OpenWrt-Devel] [PATCH 1/8] [ar7] free memory below kernel offset

2012-10-15 Thread Jonas Gorski
On 15 October 2012 11:42, Daniel Golle dgo...@allnet.de wrote: Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that memory region so it is usable for Linux. Signed-off-by: Daniel Golle dgo...@allnet.de --- .../patches-3.3/200-free-mem-below-kernel-offset.patch | 17

Re: [OpenWrt-Devel] [PATCH 4/8] [ar7] detect AC49x flash partitions

2012-10-15 Thread Jonas Gorski
On 15 October 2012 11:43, Daniel Golle dgo...@allnet.de wrote: Signed-off-by: Daniel Golle dgo...@allnet.de --- target/linux/ar7/files/drivers/mtd/ac49xpart.c | 199 + .../ar7/patches-3.3/320-ac49x-mtd-partitions.patch | 41 + 2 files changed, 240

Re: [OpenWrt-Devel] [PATCH] bcm63xx: HW553 buttons and net patch

2012-10-15 Thread Jonas Gorski
On 8 October 2012 20:31, Daniel dgcb...@gmail.com wrote: I don't how to rid of the quote printable thing. This is a new attempt. - Added the buttons for this bcm6358 board. - The internal phy is unused in this board, deleted. patch made against current AA Signed-off-by: Daniel Gonzalez

Re: [OpenWrt-Devel] [PATCH] vlynq: fix typo in comment

2012-10-18 Thread Jonas Gorski
On 17 October 2012 17:09, Daniel Golle dgo...@allnet.de wrote: I started reviewing the vlynq driver and found a small typo. Signed-off-by: Daniel Golle dgo...@allnet.de --- a/drivers/vlynq/vlynq.c 2012-10-17 17:03:34.740744318 +0200 +++ b/drivers/vlynq/vlynq.c 2012-10-17

Re: [OpenWrt-Devel] [PATCH][packages] snortsam: fix for mangled EOL's in snortsam patch

2012-10-18 Thread Jonas Gorski
On 18 October 2012 18:15, Jiri Slachta slac...@cesnet.cz wrote: [patch that fixes line endings] Applied with a slightly modified commit message in r33855, thanks. I added a subject and fixed up the line breaks, so your SOB is on its own line. Jonas

Re: [OpenWrt-Devel] [PATCH v3][BCM63XX] Add 963281T_TEF board support.

2012-10-20 Thread Jonas Gorski
Hi, On 24 July 2012 02:43, Álvaro Fernández Rojas nolt...@gmail.com wrote: Add 963281T_TEF board support (wlan BCM43225). Flash size is 16M. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com This patch looks good, but does not apply to trunk anymore, can you please resend it? Also

Re: [OpenWrt-Devel] [PATCH][BCM63XX] Add F@ST2604 board support.

2012-10-20 Thread Jonas Gorski
Hi, On 6 August 2012 20:00, Álvaro Fernández Rojas nolt...@gmail.com wrote: Add Sagem F@ST2604 board support. Signed-off-by: Álvaro Fernández Rojasnolt...@gmail.com please use tabs instead of spaces for indentation, apart from that it looks mostly fine. Index:

Re: [OpenWrt-Devel] [PATCH 1/3][BCM63XX] Add 6328 boards support.

2012-10-23 Thread Jonas Gorski
On 23 October 2012 01:13, Álvaro Fernández Rojas nolt...@gmail.com wrote: Router: HomeStation ADB P.DG A4001N. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Applied them in r33893, r33894 and 33895, thank you. Next time please use different subjects for each patch, and check the

Re: [OpenWrt-Devel] [PATCH 1/7] [packages] cups: Update to 1.5.4

2012-10-24 Thread Jonas Gorski
Hi, On 24 October 2012 09:55, Bernd Krumböck krumbo...@universalnet.at wrote: From: Bernd Krumböck krumboeck_at_universalnet.at Update CUPS to 1.5.4 and package clients, libs, filters, locales and daemon to separate packages. Add submenu Printing. Thanks for your patches. Two things: a)

Re: [OpenWrt-Devel] [PATCH 1/7] [packages] cups: Update to 1.5.4

2012-10-24 Thread Jonas Gorski
On 24 October 2012 12:21, Jonas Gorski jonas.gorski+open...@gmail.com wrote: Hi, On 24 October 2012 09:55, Bernd Krumböck krumbo...@universalnet.at wrote: From: Bernd Krumböck krumboeck_at_universalnet.at Update CUPS to 1.5.4 and package clients, libs, filters, locales and daemon

Re: [OpenWrt-Devel] [PATCHv2 1/3] [packages] cups: Update to 1.5.4 (fixed tabs)

2012-11-01 Thread Jonas Gorski
Hi, On 25 October 2012 09:52, krumbo...@universalnet.at krumbo...@universalnet.at wrote: From: Bernd Krumböck krumboeck_at_universalnet.at Update CUPS to 1.5.4 and package client, libs, filters, locales and daemon to separate packages. Replace makefile-targets patch with components patch.

Re: [OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-01 Thread Jonas Gorski
On 26 October 2012 06:13, Catalin Patulea c...@vv.carleton.ca wrote: Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- Unlikely myloader.h, bcm963xx_tag.h was already in the kernel tree, so to move it, I didn't want to have the patch remove it and to add it through files - so the patch

Re: [OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-05 Thread Jonas Gorski
On 5 November 2012 04:24, Catalin Patulea c...@vv.carleton.ca wrote: Signed-off-by: Catalin Patulea c...@vv.carleton.ca --- Applies on r34076 (fcc9eda), also tested with 'make package/mtd/compile' and 'make target/linux/{clean,prepare}'. package/mtd/Makefile |

Re: [OpenWrt-Devel] [PATCH] [brcm36xx] export bcm963xx_tag.h to userspace so that mtd can use it without warning

2012-11-05 Thread Jonas Gorski
On 5 November 2012 04:16, Catalin Patulea c...@vv.carleton.ca wrote: On Thu, Nov 1, 2012 at 8:25 AM, Jonas Gorski jonas.gorski+open...@gmail.com wrote: Also I'm not sure the location is correct - maybe it should rather be linux/mtd/bcm963xx_tag.h or mtd/bcm963xx_tag.h something like

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 nolt...@gmail.com 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 nolt...@gmail.com Thanks,

Re: [OpenWrt-Devel] [OpenWrt-Devel 1/4, resubmit] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2013-10-22 Thread Jonas Gorski
On Tue, Oct 22, 2013 at 3:41 PM, Marcin Jurkowski marci...@gmail.com wrote: This adds kernel support support for Sagemcom F@st 2704 wireless ADSL router. It's a BCM6328-based 802.11n wireless router with USB port and ADSL2+ modem equipped with 64 MiB RAM and 8 MiB flash. Signed-off-by:

Re: [OpenWrt-Devel] [PATCH 5/8] mtd: recognize belkin trx magic

2013-12-24 Thread Jonas Gorski
On Mon, Dec 23, 2013 at 3:29 PM, Hauke Mehrtens ha...@hauke-m.de wrote: On 12/05/2013 11:45 AM, Cody P Schafer wrote: Signed-off-by: Cody P Schafer de...@codyps.com --- package/system/mtd/src/trx.c | 29 ++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff

Re: [OpenWrt-Devel] [PATCH 4/8] brcm47xx/mtd-partition: recognize Belkin F7Dxxxx TRX headers

2013-12-24 Thread Jonas Gorski
On Mon, Dec 23, 2013 at 3:26 PM, Hauke Mehrtens ha...@hauke-m.de wrote: On 12/21/2013 07:52 PM, Rafał Miłecki wrote: 2013/12/5 Cody P Schafer de...@codyps.com: F7D3301/F7D7301, F7D3302/F7D7302, and F7D4301 replace the HDR0 with a custom byte sequence (which appears to be a date). Also, they

Re: [OpenWrt-Devel] Adding Go to OpenWRT

2014-01-07 Thread Jonas Gorski
On Tue, Jan 7, 2014 at 2:05 PM, Geert-Johan Riemer geertjo...@geertjohan.net wrote: I've added the depend statements as you said. This does work, but completely removes the entry's instead of greying them out. Someone searching for gccgo/libgo must now know it is required to enable gcc 4.7.x+

Re: [OpenWrt-Devel] [PATCH] bcm63xx: fix MIPS_L1_CACHE_SHIFT at the kernel config (trunk)

2014-01-10 Thread Jonas Gorski
On Wed, Jan 8, 2014 at 10:04 PM, dani dgcb...@gmail.com wrote: Currently the parameter MIPS_L1_CACHE_SHIFT defaults to 5 , but should be 4. MIPS_L1_CACHE_SHIFT = 5 matches to a cache linesize of 32 bytes, but BCM63xx SoCs use cores with 16 bytes linesize and therefore should be

Re: [OpenWrt-Devel] Kernel panic when using ohci usb devices in trunk

2014-01-13 Thread Jonas Gorski
On Sat, Jan 11, 2014 at 6:35 PM, Ernesto forosylis...@ernet.com.ar wrote: Hi all, I'm trying to add USB support to a broadcom 6328 based board, named 96328dg2x2. I used the definition of another board, 963281TAN, and added .has_ehci0 = 1 and ohci0 too, and configured gpio10 as a led. With

Re: [OpenWrt-Devel] [OpenWrt-Devel, PATCH:kernel] OpenWRT for Raspberry PI - _fixed_ second version.

2014-01-19 Thread Jonas Gorski
On Sun, Jan 19, 2014 at 3:01 PM, Oskari Rauta oskari.ra...@gmail.com wrote: Hi, NAK, we wont merge a huge pile of random patch churn in one big blob. please read the submitting patches guidelines John What huge pile? Like I earlierly said, this is NOT dependant of _any_ of my previous

Re: [OpenWrt-Devel] BT Home Hub 2B support - nand driver patch (for comment only)

2014-01-22 Thread Jonas Gorski
On Wed, Jan 22, 2014 at 1:02 PM, Ben Mulvihill ben.mulvih...@gmail.com wrote: On Wed, 2014-01-22 at 00:42 +0100, John Crispin wrote: On 21/01/2014 21:55, David Lang wrote: On Tue, 21 Jan 2014, Ben Mulvihill wrote: The nand driver currently in trunk works fine, provided ... what is the

Re: [OpenWrt-Devel] [PATCH 1/2] b53: Add BCM53128 switch support

2014-01-22 Thread Jonas Gorski
Hi, On Wed, Jan 22, 2014 at 4:58 PM, Helmut Schaa helmut.sc...@googlemail.com wrote: The BCM53128 seems to be very similar to the BCM53125 but has some more ports. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- .../generic/files/drivers/net/phy/b53/b53_common.c | 14

Re: [OpenWrt-Devel] [PATCH 4/4] b53: mdio: Avoid re-registering the same switch device

2014-01-25 Thread Jonas Gorski
On Fri, Jan 24, 2014 at 12:57 PM, Helmut Schaa helmut.sc...@googlemail.com wrote: When setting the associated interface down and up again a new switch device will be registered due to b53_phy_config_init doing the necessary allocations and registrations. Instead, register the switch device

Re: [OpenWrt-Devel] [PATCH 2/4] b53: Use phy_drivers_register to register multiple phy drivers at once

2014-01-25 Thread Jonas Gorski
On Fri, Jan 24, 2014 at 12:57 PM, Helmut Schaa helmut.sc...@googlemail.com wrote: Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- .../generic/files/drivers/net/phy/b53/b53_mdio.c | 44 ++ 1 file changed, 12 insertions(+), 32 deletions(-) diff --git

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-28 Thread Jonas Gorski
On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki zaj...@gmail.com wrote: 2014-01-21 Rafał Miłecki zaj...@gmail.com: I believe I'm observing packets leaking between WAN and LAN ports during OpenWrt booting process. That happens on devices with bgmac, but it seems to be related to the b53. Ping?

Re: [OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 9:27 AM, Seif Mazareeb seif.mazar...@gmail.com wrote: The config-3.10 doesn't specify the configuration of the backported PCI features, and the Marvell EBU Device Bus Controller, this will prevent a clean compile. This patch enables these features to archive a clean

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 1:59 PM, Rafał Miłecki zaj...@gmail.com wrote: 2014-01-30 Florian Fainelli flor...@openwrt.org: 2014-01-29 Rafał Miłecki zaj...@gmail.com: 2014-01-28 Jonas Gorski j...@openwrt.org: On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki zaj...@gmail.com wrote: On my: Found

Re: [OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 6:33 PM, Oliver Ertl oli...@ertls-netzwerk.de wrote: Subject: [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency This sounds like you are doing two more or less unrelated things at once; a version bump and option select. Please split this into two

Re: [OpenWrt-Devel] [PATCH 2/2] pyload: add LIBCURL_COOKIES dependency

2014-01-31 Thread Jonas Gorski
On Fri, Jan 31, 2014 at 10:31 AM, Oliver Ertl oli...@ertls-netzwerk.de wrote: Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de Please describe in a sentence why this change is necessary. Jonas ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 0/2] *** SUBJECT HERE ***

2014-01-31 Thread Jonas Gorski
On Fri, Jan 31, 2014 at 10:31 AM, Oliver Ertl oli...@ertls-netzwerk.de wrote: *** BLURB HERE *** I guess you forgot to fill in something here. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 0/2] *** SUBJECT HERE ***

2014-01-31 Thread Jonas Gorski
On Fri, Jan 31, 2014 at 1:34 PM, Daniel Petre daniel.pe...@gmail.com wrote: On 01/31/2014 01:49 PM, Oliver Ertl wrote: Ok, you can delete the patches then. No need for the patch then :-( Hey Oliver , it's just the patch guideline , Jonas trying to help you submit a full decent patch, no

Re: [OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-06 Thread Jonas Gorski
On Thu, Feb 6, 2014 at 4:14 AM, Florian Fainelli flor...@openwrt.org wrote: Hi, Le 02/02/2014 12:01, dani a écrit : Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds the hardware capabilities

  1   2   3   4   5   6   7   >