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 wrote: > The BCM53128 seems to be very similar to the BCM53125 but has some more ports. > > Signed-off-by: Helmut Schaa > --- > .../generic/files/drivers/net/phy/b53/b53_common.c | 14 + > .../generic/files/drivers/net/phy/b53/b53_md

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 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 already in b53_phy_probe.

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 wrote: > > Signed-off-by: Helmut Schaa > --- > .../generic/files/drivers/net/phy/b53/b53_mdio.c | 44 > ++ > 1 file changed, 12 insertions(+), 32 deletions(-) > > diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53

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 wrote: > 2014-01-21 Rafał Miłecki : >> 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? Sorry, somehow forgot

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 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 compile > without having

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 wrote: > 2014-01-30 Florian Fainelli : >> 2014-01-29 Rafał Miłecki : >>> 2014-01-28 Jonas Gorski : >>>> On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >>> On my: >>>> Found chip with i

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 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 patches, and write somet

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 wrote: > Signed-off-by: Oliver Ertl Please describe in a sentence why this change is necessary. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailm

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 wrote: > *** BLURB HERE *** I guess you forgot to fill in something here. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-dev

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 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 need to be upset

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 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 when read

Re: [OpenWrt-Devel] [PATCH] [packages] ddns services :Please Add dyndns service providers

2014-02-17 Thread Jonas Gorski
On Mon, Feb 17, 2014 at 4:21 PM, wrote: > Subject: [PATCH] [packages] ddns services :Please Add dyndns service providers "please" should not be in the subject. The package name is ddns-scripts, not "ddns services". > Adding dyndns service providers (dyndns.fr, dyndnspro.com and > dynamidomain.

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

2014-02-17 Thread Jonas Gorski
On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa 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 already in b53_phy_probe.

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

2014-02-18 Thread Jonas Gorski
On Tue, Feb 18, 2014 at 10:52 AM, Helmut Schaa wrote: > On Tue, Feb 18, 2014 at 10:46 AM, Helmut Schaa > wrote: >> On Mon, Feb 17, 2014 at 5:37 PM, Jonas Gorski wrote: >>> On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa >>> wrote: >>>> When setting th

Re: [OpenWrt-Devel] [PATCHv3] wifi: Introduce 802.11ac support

2014-02-19 Thread Jonas Gorski
On Wed, Feb 19, 2014 at 10:41 AM, Kalle Valo wrote: > (...) > But we should try ways to mitigate the problem of having two firmware > branches. For example, should we have a module parameter in ath10k to > choose which firmware to use? Or is there even a way to do that > automatically based on wha

Re: [OpenWrt-Devel] [PATCH v2] [packages] add new package: openobex

2014-02-24 Thread Jonas Gorski
On Mon, Feb 24, 2014 at 7:02 PM, Dirk Neukirchen wrote: > > v2 : package/install slipped through the cracks, add it > > A workaround is necessary to enable C# (CXX) language > (CMakeLists.txt is DOS format and patching fails) > in CMake because a test fails > Error was: > Unknown extension ".cxx"

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread Jonas Gorski
On Tue, Mar 18, 2014 at 4:17 PM, wrote: > Add new dyndns service providers in the file > packages/net/ddns-scripts/files/usr/lib/ddns/services > Those dyndns services are : dyndns.fr, dynamicdomain.net and dyndnspro.com > > Signed-off-by: Nabil Chaniour I will keep ignoring your patch as long

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add new ddns service providers

2014-03-18 Thread Jonas Gorski
On Tue, Mar 18, 2014 at 6:15 PM, wrote: > Pls, Read section 8 of this page : > https://dev.openwrt.org/wiki/SubmittingPatches > > I resubmitted my patch because you did not send respond if it will be studied > or not. > Then, i thought that no one read it. This is the reason of my resubmission.

Re: [OpenWrt-Devel] [PATCHv2 2/2] odhcp6c: Add renew handler for proto dhcpv6

2014-03-26 Thread Jonas Gorski
On Wed, Mar 26, 2014 at 5:11 PM, Helmut Schaa wrote: > > Signed-off-by: Helmut Schaa > --- > > Changes in v2: Tell netifd core that we have a renew handler > > > package/network/ipv6/odhcp6c/files/dhcpv6.sh | 8 > 1 file changed, 8 insertions(+) > > diff --git a/package/network/ipv6/odh

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

2014-03-31 Thread Jonas Gorski
On Mon, Mar 31, 2014 at 4:05 PM, Damian Kaczkowski wrote: > On 31 March 2014 14:05, Saverio Proto wrote: >> >> Hello, >> >> I cleaned up and rebased on current trunk the patch found on the >> following ticket: >> https://dev.openwrt.org/ticket/12181 >> >> I ask for help for proper testing. > > >

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

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

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

2014-04-01 Thread Jonas Gorski
On Sat, Mar 29, 2014 at 4:50 PM, Weedy wrote: > SO GUYS, MERGE PLOX? a) Don't top post with full quote. b) Check r39671. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-d

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

