[OpenWrt-Devel] A broadcom driver packaging method

2013-11-08 Thread James Hilliard
Well, I decided to try and package device specific broadcom drivers together for ARM. I got to the point of them compiling alongside the kernel and creating the kernel_menuconfig section for them, but I don't really understand the OpenWRT packaging system well enough to get them fully integrated in

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
This is a patch for the most recent stable build of OpenvSwitch (2.0.0). It supports kernels 2.6.32 - 3.10.x It was taken and updated from Julius Shulz-Zander's work: https://github.com/schuza/openvswitch Signed-off-by: Peter Holland --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/M

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
nevermind... I figured it out. new patch addressing your issues is forthcoming. On Fri, Nov 8, 2013 at 3:59 PM, Pete Holland wrote: > when you say 'this should not be done', can you give a pointer to 'what > should be done instead'? > > > On Fri, Nov 8, 2013 at 3:58 PM, Pete Holland wrote: >

[OpenWrt-Devel] [PATCH] [packages] debootstrap: version bump to 1.0.55

2013-11-08 Thread Sandy McArthur Jr
Updates PKG_VERSION and PKG_MD5SUM to version 1.0.55 as that is actually available at http://ftp.debian.org/debian/pool/main/d/debootstrap/ This is part of my first attempt to build an OpenWrt image. I don't know the implications of this change beyond allowing my `make download` to continue. Sign

[OpenWrt-Devel] [PATCH] [packages] bluelog: update PKG_SOURCE_URL with new base path

2013-11-08 Thread Sandy McArthur Jr
Update bluelog PKG_SOURCE_URL to ftp://ftp.digifail.com/software/bluelog from ftp://ftp.digifail.com/downloads/software/bluelog Signed-off-by: Sandy McArthur Jr --- diff --git a/utils/bluelog/Makefile b/utils/bluelog/Makefile index ac9b150..e40290d 100644 --- a/utils/bluelog/Makefile +++ b/utils/

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-08 Thread Adrian Chadd
Hm, is the 0x5 chainmask triggering the ALT_CHAIN logic? What are you trying to do? Control the receive antenna config, or the transmit antenna config? -a On 8 November 2013 16:32, Julius Schulz-Zander wrote: > Hi Sven, > > I've asked nbd about this some time ago. It doesn't work if you have

Re: [OpenWrt-Devel] [ath9k-devel] ath9k: Deaf QCA9558 when setting rxchainmask

2013-11-08 Thread Julius Schulz-Zander
Hi Sven, I've asked nbd about this some time ago. It doesn't work if you have gaps in the chain mask! Try chain mask 3 (110) and it should work with 2x2. Regards, -Julius On 06.11.2013, at 16:04, Sven Eckelmann wrote: > Hi, > > I've needed to test some problems with a QCA9558 Rev 0 based 3x

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
when you say 'this should not be done', can you give a pointer to 'what should be done instead'? On Fri, Nov 8, 2013 at 3:58 PM, Pete Holland wrote: > thanks for the suggestions... some of the questions (about sleeps, and > what I presume is the postinst step) I don't immediately have answers t

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
thanks for the suggestions... some of the questions (about sleeps, and what I presume is the postinst step) I don't immediately have answers to as I sourced the original patch from another developer, and, well it works... but I will figure them out and resubmit a patch. On Fri, Nov 8, 2013 at 3:5

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Jo-Philipp Wich
Hi. Comments inline. > This is a patch for the most recent stable build of OpenvSwitch (2.0.0). > It supports kernels 2.6.32 - 3.10.x > > It was taken and updated from Julius Shulz-Zander's work: > https://github.com/schuza/openvswitch > > Signed-off-by: Peter Holland > --- > diff --git a/net

[OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
This is a patch for the most recent stable build of OpenvSwitch (2.0.0). It supports kernels 2.6.32 - 3.10.x It was taken and updated from Julius Shulz-Zander's work: https://github.com/schuza/openvswitch Signed-off-by: Peter Holland --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/M

[OpenWrt-Devel] [PATCH 2/2] ar71xx: Use KEY_RESTART key code for the reset button on WD My Net N600 boards

2013-11-08 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c index f

[OpenWrt-Devel] [PATCH 1/2] ar71xx: sysupgrade for My Net Wi-Fi Range Extender

2013-11-08 Thread Christian Lamparter
This patch enables the convenient sysupgrade feature for WD's Wi-Fi Range Extender. The procedure is pretty much SOP. However, there is one small trick to it: The customized u-boot loader verifies the image's CRC32 against a reference each time the device boots. Now, In case of a jffs2-root filesy

[OpenWrt-Devel] [PATCH] cmake.mk should use no-ccache variants of CC/CXX

2013-11-08 Thread Jay Carlson
I'm tired of forgetting to apply this patch. cmake can pick up a system ccache in a way that it is invoking itself. This causes configuration to fail. Since we have no-cache versions of CC and CXX configuration variables, use them as a basis for constructing the ccache version. Signed-off-by: Ja

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-08 Thread Weedy
On 8 Nov 2013 05:10, "Florian Effenberger" wrote: > > Hello, > > anyone can provide insight? ;-) > > Thanks, > Florian Just use trunk. I update my 4300 once a week to HEAD. I I've had zero problems. > > 2013/10/9 Florian Effenberger : > > Hello, > > > > I consider myself quite experienced with O