2014-04-06 Thread Jonas Gorski
On Sat, Feb 1, 2014 at 1:06 PM, Álvaro Fernández Rojas wrote: > AFAIK anyone with a Neufbox 6 should be able to test if the problem happens > on SMP + SPI flash. > > I don't have any SMP + SPI flash brcm63xx device that is currently supported > by OpenWrt. > When Florian releases the BCM3380 pat

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

2014-04-07 Thread Jonas Gorski
On Mon, Apr 7, 2014 at 10:11 PM, José Vázquez wrote: > The initial tests point that there is no data corruption in jffs2. Good catch! > There are still some strange messages but maybe are due to the high > amount of debug info and the jffs2 filesystem works fine: > > [ 18.584000] [ c

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread Jonas Gorski
On Tue, Apr 8, 2014 at 3:34 PM, John Crispin wrote: > Hi, > > i have been playing with the TD8970 the last few days and tried to > bring it online on a deutsche telekom adsl annex-b line. unfortunately > i have totally failed so far. i managed to get the unit into showtime > on my dslam using vdsl

Re: [OpenWrt-Devel] lantiq vdsl driver settings

2014-04-08 Thread Jonas Gorski
On Tue, Apr 8, 2014 at 4:42 PM, John Crispin wrote: > >>> does anyone know how to force adsl or vdsl ? i tried -M1 and -M2 >>> but i got no showtime. >> >> Have you tried -M 0_1_0 or -M 0_0_2? >> > > it is not a matter of trying random values but knowing what they mean > and how to build the param

Re: [OpenWrt-Devel] target rb532 / routerboard

2014-04-11 Thread Jonas Gorski
On Fri, Apr 11, 2014 at 8:28 PM, Bastian Bittorf wrote: > * Roman Yeryomin [11.04.2014 20:18]: >> .and panicked about 10 minutes later: >> http://pastebin.com/vuABEvPE > > we should made this discussion offlist via PM! Why? This is potentially interesting stuff for other rb532 users, so why

Re: [OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Jonas Gorski
On Wed, Apr 23, 2014 at 5:38 PM, Yousong Zhou wrote: > On 23 April 2014 23:23, Felix Fietkau wrote: >> On 2014-04-23 14:16, Yousong Zhou wrote: >>> Signed-off-by: Yousong Zhou >> Why? >> > > There are times when I apply patches with patch utility, some *.orig > and *.rej files will be generated

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 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 > --- > package/kernel/mac80211/Makefile | 11 ++- > 1 file change

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 wrote: > 2014-06-06 12:46 GMT-07:00 José Vázquez Fernández : >> 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

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 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 BCM6358 and BCM6328 su

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 wrote: > 2014-06-27 12:29 GMT+02:00, Jonas Gorski : >> On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez Fernández >> wrote: >>> Select HW_RANDOM_BCM63XX only in the SoCs that support it. >>> >>> Only BCM6368, B

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 wrote: > 2014-06-27 13:14 GMT+02:00, Jonas Gorski : >> On Fri, Jun 27, 2014 at 1:00 PM, José Vázquez >> wrote: >>> 2014-06-27 12:29 GMT+02:00, Jonas Gorski : >>>> On Wed, Jun 18, 2014 at 5:34 PM, José Vázquez

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 wrote: > 2014-06-28 18:10 GMT+02:00, Jonas Gorski : >> On Sat, Jun 28, 2014 at 3:09 PM, José Vázquez >> wrote: >> This means your kernel configuration is missing "# HW_RANDOM_BCM63XX >> is not set" in target/linu

[OpenWrt-Devel] [PATCH] [packages] net/xtables-addons: Only build packaged modules

2011-07-20 Thread Jonas Gorski
Reduces build time and prevents a build breakage when kmod-ipt-conntrack-extra isn't selected. Signed-off-by: Jonas Gorski --- .../patches/004-disable_unused_mods.patch | 48 1 files changed, 48 insertions(+), 0 deletions(-) create mode 100644 net/xtables-a

[OpenWrt-Devel] [PATCH 1/2] [packages] USB/IP: Fix building for linux 3.0

2011-07-20 Thread Jonas Gorski
The config symbol and module names were changed for 3.0. Signed-off-by: Jonas Gorski --- net/usbip/Makefile | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/net/usbip/Makefile b/net/usbip/Makefile index 9251857..a0a5118 100644 --- a/net/usbip

[OpenWrt-Devel] [PATCH 2/2] [packages] USB/IP: Add missing dependency to kmod-usb-core

2011-07-20 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- net/usbip/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/usbip/Makefile b/net/usbip/Makefile index a0a5118..35960a4 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -61,6 +61,7 @@ endef define KernelPackage/usbip

[OpenWrt-Devel] [PATCH] package/kernel: target: Create a new hidden symbol for in-kernel I2C

2011-07-20 Thread Jonas Gorski
Several targets include I2C in the kernel, making it impossible to install i2c drivers later (since i2c-core won't be built). Adding a new hidden config symbol/feature prevents having to exclude every target with I2C from kmod-i2c-core dependencies. Signed-off-by: Jonas Gorski --- A backpo

[OpenWrt-Devel] [PATCH] [packages] MC: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
MC will link against ncursesw instead of ncurses if it finds it. Make sure it always links only against ncurses. Closes #9225 and #9315. Signed-off-by: Jonas Gorski --- utils/mc/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/mc/Makefile b/utils/mc

[OpenWrt-Devel] [PATCH] [packages] less: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
Makes sure less links only against ncurses. Closes #8787. Signed-off-by: Jonas Gorski --- utils/less/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/utils/less/Makefile b/utils/less/Makefile index 79abf54..900a9ea 100644 --- a/utils/less/Makefile +++ b/utils

[OpenWrt-Devel] [PATCH V2] [packages] less: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
Makes sure less links only against ncurses. Closes #8787. Signed-off-by: Jonas Gorski --- V1 -> V2: * Also increase PKG_RELEASE utils/less/Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/utils/less/Makefile b/utils/less/Makefile index 79abf54..9bca

[OpenWrt-Devel] [PATCH V2] [packages] MC: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
MC will link against ncursesw instead of ncurses if it finds it. Make sure it always links only against ncurses. Closes #9225 and #9315. Signed-off-by: Jonas Gorski --- V1 -> V2: * Also increase PKG_RELEASE utils/mc/Makefile |5 +++-- 1 files changed, 3 insertions(+), 2 deleti

[OpenWrt-Devel] [PATCH] [packages] zile: Explictly disable ncursesw

2011-07-21 Thread Jonas Gorski
Prevents it from linking against it if found. Closes #8125. Signed-off-by: Jonas Gorski --- utils/zile/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/utils/zile/Makefile b/utils/zile/Makefile index 6c6c93f..0ac85e3 100644 --- a/utils/zile/Makefile +++ b

Re: [OpenWrt-Devel] [PATCH] autossh: increase reliability of connection behavior

2011-07-21 Thread Jonas Gorski
On 21 July 2011 23:52, Paul Geraedts wrote: > This patch increases the reliability of connection behavior considerably. > It increases the persistence with which autossh tries to reconnect after > an unsuccessful connection attempt. > > Signed-off-by: Paul Geraedts > > --- > > Index: packages/net

Re: [OpenWrt-Devel] New package: fwknopd

2011-07-21 Thread Jonas Gorski
On 21 July 2011 08:26, Jonathan Bennett wrote: > Previous submission mangled a few lines. Fixed (hopefully ) here. Nope, still has spaces instead of tabs e.g. in the install section. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [RFT/PATCH 0/3]

2011-07-23 Thread Jonas Gorski
r8216 (one less memory read and branch in the RX/TX paths). This has been tested on a WR2000RPT (similar to the WNR2000v2). Jonas Gorski (3): generic: ar8216: Add support for register access through packets ar71xx: Disable the AR8216 workaround and use the AR8216 driver ag71xx: Remove

[OpenWrt-Devel] [PATCH 1/3] generic: AR8216: Add support for register access through packets

2011-07-23 Thread Jonas Gorski
On some ar71xx devices the MII register access is unreliable, so we need to use special atheros packets for accessing the switch registers. --- .../linux/generic/files/drivers/net/phy/ar8216.c | 222 +--- .../linux/generic/files/drivers/net/phy/ar8216.h | 26 +++ 2 files cha

[OpenWrt-Devel] [RFT/PATCH 2/3] ar71xx: Disable the AR8216 workaround and use the AR8216 driver

2011-07-23 Thread Jonas Gorski
Add appropriate phy masks to allow the driver to register. Signed-off-by: Jonas Gorski --- target/linux/ar71xx/config-2.6.39 |4 ++-- .../ar71xx/files/arch/mips/ar71xx/mach-ap81.c |2 +- .../ar71xx/files/arch/mips/ar71xx/mach-jwap003.c |1 - .../ar71xx/files

[OpenWrt-Devel] [RFT/PATCH 3/3] ag71xx: Remove the AR8216 workaround

2011-07-23 Thread Jonas Gorski
We now have a working AR8216 driver that can handle this itself. Signed-off-by: Jonas Gorski --- target/linux/ar71xx/config-2.6.39 |1 - .../arch/mips/include/asm/mach-ar71xx/platform.h |1 - .../linux/ar71xx/files/drivers/net/ag71xx/Kconfig |8 .../linux

[OpenWrt-Devel] [RFT/PATCH 1/3] generic: ar8216: Add support for register access through packets

2011-07-23 Thread Jonas Gorski
On some ar71xx devices the MII register access is unreliable, so we need to use special atheros packets for accessing the switch registers. Signed-off-by: Jonas Gorski --- .../linux/generic/files/drivers/net/phy/ar8216.c | 222 +--- .../linux/generic/files/drivers/net/phy

Re: [OpenWrt-Devel] [PATCH] bcm63xx spi fix-fix

2011-07-25 Thread Jonas Gorski
On 25 July 2011 20:33, Anthony Blakemore wrote: > Thanks, applied! I also applied this to 3.0. Btw, I noticed you dropped the _MSG_DATA_SIZE change, I agree that it should stay 0x3f. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwr

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade libosip2 package

2011-08-03 Thread Jonas Gorski
On 22 July 2011 01:01, Luka Perkov wrote: > Upgrade to new version and refresh patches. > > Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > Thanks, applied in r27886! Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH v2 1/1] kmod-input-xxx: missing dependency on kmod-input-core

2011-08-11 Thread Jonas Gorski
On 11 August 2011 05:30, Philip Prindeville wrote: > On 8/10/11 12:16 AM, Hauke Mehrtens wrote: >> On 08/06/2011 11:31 PM, Philip Prindeville wrote: >>> On 8/6/11 10:09 AM, Hauke Mehrtens wrote: On 07/28/2011 03:31 AM, Philip Prindeville wrote: > Modules like input-gpio-keys rely on input

Re: [OpenWrt-Devel] [PATCH 1/1] kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)

2011-08-14 Thread Jonas Gorski
On 15 August 2011 00:52, Philip Prindeville wrote: > Since the SetDepends macro does a: > >  DEPENDS:= ... > > it can't be used after setting DEPENDS:= explicitly, or it will clobber the > previous value. > > Signed-off-by: Philip Prindeville Applied in r27983 after adding a missing comma, than

Re: [OpenWrt-Devel] [PATCH v3 2/2] alix2: upstream platform patch

2011-08-25 Thread Jonas Gorski
On 25 August 2011 17:58, Philip Prindeville wrote: > On 8/25/11 2:38 AM, Florian Fainelli wrote: >> On Monday 22 August 2011 00:14:43 Philip Prindeville wrote: >>> Add support for Ed Wildgoose's alix platform driver plus my enhancement to >>> add GPIO soft button support. >>> >>> Redux: fix parame

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade openvpn package

2011-08-29 Thread Jonas Gorski
On 29 August 2011 17:04, wrote: > On 29.08.2011 16:44, Jan Willies wrote: >> 2011/8/29 mailto:edgar.sol...@web.de>> >> >>     On 29.08.2011 16 :14, Jan Willies wrote: >>     > Hi Luka, >>     > >>     > 2011/8/21 Luka Perkov > >

Re: [OpenWrt-Devel] Mjpeg-streamer

2011-08-31 Thread Jonas Gorski
On 31 August 2011 14:17, Roberto Riggio wrote: > mjpeg-streamer is broken on newer kernels. a patch has already been > submitted to trac; > > https://dev.openwrt.org/ticket/9896 > > could somebody commit it? The problem is this will break brcm-2.4 since 2.4 doesn't have v4l2. Jonas

Re: [OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.3.0

2011-09-25 Thread Jonas Gorski
Hi, On 25 September 2011 15:02, Alfred E. Heggestad wrote: > Hi, > > a couple of weeks ago I released a new version of my open-source > VOIP projects, which is now at version 0.3.0: > >  http://www.creytiv.com/ > > > this patch upgrades the following packages to v0.3.0: > >  baresip v0.3.0 (Porta

Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-06 Thread Jonas Gorski
Hi, On 6 October 2011 20:55, abhinav narain wrote: > hi, > This is my first experience with writing a patch/using git. > I need some specific answers to get it working mac80211 is actually a bit tricky since quilt doesn't work. I'd recommend cloning the appropriate tag from

Re: [OpenWrt-Devel] [PATCH] pcre: update to 8.20

2011-11-03 Thread Jonas Gorski
2011/11/3 Raphaël HUCK : > Le Thu, 3 Nov 2011 07:11:38 +0100, > Nico a écrit : > >> Hi Raphael, >> >> Thanks for the update, but... >> >>  - don't update PKG_SOURCE_URL, the latest version is still available >> on SF > > Sorry for that, but the archive has been uploaded only 15h ago on SF. > It ha

Re: [OpenWrt-Devel] [PATCH] crypto: fix regression introduced by r28897

2012-01-19 Thread Jonas Gorski
On 19 January 2012 06:59, Philip Prindeville wrote: > Either remove the extra '\' or use a single assignment... Thanks, applied in r29797, slightly changed to match the style used elsewhere and alongside a fix for a similar issue for pcmcia-rsrc. Jonas ___

Re: [OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Jonas Gorski
On 19 January 2012 19:34, Peter Wagner wrote: > Hi, > > this patch adds ocf support to linux 3.2. > But maybe this changes should be inside an #ifdef to > make it work with linux < 3.2 Yes, this wont fly with 3.1 or earlier. 3.2 introduced a helper function getting the page of a fragment though,

Re: [OpenWrt-Devel] ocf for linux 3.2

2012-01-19 Thread Jonas Gorski
On 19 January 2012 20:20, Jonas Gorski wrote: > On 19 January 2012 19:34, Peter Wagner wrote: >> Hi, >> >> this patch adds ocf support to linux 3.2. >> But maybe this changes should be inside an #ifdef to >> make it work with linux < 3.2 > > Yes, this wo

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-23 Thread Jonas Gorski
Hi, On 22 January 2012 22:55, Przemek Rudy wrote: > Update for MMnet1000 board support for kernel 3.2.1 (svn r29742). This patch does not apply for me: jonas@shaker64:~/openwrt/root-git$ patch -p1 -i index.html.1 patching file linux/at91/MMnet1000/config-default patching file linux/at91/MMnet10

Re: [OpenWrt-Devel] [PATCH] adm5120: Linux 3.1 support

2012-01-23 Thread Jonas Gorski
Hi, On 22 January 2012 21:12, Hartmut Knaack wrote: > Blow the dust off your adm5120 machines, here comes Linux 3.1 support. Main > issues: Any reason for choosing 3.1 over 3.2 (apart from 3.1 likely being easier ;)? 3.1 is EOL'd, it won't receive updates anymore. >  - updated mtd api >  - ma

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-23 Thread Jonas Gorski
2012/1/23 Przemysław Rudy : > On 23.01.2012 11:20, Jonas Gorski wrote: >> ... >> Please split this patch into two patches (update to 3.2 and MMnet1000 >> support). Also when doing a kernel update please refresh the patches > The MMnet1000 support has been already sent (in 2

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-23 Thread Jonas Gorski
2012/1/23 Przemysław Rudy : > Any suggestions how can we proceed with this? > The 600- patch does not apply for newest kernel: > - removing it breaks thing you noticed, > - keeping it prevents from using kernel 3xx The generic process I use is: 1. Find out what upstream commit made the patch not

Re: [OpenWrt-Devel] [PATCH] MMnet1000 update to kernel 3.2.1

2012-01-27 Thread Jonas Gorski
Sorry for the late response. On Jan 23, 2012 4:48 PM, "Przemysław Rudy" wrote: > > On 23.01.2012 15:30, Jonas Gorski wrote: > > [...] > > This all belongs into a seperate patch and has nothing to do with > > updating at91 to 3.2.1 (which you also do in this pat

Re: [OpenWrt-Devel] [PATCH] Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on iwinfo

2012-02-22 Thread Jonas Gorski
Hi, On 22 February 2012 11:03, Hanno Schupp wrote: > Signed-off-by: Hanno Schupp > Index: package/iwinfo/src/iwinfo_wl.c > === > --- package/iwinfo/src/iwinfo_wl.c      (revision 30668) > +++ package/iwinfo/src/iwinfo_wl.c      (wor

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-02-28 Thread Jonas Gorski
On 28 February 2012 10:24, Florian Fainelli wrote: > Le 02/28/12 07:50, Tathagata Das a écrit : (...) > + > +       if offset + len)>>  20)>  cc->nflash.size) || > +               offset + len)>>  20) == cc->nflash.size)&& > > these two lines are equal to: > > ((offset + len)>>  20)>= cc->

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 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, Jonas

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

2012-03-31 Thread Jonas Gorski
On 31 March 2012 10:12, Hannu Nyman 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 snapshots would

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 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 style issues regarding k

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 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 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. > > Signed-off-by Mike Brady >

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

2012-04-09 Thread Jonas Gorski
Hi Jim, On 4 April 2012 17:30, Jim Cromie 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 just now 3.2.14),

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

2012-04-17 Thread Jonas Gorski
On 2 April 2012 11:46, Viktar Palstsiuk wrote: > Signed-off-by: Viktar Palstsiuk > --- >  net/igmpproxy/Makefile               |    8 +++--- >  net/igmpproxy/files/igmpproxy.conf   |   43 > -- >  net/igmpproxy/files/igmpproxy.config |   11 >  net/igmpprox

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

2012-04-19 Thread Jonas Gorski
On 19 April 2012 22:32, Florian Fainelli 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 the kerne

Re: [OpenWrt-Devel] [PATCH] Dynamic Apache - 1/3 libapr (resubmit)

2008-07-31 Thread Jonas Gorski
Hello Michael, On 27/07/2008, Michael Geddes <[EMAIL PROTECTED]> wrote: > - $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/include/apr-1 $(1)/usr/lib > $(1)/usr/lib/pkgconfig > $(1)/usr/share/build-1 Your mail client seems to have broken your patches by inserting additional line breaks. I wanted t