Re: [OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-08 Thread Weedy
On 8 Nov 2013 12:52, wrote: > > From: Sven Eckelmann > > A small system like the common home router doesn't have 40 MiB per process for > a dirty stack cache. This can easily lead to an overbooking OOM problem and > caused a lot of hangs+reboots on 32 MiB systems running nodogsplash. > > Not usin

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

2013-11-08 Thread Martijn Zilverschoon
Well if you need this that badly, you can patch it yourself :) Checkout the git repository: git clone git://git.openwrt.org/openwrt.git download the patches and apply them to the local git repo. the command for that is: git apply 'example.patch' (make sure that you are in the openwrt directory) I

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

2013-11-08 Thread Martijn Zilverschoon
Well if you need this that badly, you can patch it yourself :) git clone git://git.openwrt.org/openwrt.git 2013/11/8 Weedy : > Can this pretty please not die to bitrot? > I need this merged so badly ;_; > > > On Thu, Oct 31, 2013 at 7:33 PM, Marcin Jurkowski > wrote: >> >> This adds kernel supp

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

2013-11-08 Thread Weedy
Can this pretty please not die to bitrot? I need this merged so badly ;_; On Thu, Oct 31, 2013 at 7:33 PM, Marcin Jurkowski 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 equ

[OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-08 Thread sven
From: Sven Eckelmann A small system like the common home router doesn't have 40 MiB per process for a dirty stack cache. This can easily lead to an overbooking OOM problem and caused a lot of hangs+reboots on 32 MiB systems running nodogsplash. Not using a stack cache can increase the time to sp

Re: [OpenWrt-Devel] mtrace

2013-11-08 Thread Etienne Champetier
Hi Le 08/11/2013 17:33, Pietro Paolini a écrit : > Hi, > > is it possible to use mtrace as referred here > > http://linux.die.net/man/3/mtrace > > in OpenWRT ? Explain what you really want to do, maybe someone can 'show' you another soft? I've worked with strace (but it doesn't catch malloc) and i

[OpenWrt-Devel] mtrace

2013-11-08 Thread Pietro Paolini
Hi, is it possible to use mtrace as referred here http://linux.die.net/man/3/mtrace in OpenWRT ? I tried using this https://dev.openwrt.org/ticket/7660 but my trace file is every time empty ... :-( Any ideas ? ___ openwrt-devel mailing list openwrt-

[OpenWrt-Devel] DHCP renews triggering 6rd interface up/down flaps

2013-11-08 Thread Hans Dedecker
I'm using the following configuration (6rd interface on top of an IPoEv4 interface) config interface 'wan' option proto 'dhcp' option ifname 'eth4' config interface '6rd' option proto '6rd' option peeraddr '192.88.99.1' option ip6prefix '2010:1234::'

[OpenWrt-Devel] add support for RIPEMD/160 to openssl

2013-11-08 Thread Peter Wagner
This patch adds support for RIPEMD/160 to openssl RIPEMD is needed to update erlang and i'd like to enable RIPEMD160 support in openssh. Size compared: openssl without RIPEMD/160 support: 647K 29. Okt 20:00 bin/ar71xx/packages/libopenssl_1.0.1e-2_ar71xx.ipk openssl with RIPEMD/160 support: 652

Re: [OpenWrt-Devel] [PATCH 1/2] mtd_get_mac_ascii bugfix

2013-11-08 Thread Daniel Gimpelevich
On Fri, 2013-11-08 at 13:24 +0100, Gabor Juhos wrote: > 2013.11.08. 13:20 keltezéssel, Gabor Juhos írta: > > 2013.11.07. 17:23 keltezéssel, Daniel Gimpelevich írta: > >> The mtd_get_mac_ascii utility function was broken. This fixes it. > >> > >> Signed-off-by: Daniel Gimpelevich > > Applied. >

Re: [OpenWrt-Devel] [PATCH 1/2] mtd_get_mac_ascii bugfix

2013-11-08 Thread Gabor Juhos
2013.11.08. 13:20 keltezéssel, Gabor Juhos írta: > 2013.11.07. 17:23 keltezéssel, Daniel Gimpelevich írta: >> The mtd_get_mac_ascii utility function was broken. This fixes it. >> >> Signed-off-by: Daniel Gimpelevich Applied. Thanks, Gabor ___ openwrt-d

Re: [OpenWrt-Devel] [PATCH 1/2] mtd_get_mac_ascii bugfix

2013-11-08 Thread Gabor Juhos
2013.11.07. 17:23 keltezéssel, Daniel Gimpelevich írta: > The mtd_get_mac_ascii utility function was broken. This fixes it. > > Signed-off-by: Daniel Gimpelevich > Index: package/base-files/files/lib/functions.sh > === > --- a/packag

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-08 Thread Florian Effenberger
Hello, anyone can provide insight? ;-) Thanks, Florian 2013/10/9 Florian Effenberger : > Hello, > > I consider myself quite experienced with OpenWRT already, having > deployed a few devices, but sadly, I'm a totally development newbie - > so sorry if my question is maybe stupid. ;-) > > I'd like

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-08 Thread Fernando Frediani
Hi Ben, Thanks for the feedback. That's strange, although has logic. Even more strage is that your device has 32MB of Ram so it should be able to be handling things well. Can you compile the trunk (Barrier Breaker) and test with it on the same device to find out if it will behavior the same way

Re: [OpenWrt-Devel] [PATCH] ag71xx: fix a race involving netdev registration

2013-11-08 Thread Gabor Juhos
2013.11.03. 9:16 keltezéssel, Catalin Patulea írta: > In particular, phy_connect before register_netdev. This is because > register_netdev runs the netdev notifiers, which can race with the rest of > the initialization in ag71xx_probe. In my case this manifested in two ways: > > 1) If ag71xx is co