[OpenWrt-Devel] [PATCH] Upgrade libinklevel to 0.8.0rc2, fix usb location

2009-04-26 Thread Jonas Gorski
about is whether I correctly removed the check for ieee1384 in the configure file without breaking build with parallel port support enabled. Regards, Jonas Gorski -- Index: libs/libinklevel/patches/003-fix_usb_device_location.patch

[OpenWrt-Devel] [PATCH] New package: ink 0.5.0

2009-04-26 Thread Jonas Gorski
Hello, this adds a small command line utility for reading ink levels from printers via libinklevel. Tested on an Asus WL-500gP with a Canon PIXMA MP530. The Makefile still might need some clean up, but I lack the proficiency for that. Regards, Jonas Gorski -- Index: utils/ink/Makefile

[OpenWrt-Devel] [PATCH V2] Update libinklevel to 0.8.0rc2, fix usb device location

2009-05-01 Thread Jonas Gorski
Hello, somehow I must have accidentially reverted one of the files the last time. This should now apply cleanly *and* compile without errors. Regarding the parallel support, I could not find any target with parallel port enabled, so I could not test compile it. Regards, Jonas Gorski PS: I if

[OpenWrt-Devel] [PATCH] Fix openswan's makefile

2009-05-01 Thread Jonas Gorski
Just a small case of missing semicolons. Though I wonder if the first couldn't be replaced with just TARGET_CPPFLAGS += -I$(LINUX_DIR)/include and the TARGET_LDFLAGS reassignment dropped, as it seems to do nothing. Regards, Jonas Gorski -- Index: net/openswan/Mak

[OpenWrt-Devel] [PATCH] Update Subversion to 1.6.1

2009-05-01 Thread Jonas Gorski
Hello, Subversion 1.6.1 works fine on brcm47xx-2.6 with uClibc 0.9.30.1. Regards, Jonas Gorski -- Index: net/subversion/Makefile === --- net/subversion/Makefile (revision 15535) +++ net/subversion/Makefile (working copy

[OpenWrt-Devel] [PATCH] ddns-scripts: don't remove wildcard, mx settings on dyndns update

2009-05-02 Thread Jonas Gorski
d you normally set them only once. Regards, Jonas Gorski ddns-scripts_dyndns_fix.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Upgrade libinklevel to 0.8.0rc2, fix usb location

2009-05-07 Thread Jonas Gorski
Hi, > Unfortunately your patch does not apply here: I already sent an updated patch a few days later, please try that one: https://lists.openwrt.org/pipermail/openwrt-devel/2009-May/004126.html Regards, Jonas Gorski ___ openwrt-devel mailing l

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-19 Thread Jonas Gorski
y question. > Do we actually gain performance or do we only loose some space? > > If we do _not_ gain performance, it certainly is not a good idea to waste > space. I would be very surprised if we wouldn't. Every kernel emulated floating point operat

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-20 Thread Jonas Gorski
2009/6/20 Michael Buesch : > On Saturday 20 June 2009 00:09:56 Jonas Gorski wrote: >> > If we do _not_ gain performance, it certainly is not a good idea to waste >> > space. >> >> I would be very surprised if we wouldn't. Every kernel emulated >> floa

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-20 Thread Jonas Gorski
2009/6/21 Michael Buesch : > On Saturday 20 June 2009 23:56:51 Jonas Gorski wrote: >> 2009/6/20 Michael Buesch : >> > On Saturday 20 June 2009 00:09:56 Jonas Gorski wrote: >> >> > If we do _not_ gain performance, it certainly is not a good idea to >> >&g

[OpenWrt-Devel] [PATCH 1/2] Documentation: Use example prefix for IPv6 addresses

2009-07-05 Thread Jonas Gorski
Hello, here some small fixes for docs/network.tex: 1. Use the example range for global addresses (as specified in RFC3849) 2. Make the format of the 6tunnel example address valid (too many ::) 3. Use lowercase for all ipv6 addresses Regards, Jonas Gorski doc_fix_ipv6_addresses.patch

[OpenWrt-Devel] [PATCH 2/2] 6tunnel: Use example prefix for IPv6 addresses in config scripts comments

2009-07-05 Thread Jonas Gorski
The same as the previous patch, now for the comments in the 6tunnel config script. Regards, Jonas Gorski use_example_prefix_in_6tunnel.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] [PATCH] Add the configuration file to the openldap-server package

2010-01-16 Thread Jonas Gorski
From: Jonas Slapd needs its configuration file to work, so lets add it to the package. Also mark it as a configuration file. --- libs/openldap/Makefile |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index c219ff2..0ec4

Re: [OpenWrt-Devel] [PATCH] Add the configuration file to the openldap-server package

2010-01-16 Thread Jonas Gorski
2010/1/16 Jonas Gorski : > From: Jonas Thank you, git. This was not intentional, please ignore this line. Regards, Jonas Gorski ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] ar71xx/ag71xx: adding a phy driver

2010-01-25 Thread Jonas Gorski
. It seems the ag71xx only tries to attach a driver if there is exactly one phy, is this intentional? If so, what would be the best way attach the driver to the correct mac? Using a plattform_device? Best regards, Jonas Gorski P.S: It seems that the first mac is connected through port 5 of the

[OpenWrt-Devel] [PATCH 5/5] Add RTC support and the driver needed for the Routerstation Pro.

2010-02-08 Thread Jonas Gorski
To utilize the RTC on the Routerstation Pro, we need generic RTC support and the driver for the RTC. Add them to the linux config for ar71xx. --- target/linux/ar71xx/config-2.6.32 |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/config-2.6.32 b/target

[OpenWrt-Devel] [PATCH 3/5] SPI: Allow override of mode_bits.

2010-02-08 Thread Jonas Gorski
Allow platfom_data to override the mode bits. This is needed for supporting the rtc on the Routerstation Pro. --- .../arch/mips/include/asm/mach-ar71xx/platform.h |1 + target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 0/5] Make the RTC on the Routerstation Pro work

2010-02-08 Thread Jonas Gorski
t find the rtc. I wonder if it were best to give the Routerstation Pro its own profile with configuration to not clobber the default images with the unneeded RTC stuff. Regards, Jonas Gorski Jonas (5): SPI: Also store ioc_base on inactive. SPI: Make sure that there always is a falling e

[OpenWrt-Devel] [PATCH 1/5] SPI: Also store ioc_base on inactive.

2010-02-08 Thread Jonas Gorski
Make sure the ioc_base gets also stored when SPI_CS_INACTIVE is set. --- target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c b/target/linux/ar71xx/files/drivers/spi/ar71xx_sp

[OpenWrt-Devel] [PATCH 2/5] SPI: Make sure that there always is a falling edge.

2010-02-08 Thread Jonas Gorski
Make sure that at the end of any transmit is a falling edge on the clock. --- target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/files/drivers/spi/ar71xx_spi.c b/target/linux/ar71xx/files/drivers/spi/ar71

[OpenWrt-Devel] [PATCH 4/5] Add support for the RTC on the Routerstation Pro.

2010-02-08 Thread Jonas Gorski
The RTC on the Routerstation Pro is connected through SPI and shares its line with the flash. Linux' SPI driver does not allow more than one device per CS, so create special handling so CS1 high is handled internally as CS0 high. --- .../ar71xx/files/arch/mips/ar71xx/mach-ubnt.c | 54 ++

<    1   2   3   4   5   6   7   >